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

Fixed rpy representation of quaternions following robotics ZYX order. #340

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

charlielito
Copy link

User-Facing Changes
Fixed rpy representation of quaternions following robotics ZYX order.

Description
Fixes #339

Checklist

  • The web version was tested and it is running ok
  • The desktop version was tested and it is running ok
  • This change is covered by unit tests
  • Files constants.ts, types.ts and *.style.ts have been checked and relevant code snippets have been relocated

@charlielito
Copy link
Author

I tested it and now it works as expected in the example shared in the issue.
correct_rpy1
correct_rpy2

@charlielito
Copy link
Author

I also saw this conversion in

tempEuler.setFromQuaternion(tempQuaternion, "XYZ");
but I don't know if that's also intended or also a part of this issue affecting something else (I don't know very well the code base)

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.

Reported rpy angles in quaternions in orientation topics are broken
1 participant