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

Revision history [back]

Orientation is a high-level term. It includes roll, pitch and yaw if you are representing orientation with Euler angles. If you are representing orientation with Quaternion, it includes x, y, z, and w corresponding to Quaternion components.

In other words, yaw is only one component of orientation.