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] Allow MoveIt2Plan to chain multiple cartesian planning calls together #129

Open
amalnanavati opened this issue Nov 14, 2023 · 0 comments

Comments

@amalnanavati
Copy link
Contributor

Currently, MoveIt2Plan only executes a single cartesian plan. However, due to limitations in the cartesian interpolator, this planning call may only have completed a fraction of the requested distance. Empirically, I have found that just calling 1-2 other cartesian planning calls from the end of the previous one can be sufficient to complete the motion. Thus, we should consider adding a flag to MoveIt2Plan that allows it to engage in up to n carteisan planning attempts until the end of its trajectory is at the goal, and then concatenate them together.

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