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

Split Moveit Orientation Constraint into individual axes within drake optimizer #58

Open
kamiradi opened this issue Oct 15, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@kamiradi
Copy link
Member

kamiradi commented Oct 15, 2024

Right now, the orientation constraint message from moveit has 3 theta bounds for each axes in the constraint frame. The current orientation constraint implementation just applies one of the three. See comment below.

A better approach would be to add an additional rotational transformation to R_BbarB, computing R_BbarBx, R_BbarBy and R_BbarBz - add 3 different orientation constraints for each axis with the theta_bounds being the individual tolerances.

Originally posted by @kamiradi in #55 (comment)

@kamiradi kamiradi added the good first issue Good for newcomers label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant