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

Faster planning for use cases that does not require a specific end-effector rotation #16

Open
Lexseal opened this issue Oct 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Lexseal
Copy link
Collaborator

Lexseal commented Oct 23, 2023

Some users do not care about the rotation of the end-effector, as long as the arm reaches a certain position. This seems like a good opportunity to optimize the time needed to plan a motion.

One idea is to solve the IK without rotation constraints and then feed all the solutions to the planner asking it to return the first successful plan to any of the targets.

Before implementing the whole thing, it is useful to benchmark how much faster IK is without rotation constraints and how much faster planning is when multiple targets are admissible.

@Lexseal Lexseal added the enhancement New feature or request label Oct 23, 2023
@Lexseal Lexseal self-assigned this Oct 23, 2023
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

1 participant