5 std::cout <<
"===================" << endl
6 <<
" GREEN -> STAND UP" << endl
7 <<
"===================" << endl;
18 <<
"Standing up motion State Exited" DummyTrajectoryGenerator * trajectoryGenerator
void entry(void)
Prepare Robot and Trajectory Generator objects to tigger a stand motion loads STAND paramaters into t...
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)
run the robot objects moveThroughtrajecoty function using the loaded trajectory dictated by the state...