Functions | |
rets | Simulation (type InitialTime, type FinalTime, type SamplingPeriod, type InitialPosition, type InitialVelocity) |
Compute the simulation. |
Email(s): Pierre-Brice.Wieber@inria.fr
rets Simulation | ( | type | InitialTime, | |
type | FinalTime, | |||
type | SamplingPeriod, | |||
type | InitialPosition, | |||
type | InitialVelocity | |||
) |
Compute the simulation.
InitialTime | (float) | |
FinalTime | (float) | |
SamplingPeriod | (float) | |
InitialPosition | (float vector,size = NDOF) | |
InitialVelocity | (float vector,size = NDOF) |
Q (float vector, size = NDOF x NSAMPLINGS) trajectory
QDOT (float vector, size = NDOF x NSAMPLINGS) velocity on trajectory
Z (float vector, size depends of application)
ACTUATIONSTATE (boolean vector, size variable and depends of application) state of switchs actuators
CONTACTSTATE (boolean vector, size = NCONTACTS) state of contact
HuMAnS |