M-File Help: tr2eul View code for tr2eul

tr2eul

Convert homogeneous transform to Euler angles

eul = tr2eul(T, options) are the ZYZ Euler angles (1x3) corresponding to the rotational part of a homogeneous transform T (4x4). The 3 angles eul=[PHI,THETA,PSI] correspond to sequential rotations about the Z, Y and Z axes respectively.

eul = tr2eul(R, options) as above but the input is an orthonormal rotation matrix R (3x3).

If R (3x3xK) or T (4x4xK) represent a sequence then each row of eul corresponds to a step of the sequence.

Options

'deg' Compute angles in degrees (radians default)
'flip' Choose first Euler angle to be in quadrant 2 or 3.

Notes

See also

eul2tr, tr2rpy


 

© 1990-2014 Peter Corke.