#include <GetupEngine.h>
Inheritance diagram for GetupEngine:
Public Member Functions | |
GetupEngine (const GetupEngineInterfaces &interfaces) | |
virtual bool | executeParameterized (JointData &jointData)=0 |
calculates the next joint data set | |
virtual | ~GetupEngine () |
Destructor. | |
Protected Member Functions | |
virtual void | execute () |
That function is not used but has to be implemented. |
The getup engine lets the robot stand up from any position by generating appropriate joint data.
Definition at line 79 of file GetupEngine.h.
|
Definition at line 86 of file GetupEngine.h. |
|
Destructor.
Definition at line 99 of file GetupEngine.h. |
|
calculates the next joint data set
Implemented in GT2004GetupEngine. |
|
That function is not used but has to be implemented.
Implements Module. Definition at line 103 of file GetupEngine.h. |