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

Support batch task submissions #40

Open
koonpeng opened this issue Sep 6, 2021 · 1 comment
Open

Support batch task submissions #40

koonpeng opened this issue Sep 6, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@koonpeng
Copy link

koonpeng commented Sep 6, 2021

Feature request

Although multiple tasks can be submitted programatically, it does not provide proper consistency when one or more of the tasks:

  • have invalid inputs
  • failed for any other reasons (e.g. network connections etc)

Often it is desired for either all or none of the tasks to be started.

Also addresses open-rmf/rmf-web#484.

Description

Implementation considerations

Alternatives

Additional information

@Yadunund
Copy link
Member

Yadunund commented Sep 7, 2021

The feature will need to be implemented in the ROS 2 dispatcher node followed by suitable changes within the fleet adapter. I've opened a ticket for this open-rmf/rmf_ros2#115

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

No branches or pull requests

2 participants