navigation.prototxt 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. main_agv:false
  2. rpc_ipport:"192.168.0.71:9090"
  3. Agv_emqx
  4. {
  5. NodeId:"agv-child"
  6. ip:"192.168.0.71"
  7. port:1883
  8. pubSpeedTopic:"monitor_child/speedcmd"
  9. pubClampLifterTopic:"monitor_child/speedcmd"
  10. subPoseTopic:"monitor_child/statu"
  11. subSpeedTopic:"monitor_child/speed"
  12. }
  13. Terminal_emqx
  14. {
  15. NodeId:"agv-child-nav"
  16. ip:"192.168.0.71"
  17. port:1883
  18. pubStatuTopic:"agv_child/agv_statu"
  19. pubNavStatuTopic:"agv_child/nav_statu"
  20. }
  21. #连接主PLC的emqx
  22. brother_emqx
  23. {
  24. NodeId:"agv-brother-main"
  25. ip:"192.168.0.70"
  26. port:1883
  27. subBrotherStatuTopic:"agv_main/nav_statu"
  28. }
  29. x_mpc_parameter
  30. {
  31. shortest_radius:10
  32. dt:0.1
  33. acc_velocity:1
  34. acc_angular:10
  35. }
  36. y_mpc_parameter
  37. {
  38. shortest_radius:10
  39. dt:0.1
  40. acc_velocity:1
  41. acc_angular:10
  42. }
  43. InOutVLimit
  44. {
  45. min:0.03
  46. max:0.3
  47. }
  48. NodeVelocityLimit
  49. {
  50. min:0.05
  51. max:0.5
  52. }
  53. NodeAngularLimit
  54. {
  55. min:0.0523
  56. max:0.1
  57. }