cloud-config.yaml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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: false
  7. bag-number: 120
  8. config-refresh-interval: 60
  9. disk-usage: 90
  10. bag-data-dir: /mnt/media/sda1/cicv-data-closedloop/data/
  11. bag-copy-dir: /mnt/media/sda1/cicv-data-closedloop/copy/
  12. time-to-label-json-path: /mnt/media/sda1/cicv-data-closedloop/timeToLabel.json
  13. triggers-dir: /mnt/media/sda1/cicv-data-closedloop/triggers/
  14. time-window-send-gap: 6
  15. tcp-port: 12340
  16. rpc-port: 12341
  17. ros:
  18. master-address: 192.168.1.102:11311
  19. nodes:
  20. - /camera_output
  21. - /ins
  22. - /planner_s4
  23. - /cam_node
  24. - /map_engine_node
  25. - /line2polygon
  26. - /lidar_pretreatment
  27. - /sensorfusion
  28. hosts:
  29. - name: node1
  30. ip: 192.168.1.102
  31. topics:
  32. - /camera_image # /camera_output
  33. - /cicv_location # /ins
  34. - /heartbeat_info # /planner_s4、/cam_node、/map_engine_node、/camera_output、/ins、/line2polygon
  35. # - /data_read
  36. - name: node2
  37. ip: 192.168.1.103
  38. topics:
  39. - /points_concat # /lidar_pretreatment
  40. - /tpperception # /sensorfusion
  41. triggers:
  42. - label: rapidaccel
  43. topics:
  44. - /tpperception
  45. - /points_concat
  46. - /cicv_location
  47. - /camera_image
  48. - label: brake
  49. topics:
  50. - /tpperception
  51. - /points_concat
  52. - /cicv_location
  53. - /camera_image
  54. - label: EmergencyStop
  55. topics:
  56. - /tpperception
  57. - /points_concat
  58. - /cicv_location
  59. - /camera_image
  60. - label: AutoDLimit
  61. topics:
  62. - /tpperception
  63. - /points_concat
  64. - /cicv_location
  65. - /camera_image
  66. - label: lanechange
  67. topics:
  68. - /tpperception
  69. - /points_concat
  70. - /cicv_location
  71. - /camera_image
  72. - label: brakefault
  73. topics:
  74. - /tpperception
  75. - /points_concat
  76. - /cicv_location
  77. - /camera_image
  78. - label: takeover
  79. topics:
  80. - /tpperception
  81. - /points_concat
  82. - /cicv_location
  83. - /camera_image
  84. - label: TTC
  85. topics:
  86. - /tpperception
  87. - /points_concat
  88. - /cicv_location
  89. - /camera_image