-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
RotationNR fails to maintain consistency when converted to rotation angles and back #29
Labels
Comments
madhephaestus
added a commit
that referenced
this issue
Dec 19, 2016
madhephaestus
added a commit
that referenced
this issue
Dec 19, 2016
madhephaestus
added a commit
that referenced
this issue
Dec 19, 2016
madhephaestus
changed the title
RotationNR fails the holonomic conversion
RotationNR fails to maintain consistency when converted to rotation angles and back
Dec 19, 2016
madhephaestus
added a commit
that referenced
this issue
Dec 20, 2016
It would seem the new library is not producing rotation angles from quaturnions in a way that is API compatible with the previous system. |
madhephaestus
added a commit
that referenced
this issue
Dec 29, 2016
This class now uses the internal representation of the rotation using the apache math3 Rotation class. #29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RotationNR sometimes produces invalid rotations after a conversion from rotation angles and back again. The failure could be in the quaternion conversion, the rotation angle conversion or maybe a separate bug in each. Additional unit test cases could and should be added so all conversion space and types of absolute rotations should be checked.
The text was updated successfully, but these errors were encountered: