cloud-config.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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-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. - /lidar_pretreatment
  23. - /sensorfusion
  24. - /planner_s4
  25. - /control
  26. hosts:
  27. - name: node1
  28. ip: 192.168.1.102
  29. topics:
  30. - /camera_image # /camera_output
  31. - /cicv_amr_trajectory # /planner_s4
  32. - /pj_control_pub # /control
  33. # - /data_read
  34. - name: node2
  35. ip: 192.168.1.103
  36. topics:
  37. - /points_concat # /lidar_pretreatment
  38. - /tpperception # /sensorfusion
  39. - /cicv_location # /ins
  40. triggers:
  41. - label: rapidaccel
  42. topics:
  43. - /tpperception
  44. - /points_concat
  45. - /cicv_location
  46. - /camera_image
  47. - label: brake
  48. topics:
  49. - /tpperception
  50. - /points_concat
  51. - /cicv_location
  52. - /camera_image
  53. - label: EmergencyStop
  54. topics:
  55. - /tpperception
  56. - /points_concat
  57. - /cicv_location
  58. - /camera_image
  59. - label: AutoDLimit
  60. topics:
  61. - /tpperception
  62. - /points_concat
  63. - /cicv_location
  64. - /camera_image
  65. - label: lanechange
  66. topics:
  67. - /tpperception
  68. - /points_concat
  69. - /cicv_location
  70. - /camera_image
  71. - label: brakefault
  72. topics:
  73. - /tpperception
  74. - /points_concat
  75. - /cicv_location
  76. - /camera_image
  77. - label: takeover
  78. topics:
  79. - /tpperception
  80. - /points_concat
  81. - /cicv_location
  82. - /camera_image
  83. - label: TTC
  84. topics:
  85. - /tpperception
  86. - /points_concat
  87. - /cicv_location
  88. - /camera_image