#include <WalkingEngine.h>
Inheritance diagram for WalkingEngine:


Public Member Functions | |
| WalkingEngine (const WalkingEngineInterfaces &interfaces) | |
| virtual bool | executeParameterized (JointData &jointData, const WalkRequest &walkRequest, double positionInWalkingCycle)=0 |
| Calculates the next joint data set. | |
| virtual | ~WalkingEngine () |
| Destructor. | |
Private Member Functions | |
| virtual void | execute () |
| That function is not used but has to be implemented. | |
It generates JointData and OdometryData according to current MotionRequest executing walking type motions.
Definition at line 96 of file WalkingEngine.h.
|
|
Definition at line 103 of file WalkingEngine.h. References getRobotConfiguration(). |
Here is the call graph for this function:

|
|
Destructor.
Definition at line 120 of file WalkingEngine.h. |
|
||||||||||||||||
|
Calculates the next joint data set.
Implemented in GT2004WalkingEngine, GT2005WalkingEngine, InvKinWalkingEngine, ParamInvKinWalkingEngine, ParamRearOnlyInvKinWalkingEngine, and WalkingEngineSelector. Referenced by GT2005MotionControl::execute(). |
|
|
That function is not used but has to be implemented.
Reimplemented from Module. Definition at line 124 of file WalkingEngine.h. |
1.3.6