Skip to content

Instantly share code, notes, and snippets.

@bricerebsamen
Created May 6, 2015 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bricerebsamen/1b745086d3e8cbfbccf8 to your computer and use it in GitHub Desktop.
Save bricerebsamen/1b745086d3e8cbfbccf8 to your computer and use it in GitHub Desktop.
roll pitch yaw from quaternion using KDL
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