Functions | |
rets | ActuationInitialisation (type t, type q, type qdot) |
Initialization of actuators dynamics for a position q, a velocity qdot and a time of sample given. |
Email(s): Pierre-Brice.Wieber@inria.fr
Description:
Modifications: $Log$ Revision 1.3 2005/05/04 13:13:14 billet Correction and changes for doxygen documentation
Revision 1.2 2005/05/03 11:45:11 billet Comments for doxygen documentation
Revision 1.1.1.1 2005/02/08 13:05:02 rpissard version start HuMAnS
rets ActuationInitialisation | ( | type | t, | |
type | q, | |||
type | qdot | |||
) |
Initialization of actuators dynamics for a position q, a velocity qdot and a time of sample given.
t | (float) time | |
q | (float vector, size = NDOF) position | |
qdot | (float vector, size = NDOF) velocity |
z (float vector, size = 2*Nmuscles) tightness and forces of muscles
HuMAnS |