cloud-config-pjisuv95.yaml 2.1 KB

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