Euler to Quaternion (z-axis heading)
Euler to Quaternion (z-axis heading)
Given Roll = 4o, Pitch = 3o, and Yaw = 10o, then Q=?? (Record your answers to 8 decimal places)
Quaternion to Matrix
Given the Quaternion above create the Rotation matrix
Quaternion to Euler
Give the Quaternion above compute the Euler angles.
Matrix to Quaternion
Given the matrix calculated above create the Quaternion.