cloud-config.yaml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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/rosbag-handle/data/
  11. bag-copy-dir: /mnt/media/sda1/rosbag-handle/copy/
  12. time-to-label-json-path: /mnt/media/sda1/rosbag-handle/timeToLabel.json
  13. triggers-dir: /mnt/media/sda1/rosbag-handle/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. - /GlobalWay
  21. - /ObstacleInfo
  22. - /ObstacleInfo_zd
  23. - /Trajectorydisplay
  24. - /camera_output
  25. - /ch128x1/lslidar_driver_node
  26. - /ch64_left/lslidar_driver_node
  27. - /ch64_mid/lslidar_driver_node
  28. - /ch64_right/lslidar_driver_node
  29. - /dpi_map_engine
  30. - /front_radars_receive_node
  31. - /ins
  32. - /ins_diagnosis
  33. - /lidar_deeplearning
  34. - /lidar_fast_euclidean_cluster_detect
  35. - /lidar_fusion
  36. - /lidar_pretreatment
  37. - /planner_s4_gd
  38. - /planning_rviz
  39. - /planning_task_manage
  40. - /polygon_display
  41. - /r_des
  42. - /r_light
  43. - /r_loc
  44. - /r_location
  45. - /r_speed
  46. - /rnode
  47. - /rosout
  48. - /sensors_fusion_node
  49. - /stationinfo
  50. - /utmTOll_node
  51. hosts:
  52. - name: node1
  53. ip: 192.168.1.102
  54. topics:
  55. - /camera_image
  56. - /cicv_location
  57. - /heartbeat_info
  58. - /data_read
  59. - name: node2
  60. ip: 192.168.1.103
  61. topics:
  62. - /points_concat
  63. - /tpperception
  64. - /tpperception/hmi
  65. triggers:
  66. - label: rapidaccel
  67. topics:
  68. - /tpperception
  69. - /points_concat
  70. - /cicv_location
  71. - /camera_image
  72. - label: brake
  73. topics:
  74. - /tpperception
  75. - /points_concat
  76. - /cicv_location
  77. - /camera_image
  78. - label: EmergencyStop
  79. topics:
  80. - /tpperception
  81. - /points_concat
  82. - /cicv_location
  83. - /camera_image
  84. - label: AutoDLimit
  85. topics:
  86. - /tpperception
  87. - /points_concat
  88. - /cicv_location
  89. - /camera_image
  90. - label: lanechange
  91. topics:
  92. - /tpperception
  93. - /points_concat
  94. - /cicv_location
  95. - /camera_image
  96. - label: brakefault
  97. topics:
  98. - /tpperception
  99. - /points_concat
  100. - /cicv_location
  101. - /camera_image
  102. - label: takeover
  103. topics:
  104. - /tpperception
  105. - /points_concat
  106. - /cicv_location
  107. - /camera_image
  108. - label: TTC
  109. topics:
  110. - /tpperception
  111. - /points_concat
  112. - /cicv_location
  113. - /camera_image