cloud-config-pjisuv95.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. ---
  2. platform:
  3. url-device-auth: http://139.9.199.227:30991/device/auth
  4. url-task-poll: http://139.9.199.227:30991/device/task/poll
  5. url-task: http://139.9.199.227:30991/device/task
  6. full-collect: true
  7. bag-number: 120
  8. config-refresh-interval: 60
  9. disk:
  10. name: /dev/vdb # 磁盘名称
  11. used: 800000000000 # 磁盘占用阈值,单位bytes
  12. bag-data-dir: /mnt/media/sda1/cicv-data-closedloop/data/
  13. bag-copy-dir: /mnt/media/sda1/cicv-data-closedloop/copy/
  14. time-to-label-json-path: /mnt/media/sda1/cicv-data-closedloop/timeToLabel.json
  15. triggers-dir: /mnt/media/sda1/cicv-data-closedloop/triggers/
  16. time-window-send-gap: 6
  17. tcp-port: 12340
  18. rpc-port: 12341
  19. ros:
  20. master-address: 192.168.1.102:11311
  21. nodes:
  22. - /camera_output
  23. - /ins
  24. - /lidar_pretreatment
  25. - /sensorfusion
  26. - /planner_s4
  27. - /control
  28. hosts:
  29. - name: node1
  30. ip: 192.168.1.102
  31. topics:
  32. - /camera_image # /camera_output
  33. - /cicv_amr_trajectory # /planner_s4
  34. - /pj_control_pub # /control
  35. # - /data_read
  36. record-envs:
  37. - ""
  38. - name: node2
  39. ip: 192.168.1.103
  40. topics:
  41. - /points_concat # /lidar_pretreatment
  42. - /tpperception # /sensorfusion
  43. - /cicv_location # /ins
  44. record-envs:
  45. - ""
  46. triggers:
  47. - label: rapidaccel
  48. topics:
  49. - /tpperception
  50. - /points_concat
  51. - /cicv_location
  52. - /camera_image
  53. - label: brake
  54. topics:
  55. - /tpperception
  56. - /points_concat
  57. - /cicv_location
  58. - /camera_image
  59. - label: EmergencyStop
  60. topics:
  61. - /tpperception
  62. - /points_concat
  63. - /cicv_location
  64. - /camera_image
  65. - label: AutoDLimit
  66. topics:
  67. - /tpperception
  68. - /points_concat
  69. - /cicv_location
  70. - /camera_image
  71. - label: lanechange
  72. topics:
  73. - /tpperception
  74. - /points_concat
  75. - /cicv_location
  76. - /camera_image
  77. - label: brakefault
  78. topics:
  79. - /tpperception
  80. - /points_concat
  81. - /cicv_location
  82. - /camera_image
  83. - label: takeover
  84. topics:
  85. - /tpperception
  86. - /points_concat
  87. - /cicv_location
  88. - /camera_image
  89. - label: TTC
  90. topics:
  91. - /tpperception
  92. - /points_concat
  93. - /cicv_location
  94. - /camera_image