6 std::cout <<
"Sitting Down State Entered " << endl
7 <<
"===================" << endl
8 <<
" GREEN -> SIT DOWN " << endl
9 <<
"===================" << endl;
18 <<
"Sitting Down State Exited " << endl;
DummyTrajectoryGenerator * trajectoryGenerator
void entry(void)
Prepare Robot and Trajectory Generator objects to tigger a sit motion loads SIT paramaters into the 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 objectsmoveThroughtrajecoty function using the loaded trajectory dictated by the state ...