sweeper_200/config.json

31 lines
1.0 KiB
JSON
Raw Normal View History

2025-10-30 11:10:23 +08:00
{
"mqtt": {
"vid": "V060003",
"upload_url": "https://qsc.ntiov.com:8443/api/sys/route/upload",
"download_url_pre": "http://36.153.162.171:9510/api/ccp-web/file/",
"inter_net_address": "tcp://192.168.4.196",
"inter_net_port": 11883,
"external_net_address": "tcp://36.153.162.171",
"external_net_port": 19683,
"mqtt_user": "zxwl",
"mqtt_password": "zxwl1234@",
"pub_gps_topic": "/zxwl/vehicle/V060003/gps",
"remote_topic": "/zxwl/vehicle/V060003/ctrl",
"mqtt_topic_push_status": "/zxwl/vehicle/V060003/task/status",
"mqtt_topic_sub_task": "/zxwl/vehicle/V060003/task",
"info_topic": "/zxwl/vehicle/V060003/info",
"fault_topic": "/zxwl/vehicle/V060003/fault"
2025-10-30 11:10:23 +08:00
},
"detect_line_tolerance": 3.06,
"detect_head_tolerance": 2,
"lidar_detect_locate": {
"front": 5,
"f_front": 18,
"rear": -8,
"r_rear": -16,
"left": -6,
"l_left": -13,
"right": 6,
"r_right": 13
}
}