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

Axial Symmetric Point Sampling #229

Open
wants to merge 1 commit into
base: kinetic-devel
Choose a base branch
from

Conversation

Jmeyer1292
Copy link
Contributor

As has been discussed in the past, the Euler angle conventions used in Descartes default CartesianPt leads to unexpected behavior sometimes.

AxialSymmetricPt is supposed to be a short-hand for specifying rotation around only one of X, Y, or Z axes of a given, nominal frame. This PR changes this specific point type to "do the right thing" when it comes to point sampling.

Fixes for CartesianPt will be down the road.

… the given free-axis. Previously it forwarded to Cartesian pt's impl that used Euler angles and the result was just wrong for any free-axis that wasn't Z.
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

Successfully merging this pull request may close these issues.

1 participant