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

Answers above may have explained it well. But as an addition: x, y, z over there are not coordinates of some point, they are stating the axis of rotation. A quaternion := (x, y, z, w), in which (x, y, z) is scaled with sin(theta/2), and w := cos(theta/2), in which theta is the angle of rotation.