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

Revision history [back]

Hi,

For representing orientation in ROS, quaternions are used. They do not represent a human-readable format like e.g. euler angles (more information about quaternions here: http://en.wikipedia.org/wiki/Quaternion ).

To easily convert between euler angles and quaternions, the tf-ROS package offers a set of functions like "createQuaternionFromYaw" or similar...

Have a look at <tf transform_datatypes.h=""> for more information.