Functions | |
Vector | AttituteDynamics_QuaternionAngVel (const ssfTime &_time, const Vector &_integratingState, Orbit *_Orbit, Attitude *_Attitude, const Matrix &_parameters, const Functor &_torqueFuncPtr) |
Attitude Dynamics equation using Quaternions and Angular Velocities as the state variables. |
|
Attitude Dynamics equation using Quaternions and Angular Velocities as the state variables. The rotation of a rigid body is described by the kinematic equations of motion and the kinetic equations of motion. As discussed above, the kinematics specifically model the current attitude of the body with respect to time. The dynamics are characterized by the absolute angular velocity vector, $$. Each attitude representation has a set of equations that describe its time rate of change due to the dynamics of the rigid body. The propagation of the Quaternion kinematics is defined as:
Definition at line 93 of file QuaternionAngVelDynamics.h. |