Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions rmf_task_msgs/srv/SubmitTask.srv
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Delivery delivery
Clean clean
# Patrol patrol

# fleet selection evaluator
uint8 evaluator
uint8 LOWEST_DIFF_COST_EVAL=0
uint8 LOWEST_COST_EVAL=1
uint8 QUICKEST_FINISH_EVAL=2

---

# Confirmation that this service call is processed
Expand Down