Articulated body dynamics classThis class provides inverse and forward dynamics for articulated body.
More...
|
static void | updateLocalXTreeOut (taoDNode *root) |
| updates local transforms in the subtree with root More...
|
|
static void | resetInertiaTreeOut (taoDNode *root) |
| resets inertias in the subtree with root More...
|
|
static void | resetFlagTreeOut (taoDNode *root) |
| resets flags in the subtree with root More...
|
|
static void | forwardDynamics (taoDNode *root, const deVector3 *gravity) |
| computes forward dynamics of the subtree with root under gravity More...
|
|
static void | inverseDynamics (taoDNode *root, const deVector3 *gravity) |
| computes inverse dynamics of the subtree with root under gravity More...
|
|
static void | forwardDynamicsImpulse (taoDNode *contact, const deVector3 *point, const deVector3 *impulse, const deInt dist) |
| computes velocity changes given impulse More...
|
|
static void | globalJacobianOut (taoDNode *root) |
| computes global Jacobina matrices More...
|
|
static void | opSpaceInertiaMatrixOut (taoDNode *root, const deMatrix6 *Oah=NULL) |
| computes inverse operational space inertia matrix for each node: diagonal terms: Omega_i_i More...
|
|
static void | biasAccelerationOut (taoDNode *root, const deVector6 *Hh=NULL) |
|
static void | compute_Jg_Omega_H (taoDNode *root, const deMatrix6 *Oah=NULL, const deVector6 *Hh=NULL) |
|
static deFloat | effectiveMassInv (taoDNode *node, const deVector3 *point, const deVector3 *dir) |
|
static void | opSpaceInvDynamics (taoDNode *opNode, deVector6 *ddXn) |
|
static void | add2Tau_JgT_F (taoDNode *node, const deVector6 *Fg) |
|
static deFloat | potentialEnergy (taoDNode *root, const deVector3 *gravity) |
| computes the potential energy of the subtree with root under gravity More...
|
|
static deFloat | kineticEnergy (taoDNode *root, const deVector6 *Vh=NULL) |
| computes the kinetic energy of the subtree with root under gravity More...
|
|
static void | resetInertia (taoDNode *node) |
| resets inertia of node More...
|
|
|
static void | _forwardDynamicsOutIn (taoDNode *root, taoABDynamicsData *datah, deVector6 *Pah, const deVector6 *Vh) |
|
static void | _inverseDynamicsOutIn (taoDNode *root, taoABDynamicsData2 *datah, deVector6 *Fh, const deVector6 *Vh, const deVector6 *Ah) |
|
static void | _accelerationTreeOut (taoDNode *root, const deVector6 *Ah) |
|
static void | _articulatedImpulsePathIn (taoDNode *contact, const deInt dist) |
|
static void | _velocityDeltaTreeOut (taoDNode *root, const deVector6 *dVh, const deVector6 *Vh, const deInt dist) |
|
static void | _plusEq_Jg_ddQ (taoDNode *node, deVector6 *A) |
|
Articulated body dynamics class
This class provides inverse and forward dynamics for articulated body.