<< CL_op_locTimeG50 DEPRECATED CL_rot_eul2quat >>

CelestLab >> DEPRECATED > CL_rot_angularVelocity

CL_rot_angularVelocity

Rotation angles to angular velocity and acceleration vectors - DEPRECATED

Calling Sequence

[om,omp] = CL_rot_angularVelocity(naxes,angles,angles_der,angles_der2)

Description

Parameters

naxes :

Axes numbers: 1=x-axis, 2=y-axis or 3=z-axis (1x3 or 3x1)

angles :

Rotation angles around respective axes [rad] (3xN)

angles_der :

First derivatives of angles with respect to time [rad/s] (3xN)

angles_der2 :

Second derivatives of angles with respect to time [rad/s^2] (3xN)

om :

Angular rotation vector (3xN)

omp :

Angular acceleration vector (3xN)

Authors

See also

Examples

naxes = [1,2,3]; // XYZ
angles = [%pi/4 ; %pi/8 ; %pi/6]
angles_der = [%pi/4 ; %pi/8 ; %pi/6]
angles_der2 = [%pi/4 ; %pi/8 ; %pi/6]
[om,omp] = CL_rot_angularVelocity(naxes,angles,angles_der,angles_der2)

Report an issue
<< CL_op_locTimeG50 DEPRECATED CL_rot_eul2quat >>