Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensuring Task Assignment to the Appropriate Fleet in RMF Based on Capabilities #487

Open
1 task done
Samaleke opened this issue Jul 2, 2024 · 3 comments
Open
1 task done

Comments

@Samaleke
Copy link

Samaleke commented Jul 2, 2024

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?

@xiyuoh
Copy link
Member

xiyuoh commented Jul 2, 2024

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.

@osama-z-salah
Copy link

Hi @xiyuoh,

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.

@xiyuoh
Copy link
Member

xiyuoh commented Aug 29, 2024

Hello @osama-z-salah ! That is strange, could you provide a sample of the fleet configs + task JSON for me to take a better look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants