navigation.prototxt 823 B

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