TaskInfo.msg 257 B

123456789101112
  1. #任务id
  2. string task_id
  3. #任务类型
  4. int32 task_type
  5. #子任务类型
  6. int32 sub_task_type
  7. #清扫进度(百分比,已经乘以100)
  8. float32 clean_progress
  9. #当前清扫过的面积
  10. float32 current_cleaned_area
  11. #需要清扫的面积
  12. float32 need_clean_area