cloud-config.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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: 5242880 # 磁盘占用阈值,单位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. - name: node2
  37. ip: 192.168.1.103
  38. topics:
  39. - /points_concat # /lidar_pretreatment
  40. - /tpperception # /sensorfusion
  41. - /cicv_location # /ins
  42. triggers:
  43. - label: rapidaccel
  44. topics:
  45. - /tpperception
  46. - /points_concat
  47. - /cicv_location
  48. - /camera_image
  49. - label: brake
  50. topics:
  51. - /tpperception
  52. - /points_concat
  53. - /cicv_location
  54. - /camera_image
  55. - label: EmergencyStop
  56. topics:
  57. - /tpperception
  58. - /points_concat
  59. - /cicv_location
  60. - /camera_image
  61. - label: AutoDLimit
  62. topics:
  63. - /tpperception
  64. - /points_concat
  65. - /cicv_location
  66. - /camera_image
  67. - label: lanechange
  68. topics:
  69. - /tpperception
  70. - /points_concat
  71. - /cicv_location
  72. - /camera_image
  73. - label: brakefault
  74. topics:
  75. - /tpperception
  76. - /points_concat
  77. - /cicv_location
  78. - /camera_image
  79. - label: takeover
  80. topics:
  81. - /tpperception
  82. - /points_concat
  83. - /cicv_location
  84. - /camera_image
  85. - label: TTC
  86. topics:
  87. - /tpperception
  88. - /points_concat
  89. - /cicv_location
  90. - /camera_image