1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- ---
- platform:
- url-device-auth: http://139.9.199.227:30991/device/auth
- url-task-poll: http://139.9.199.227:30991/device/task/poll
- url-task: http://139.9.199.227:30991/device/task
- full-collect: false
- bag-number: 120
- config-refresh-interval: 60
- disk-usage: 90
- bag-data-dir: /mnt/media/sda1/cicv-data-closedloop/data/
- bag-copy-dir: /mnt/media/sda1/cicv-data-closedloop/copy/
- time-to-label-json-path: /mnt/media/sda1/cicv-data-closedloop/timeToLabel.json
- triggers-dir: /mnt/media/sda1/cicv-data-closedloop/triggers/
- time-window-send-gap: 6
- tcp-port: 12340
- rpc-port: 12341
- ros:
- master-address: 192.168.1.102:11311
- nodes:
- - /camera_output
- - /ins
- - /planner_s4
- - /cam_node
- - /map_engine_node
- - /line2polygon
- - /lidar_pretreatment
- - /sensorfusion
- hosts:
- - name: node1
- ip: 192.168.1.102
- topics:
- - /camera_image # /camera_output
- - /cicv_location # /ins
- - /heartbeat_info # /planner_s4、/cam_node、/map_engine_node、/camera_output、/ins、/line2polygon
- # - /data_read
- - name: node2
- ip: 192.168.1.103
- topics:
- - /points_concat # /lidar_pretreatment
- - /tpperception # /sensorfusion
- triggers:
- - label: rapidaccel
- topics:
- - /tpperception
- - /points_concat
- - /cicv_location
- - /camera_image
- - label: brake
- topics:
- - /tpperception
- - /points_concat
- - /cicv_location
- - /camera_image
- - label: EmergencyStop
- topics:
- - /tpperception
- - /points_concat
- - /cicv_location
- - /camera_image
- - label: AutoDLimit
- topics:
- - /tpperception
- - /points_concat
- - /cicv_location
- - /camera_image
- - label: lanechange
- topics:
- - /tpperception
- - /points_concat
- - /cicv_location
- - /camera_image
- - label: brakefault
- topics:
- - /tpperception
- - /points_concat
- - /cicv_location
- - /camera_image
- - label: takeover
- topics:
- - /tpperception
- - /points_concat
- - /cicv_location
- - /camera_image
- - label: TTC
- topics:
- - /tpperception
- - /points_concat
- - /cicv_location
- - /camera_image
|