ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Not without some major overhead compared to the functions.

For C++: normalize_angle can be found in the angles package (angles/angles.h) and quat_to_angle can be done using tf functions.

Not without some major overhead compared to the functions.

For C++: normalize_angle can be found in the angles package (angles/angles.h) and quat_to_angle can be done using tf functions.functions. For the yaw use tf::getYaw. You can provide a tf::Quaternion or a geometry_msgs::Quaternion.