Task.msg 327 B

12345678910111213141516171819
  1. uint8 STANDBY = 0
  2. uint8 PATH_FOLLOW = 1
  3. uint8 GO_TO_TARGET = 2
  4. uint8 GO_HOME = 3
  5. uint8 ZONE_CLEAN = 4
  6. uint8 WALLFOLLOW_LEFT = 5
  7. uint8 WALLFOLLOW_RIGHT = 6
  8. uint8 GO_BACK = 7
  9. uint8 AREA_NAVIGATOR = 8
  10. uint8 type
  11. clean_msg/TaskData data
  12. #任务id
  13. string task_id
  14. #任务类型
  15. int32 task_type
  16. #子任务类型
  17. int32 sub_task_type