/
7.1 Extracting Euler angles from a rotation matrix
7.1 Extracting Euler angles from a rotation matrix
We discussed different angle set conventions in class. One common convention is the set of X-Y-Z Euler Angles. With this convention, the B frame is first rotated about by angle
, then rotated about
by angle
, and then finally rotated about
by angle
. This angle set has the following form.
|
Using the examples from class as a primer, and using the atan2 function, please derive the formulas necessary to extract the values of angles ,
, and
from the above rotation matrix. For simplicity, you may assume that no angles equal either 0° or 90°. Please express your answers in terms of elements of the rotation matrix (
,
, etc.) and clearly state any assumptions that you make.
, multiple selections available,
Related content
6.7 Micro-muscle design
6.7 Micro-muscle design
More like this
8.3 Inverse Dynamics Calculations
8.3 Inverse Dynamics Calculations
More like this
7.2 Tracking kinematics using 3-D marker data
7.2 Tracking kinematics using 3-D marker data
Read with this
7.4 Understanding rotation matrices
7.4 Understanding rotation matrices
Read with this
7.3 Introduction to transformation matrices
7.3 Introduction to transformation matrices
Read with this
7.6 Kinematics from IMU data
7.6 Kinematics from IMU data
Read with this