s6-行驶-倒渣口2-到-n20的e点 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. mqtt当前位置:position_x': 2.495681801706711, 'position_y': 173.16669248933502
  2. # e点位置
  3. 'end_point_x': 122.8439634 - 50, # e点需要往前开50
  4. 'end_point_y': 198.54541533333332
  5. # 导航数据
  6. "navigation": [
  7. {
  8. 'type': 'forward',
  9. 'nav_coordinates': [
  10. {
  11. 'start_point_x': 2.495, # 当前位置
  12. 'start_point_y': 173.1666142856, # 当前位置
  13. 'end_point_x': 182.6588877142857,
  14. 'end_point_y': 169.8418064285714
  15. },
  16. {
  17. 'start_point_x': 182.6588877142857,
  18. 'start_point_y': 169.8418064285714,
  19. 'center_point_x': 182.92185485714285,
  20. 'center_point_y': 183.5769582142857,
  21. 'end_point_x': 196.65700664285714,
  22. 'end_point_y': 183.31399107142855
  23. },
  24. {
  25. 'start_point_x': 196.65700664285714,
  26. 'start_point_y': 183.31399107142855,
  27. 'center_point_x': 182.92185485714285,
  28. 'center_point_y': 183.5769582142857,
  29. 'end_point_x': 183.184822,
  30. 'end_point_y': 197.31211
  31. },
  32. {
  33. 'start_point_x': 183.184822,
  34. 'start_point_y': 197.31211,
  35. 'end_point_x': 122.8439634 - 50, # e点需要往前开50
  36. 'end_point_y': 198.54541533333332
  37. }
  38. ]
  39. }
  40. ]