Posted by @cwrx777:
In the demo, there is only robot_task_request
and dispatch_task_request
. robot_task_request
is for task assignment directly to a robot and dispatch_task_request
is for the entire robots across the available fleets.
Does the task dispatcher support tasks that are to be dispatched to a specific fleet? e.g. fleet_task_request
?
By default, all fleets support built-in categories such as patrol
, go_to_place
. Quite often, we need to use those built-in task categories for a particular fleet, but we would want RMF to choose the best robot in the fleet to do the task.