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...
ExoTestState(StateMachine *m, ExoRobot *exo, DummyTrajectoryGenerator *tg, const char *name=NULL)
Abstract class representing a state machine. Includes a number of State and Transition objects...
Abstract class representing a state in a StateMachine.