navigation.prototxt 714 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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:"monitor_child/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. }