navigation_main.prototxt 820 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #127.0.0.1
  2. main_agv:true
  3. rpc_ipport:"192.168.0.70:9090"
  4. Agv_emqx
  5. {
  6. NodeId:"agv-main"
  7. ip:"192.168.0.70"
  8. port:1883
  9. pubSpeedTopic:"monitor_main/speedcmd"
  10. subPoseTopic:"monitor_main/statu"
  11. subSpeedTopic:"monitor_main/speed"
  12. }
  13. Terminal_emqx
  14. {
  15. NodeId:"agv-main-nav"
  16. ip:"192.168.0.70"
  17. port:1883
  18. pubStatuTopic:"agv_main/agv_statu"
  19. pubNavStatuTopic:"agv_main/nav_statu"
  20. }
  21. #连接后车的emqx
  22. brother_emqx
  23. {
  24. NodeId:"agv-brother-child"
  25. ip:"192.168.0.71"
  26. port:1883
  27. subBrotherStatuTopic:"agv_child/nav_statu"
  28. }
  29. x_mpc_parameter
  30. {
  31. shortest_radius:26
  32. dt:0.1
  33. acc_velocity:1.0
  34. acc_angular:10
  35. }
  36. y_mpc_parameter
  37. {
  38. shortest_radius:24.5
  39. dt:0.1
  40. acc_velocity:1.0
  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. }