navigation.prototxt 894 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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/clampLifter"
  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:26
  32. dt:0.1
  33. acc_velocity:1.5
  34. acc_angular:10
  35. }
  36. y_mpc_parameter
  37. {
  38. shortest_radius:24.5
  39. dt:0.1
  40. acc_velocity:1.5
  41. acc_angular:10
  42. }
  43. InOutVLimit
  44. {
  45. min:0.03
  46. max:0.5
  47. }
  48. NodeVelocityLimit
  49. {
  50. min:0.03
  51. max:1.5
  52. }
  53. NodeAngularLimit
  54. {
  55. min:0.0523
  56. max:0.4
  57. }