123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- main_agv:false
- Agv_emqx
- {
- NodeId:"agv-child"
- ip:"192.168.0.71"
- port:1883
- pubSpeedTopic:"monitor_child/speedcmd"
- subPoseTopic:"monitor_child/statu"
- subSpeedTopic:"monitor_child/speed"
- }
- Terminal_emqx
- {
- NodeId:"agv-child-nav"
- ip:"192.168.0.71"
- port:1883
- pubStatuTopic:"agv_child/agv_statu"
- pubNavStatuTopic:"agv_child/nav_statu"
- subNavCmdTopic:"agv_child/nav_cmd"
- }
- #连接主PLC的emqx
- brother_emqx
- {
- NodeId:"agv-child"
- ip:"192.168.0.70"
- port:1883
- subBrotherStatuTopic:"agv_main/nav_statu"
- }
- x_mpc_parameter
- {
- shortest_radius:26
- dt:0.1
- acc_velocity:1.5
- acc_angular:10
- }
- y_mpc_parameter
- {
- shortest_radius:24.5
- dt:0.1
- acc_velocity:1.5
- acc_angular:10
- }
- InOutVLimit
- {
- min:0.03
- max:0.5
- }
- NodeVelocityLimit
- {
- min:0.03
- max:1.5
- }
- NodeAngularLimit
- {
- min:0.0523
- max:0.4
- }
|