You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two fleets with different capabilities, and I need to create a composite task that can only be performed by one of the fleets. How can I ensure that the RMF task dispatcher assigns the task only to the fleet capable of performing it?
The text was updated successfully, but these errors were encountered:
Hello! You can configure the performable actions a fleet is capable of in its fleet config. For example in our Office demos here, we specify that the tinyRobot fleet is capable of performing the teleop action.
I'm encountering a similar issue. I've configured two fleets, each with a distinct action using the "actions:" field in the config file. For example, the first fleet is set up to perform action_1, while the second fleet is configured to handle action_2.
However, when I send a composed task that includes a phase of preform action_2, sometimes the task is incorrectly assigned to a robot from fleet 1, which is not capable of performing that action.
Before proceeding, is there an existing issue or discussion for this?
Description
I have two fleets with different capabilities, and I need to create a composite task that can only be performed by one of the fleets. How can I ensure that the RMF task dispatcher assigns the task only to the fleet capable of performing it?
The text was updated successfully, but these errors were encountered: