123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- # 全量采集topic
- ---
- 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
- bag-number: 120
- config-refresh-interval: 60
- disk-usage: 90
- bag-data-dir: /mnt/media/sda1/rosbag-handle/data/
- bag-copy-dir: /mnt/media/sda1/rosbag-handle/copy/
- triggers-dir: /mnt/media/sda1/rosbag-handle/triggers/
- time-window-send-gap: 6
- tcp-port: 12340
- rpc-port: 12341
- ros:
- master-address: 192.168.1.102:11311
- nodes:
- - /GlobalWay
- - /ObstacleInfo
- - /ObstacleInfo_zd
- - /Trajectorydisplay
- - /camera_output
- - /ch128x1/lslidar_driver_node
- - /ch64_left/lslidar_driver_node
- - /ch64_mid/lslidar_driver_node
- - /ch64_right/lslidar_driver_node
- - /dpi_map_engine
- - /front_radars_receive_node
- - /ins
- - /ins_diagnosis
- - /lidar_deeplearning
- - /lidar_fast_euclidean_cluster_detect
- - /lidar_fusion
- - /lidar_pretreatment
- - /planner_s4_gd
- - /planning_rviz
- - /planning_task_manage
- - /polygon_display
- - /r_des
- - /r_light
- - /r_loc
- - /r_location
- - /r_speed
- - /rnode
- - /rosout
- - /sensors_fusion_node
- - /stationinfo
- - /utmTOll_node
- hosts:
- - name: node1
- ip: 192.168.1.102
- topics:
- - /AutoModeStatus
- - /camera_image
- - /cicv_location
- - /faultinfo
- - /heartbeat_info
- - /jinlong_control_pub
- - /cicv_location
- - /data_read
- - name: node2
- ip: 192.168.1.103
- topics:
- - /points_concat
- - /tpperception
- - /tpperception/hmi
- 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
|