PlannerCtrl.msg 823 B

123456789101112131415161718192021222324252627282930313233
  1. Header header
  2. int8 target_way_mode
  3. # target_way_mode = 0 : load global map ,the target point is the finish point
  4. # target_way_mode = 1 : load global map and the target point is get from cloud com
  5. float64 TargetMap_x
  6. float64 TargetMap_y
  7. float64 TargetReflectColumn_x
  8. float64 TargetReflectColumn_y
  9. # target_way_mode = 2 : don'tload global map, and the target points is get from cloud com
  10. LaneArray Lane_array
  11. int8 target_speed_mode
  12. #0 : use the waypoints speed
  13. #1 : use the gui speed --gui speed enable
  14. #2 : use the cloud com speed ,temp is 8
  15. float64 target_speed
  16. int8 task_cmd
  17. #0: reserve
  18. #1: location stop
  19. #2:cps
  20. #3:lidar- location
  21. int8 bridge_number
  22. # brdige or bay number
  23. int16 bay
  24. string container_pose
  25. string container_size
  26. string yard_block
  27. string yard_num