Functions | |
rets | ActuationEventHandling (type t, type x, type Events, type OldState) |
Handling of Actuation Events. |
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:05 rpissard version start HuMAnS
rets ActuationEventHandling | ( | type | t, | |
type | x, | |||
type | Events, | |||
type | OldState | |||
) |
Handling of Actuation Events.
t | (float) time | |
x | (float vector, size = 2*NDOF + 2*Nmuscles) system state | |
Events | (boolean vector, size = 2*Nmuscles + 2) state of the actuators switchs | |
OldState | (float vector, size = variable, >= 4*Nmuscles + 2 ) state of actuators |
NewState (float vector, size = variable, >= 4*Nmuscles + 2 ) new state of actuators
WarmStart (boolean)
HuMAnS |