M-File Help: eul2tr View code for eul2tr

eul2tr

Convert Euler angles to homogeneous transform

T = eul2tr(phi, theta, psi, options) is a homogeneous transformation equivalent to the specified Euler angles. These correspond to rotations about the Z, Y, Z axes respectively. If phi, theta, psi are column vectors then they are assumed to represent a trajectory and R is a three dimensional matrix, where the last index corresponds to rows of phi, theta, psi.

T = eul2tr(eul, options) as above but the Euler angles are taken from consecutive columns of the passed matrix eul = [phi theta psi].

Options

'deg' Compute angles in degrees (radians default)

Note

See also

eul2r, rpy2tr, tr2eul


 

© 1990-2012 Peter Corke.