<< tr2delta Robotics_Toolbox tr2jac >>

Robotics_Toolbox >> Robotics_Toolbox > tr2eul

tr2eul

Convert homogeneous transform to Euler angles

Calling Sequence

EUL = tr2eul(T, OPTIONS)
EUL = tr2eul(R, OPTIONS)

Description

EUL = TR2EUL(T, OPTIONS) are the ZYZ Euler angles expressed as a row vector corresponding to the rotational part of a homogeneous transform T. The 3 angles EUL=[PHI,THETA,PSI] correspond to sequential rotations about the Z, Y and Z axes respectively.

EUL = TR2EUL(R, OPTIONS) are the ZYZ Euler angles expressed as a row vector corresponding to the orthonormal rotation matrix R.

If R or T represents a trajectory (has 3 dimensions), then each row of EUL corresponds to a step of the trajectory.

OPTIONS

'deg' :

Compute angles in degrees (radians default)

Notes

See also

Authors


Report an issue
<< tr2delta Robotics_Toolbox tr2jac >>