5 std::cout <<
"===================" << endl
6 <<
" GREEN -> STAND UP" << endl
7 <<
"===================" << endl;
18 <<
"Standing up motion State Exited" DummyTrajectoryGenerator * trajectoryGenerator
void entry(void)
Called once when the state is entered. Pure virtual function, must be overwritten by each state...
bool moveThroughTraj()
For each joint, move through(send appropriate commands to joints) the Currently generated trajectory ...
bool initialiseTrajectory()
Implementation of the initialiseTrajectory method in TrajectoryGenerator.
void exit(void)
Called once when the state exits. Pure virtual function, must be overwritten by each state...
void startNewTraj()
Begin a new trajectory with the currently loaded trajectory paramaters. Using the ExoRobot current co...
void during(void)
Called continuously whilst in that state. Pure virtual function, must be overwritten by each state...