Functions | |
rets | ContactForces (type q, type qdot, type qddot, type Torques, type ContactState) |
Compute the contact forces. |
Email(s): Pierre-Brice.Wieber@inria.fr
Description:
Modifications: $Log$ Revision 1.3 2005/05/04 13:13:15 billet Correction and changes for doxygen documentation
Revision 1.2 2005/05/03 11:45:17 billet Comments for doxygen documentation
Revision 1.1.1.1 2005/02/08 13:08:25 rpissard version start HuMAnS
rets ContactForces | ( | type | q, | |
type | qdot, | |||
type | qddot, | |||
type | Torques, | |||
type | ContactState | |||
) |
Compute the contact forces.
q | (float vector, size = NDOF) position | |
qdot | (float vector, size = NDOF) velocity | |
qddot | (float vector, size = NDOF) acceleration | |
Torques | (float vector, size = NDOF) generalized torques | |
ContactState | (boolean vector, size = NCONTACTS) state of contacts |
HuMAnS |