Replies: 1 comment 2 replies
-
I would say this is a reasonable feature request and should be fairly easy to implement:
Are you willing to contribute this feature? I can help with reviews. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the demo, there is only
robot_task_request
anddispatch_task_request
.robot_task_request
is for task assignment directly to a robot anddispatch_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.Beta Was this translation helpful? Give feedback.
All reactions