1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- main_agv:false
- rpc_ipport:"192.168.0.71:9090"
- Agv_emqx
- {
- NodeId:"agv-child"
- ip:"192.168.0.71"
- port:1883
- pubSpeedTopic:"monitor_child/speedcmd"
- pubClampLifterTopic:"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"
- }
- #连接主PLC的emqx
- brother_emqx
- {
- NodeId:"agv-brother-main"
- ip:"192.168.0.70"
- port:1883
- subBrotherStatuTopic:"agv_main/nav_statu"
- }
- x_mpc_parameter
- {
- shortest_radius:10
- dt:0.1
- acc_velocity:1
- acc_angular:10
- }
- y_mpc_parameter
- {
- shortest_radius:10
- dt:0.1
- acc_velocity:1
- acc_angular:10
- }
- InOutVLimit
- {
- min:0.03
- max:0.3
- }
- NodeVelocityLimit
- {
- min:0.05
- max:0.5
- }
- NodeAngularLimit
- {
- min:0.0523
- max:0.1
- }
|