11 #ifndef SITTINGDWN_H_INCLUDED 12 #define SITTINGDWN_H_INCLUDED Example implementation of the Robot class, representing an X2 Exoskeleton, using DummyActuatedJoint a...
Example Implementation of TrajectoryGenerator. Includes only two trajectories (Sit-to-Stand and Stand...
Abstract class representing a state machine. Includes a number of State and Transition objects...
void entry(void)
Prepare Robot and Trajectory Generator objects to tigger a sit motion loads SIT paramaters into the T...
Example Implementation of State Class. Used with ExoTestMachine.
SittingDwn(StateMachine *m, ExoRobot *exo, DummyTrajectoryGenerator *tg, const char *name=NULL)
void exit(void)
Called once when the state exits. Pure virtual function, must be overwritten by each state...
void during(void)
run the robot objectsmoveThroughtrajecoty function using the loaded trajectory dictated by the state ...
State for the ExoTestMachine (implementing ExoTestState) - representing when the exo is sitting down ...