Functions | |
rets | ControlLaw (type t, type q, type qdot, type z, type OldState) |
Compute the impulsion to send to muscles. |
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:12 billet Comments for doxygen documentation
Revision 1.1.1.1 2005/02/08 13:05:03 rpissard version start HuMAnS
rets ControlLaw | ( | type | t, | |
type | q, | |||
type | qdot, | |||
type | z, | |||
type | OldState | |||
) |
Compute the impulsion to send to muscles.
t | (float) time | |
q | (float vector, size = NDOF) position | |
qdot | (float vector, size = NDOF) velocity | |
z | (float vectot, size = 2*Nmuscles + 2) tightness and forces | |
OldState | (float vector, size = variable, >= 4*Nmuscles + 2 ) state of contact |
NextTime
HuMAnS |