WaypointState.msg 510 B

123456789101112131415161718192021222324252627
  1. int32 aid
  2. uint8 NULLSTATE=0
  3. # lanechange
  4. uint8 lanechange_state
  5. # bilinker
  6. uint8 steering_state
  7. uint8 STR_LEFT=1
  8. uint8 STR_RIGHT=2
  9. uint8 STR_STRAIGHT=3
  10. uint8 STR_BACK=4
  11. uint8 accel_state
  12. uint8 stop_state
  13. # 1 is stopline, 2 is stop which can only be released manually.
  14. uint8 TYPE_STOPLINE=1
  15. uint8 TYPE_STOP=2
  16. uint8 event_state
  17. uint8 TYPE_EVENT_NULL = 0
  18. uint8 TYPE_EVENT_GOAL = 1
  19. uint8 TYPE_EVENT_MIDDLE_GOAL = 2
  20. uint8 TYPE_EVENT_POSITION_STOP = 3
  21. uint8 TYPE_EVENT_BUS_STOP = 4
  22. uint8 TYPE_EVENT_PARKING = 5