Rotation representation: Euler angles

  • \(R_x=\left(\begin{array}{ccc}1 & 0 & 0 \\ 0 & \cos(\theta) & \sin(\theta) \\ 0 & -\sin \theta) & \cos(\theta)\end{array}\right)\) \(R_y= \left( \begin{array}{ccc} \cos(\theta) & 0 & \sin(\theta) \\ 0 & 1 & 0 \\ -\sin(\theta) & 0 & \cos(\theta) \end{array} \right) \) \(R_z= \left( \begin{array}{ccc} \cos(\theta) & \sin(\theta) & 0 \\-\sin(\theta) & \cos(\theta) & 0 \\0 & 0 & 1 \end{array} \right) \)
pictures/euler.png
pictures/gimbal.png
89/113