12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- main_agv:false
- Agv_emqx
- {
- NodeId:"agv-Child"
- ip:"127.0.0.1"
- port:1883
- pubSpeedTopic:"ChildPLC/speedcmd"
- subPoseTopic:"lidar_odom/child"
- subSpeedTopic:"ChildPLC/speed"
- }
- Terminal_emqx
- {
- NodeId:"agv-child-nav"
- ip:"127.0.0.1"
- port:1883
- pubStatuTopic:"agv_child/agv_statu"
- pubNavStatuTopic:"agv_child/nav_statu"
- subNavCmdTopic:"agv_child/nav_cmd"
- }
- #连接主PLC的emqx
- brother_emqx
- {
- NodeId:"agv-brother-child"
- ip:"127.0.0.1"
- port:1883
- subBrotherStatuTopic:"lidar_odom/main"
- }
- x_mpc_parameter
- {
- shortest_radius:26
- dt:0.1
- acc_velocity:1.0
- acc_angular:10
- }
- y_mpc_parameter
- {
- shortest_radius:24.5
- dt:0.1
- acc_velocity:1.0
- acc_angular:10
- }
|