#include <WalkingEngineSelector.h>
Inheritance diagram for WalkingEngineSelector:
Public Member Functions | |
WalkingEngineSelector (ModuleHandler &handler, SolutionRequest::ModuleID moduleID, const WalkingEngineInterfaces &interfaces, InvKinWalkingEngine *pInvKinWalkingEngine) | |
Constructor. | |
virtual Module * | createSolution (SolutionRequest::ModuleSolutionID id) |
Is called on start and when the selected solution changes to create a specific solution. | |
bool | executeParameterized (JointData &jointData, const WalkRequest &walkRequest, double positionInWalkingCycle) |
Executes the module. | |
virtual bool | handleMessage (InMessage &message) |
Handles a message. | |
Public Attributes | |
InvKinWalkingEngine * | pInvKinWalkingEngine |
The only used InvKinWalkingEngine. |
Definition at line 24 of file WalkingEngineSelector.h.
|
Constructor.
Definition at line 34 of file WalkingEngineSelector.h. References ModuleHandler::setModuleSelector(). |
Here is the call graph for this function:
|
Is called on start and when the selected solution changes to create a specific solution.
Implements ModuleSelector. Definition at line 51 of file WalkingEngineSelector.h. |
|
Executes the module.
Implements WalkingEngine. Definition at line 82 of file WalkingEngineSelector.h. References JointData::data. |
|
Handles a message.
Reimplemented from ModuleSelector. Definition at line 98 of file WalkingEngineSelector.h. |
|
The only used InvKinWalkingEngine.
Definition at line 106 of file WalkingEngineSelector.h. |