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

Update t265_rpy.py #4000

Merged
merged 1 commit into from
May 30, 2019
Merged

Update t265_rpy.py #4000

merged 1 commit into from
May 30, 2019

Conversation

schmidtp1
Copy link
Contributor

Fixed rotation matrix to roll-pitch-yaw conversion to comply with the following roll-pitch-yaw definition:
R_ref_body = Rz(yaw)*Ry(pitch)*Rx(roll) // body w.r.t. reference frame
where Ri denotes the rotation around axis i.

Additional info on orientation of coordinate frames:
https://en.wikipedia.org/wiki/Aircraft_principal_axes#/media/File:Yaw_Axis_Corrected.svg

Thanks, @radfordi!

Fixed rotation matrix to roll-pitch-yaw conversion to comply with the following roll-pitch-yaw definition:
R_ref_body = Rz(yaw)*Ry(pitch)*Rx(roll) // body w.r.t. reference frame
where Ri denotes the rotation around axis i.

Additional info on orientation of coordinate frames:
https://en.wikipedia.org/wiki/Aircraft_principal_axes#/media/File:Yaw_Axis_Corrected.svg

Thanks, @radfordi!
Copy link
Contributor

@radfordi radfordi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @schmidtp1. I think this should be targeted towards development not master.

@schmidtp1 schmidtp1 changed the base branch from master to development May 28, 2019 20:25
Copy link
Collaborator

@ev-mp ev-mp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @schmidtp1

@ev-mp ev-mp merged commit e8380a5 into IntelRealSense:development May 30, 2019
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.

3 participants