Created
May 6, 2015 23:44
-
-
Save bricerebsamen/1b745086d3e8cbfbccf8 to your computer and use it in GitHub Desktop.
roll pitch yaw from quaternion using KDL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
double roll, pitch, yaw; | |
KDL::Rotation::Quaternion(x, y, z, w).GetRPY(roll, pitch, yaw); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment