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

[ROS2] MoveTo Idiom For Relaxed Constraints/Parameters #84

Open
amalnanavati opened this issue Sep 8, 2023 · 0 comments
Open

[ROS2] MoveTo Idiom For Relaxed Constraints/Parameters #84

amalnanavati opened this issue Sep 8, 2023 · 0 comments

Comments

@amalnanavati
Copy link
Contributor

Currently, we have individual MoveTo calls with set constraints/parameters (e.g., in bite transfer). However, some of these constraints can be eliminated if need be. For example, the planning time can be increased. Or the orientation path constraints can be removed.

This issue is to create a generic idiom that lets us specify what constraints/parameters we want on the tree, but also which are optional, how to relax them, and in what order to relax them. The idiom will then produce a Selector that has the default MoveTo, with relaxed versions of it as fallbacks if the initial one fails.

@amalnanavati amalnanavati changed the title [ROS2] MoveTo Fallback Idiom [ROS2] MoveTo Idiom For Relaxed Constraints/Parameters Sep 8, 2023
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

1 participant