navigation.prototxt 851 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. main_agv:false
  2. Agv_emqx
  3. {
  4. NodeId:"agv-child"
  5. ip:"192.168.0.71"
  6. port:1883
  7. pubSpeedTopic:"monitor_child/speedcmd"
  8. subPoseTopic:"monitor_child/statu"
  9. subSpeedTopic:"monitor_child/speed"
  10. }
  11. Terminal_emqx
  12. {
  13. NodeId:"agv-child-nav"
  14. ip:"192.168.0.71"
  15. port:1883
  16. pubStatuTopic:"agv_child/agv_statu"
  17. pubNavStatuTopic:"agv_child/nav_statu"
  18. subNavCmdTopic:"agv_child/nav_cmd"
  19. }
  20. #连接主PLC的emqx
  21. brother_emqx
  22. {
  23. NodeId:"agv-child"
  24. ip:"192.168.0.70"
  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.5
  33. acc_angular:10
  34. }
  35. y_mpc_parameter
  36. {
  37. shortest_radius:24.5
  38. dt:0.1
  39. acc_velocity:1.5
  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:1.5
  51. }
  52. NodeAngularLimit
  53. {
  54. min:0.0523
  55. max:0.4
  56. }