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

Revision history [back]

The rotation is represented as a quaternion which has values in a non-readable format. You can use tf to convert between quaternions and euler angles ( e.g. tf::Quaternion createQuaternionFromRPY(double roll,double pitch,double yaw) ).

What do you mean by height and left-right? What joint are you referring to?