Generates footsteps. More...
#include <sot-pattern-generator/step-computer.h>
Public Member Functions | |
virtual void | changeFirstStep (StepQueue &queue, int timeCurr)=0 |
virtual void | nextStep (StepQueue &queue, int timeCurr)=0 |
virtual | ~StepComputer () |
Generates footsteps.
virtual sot::StepComputer::~StepComputer | ( | ) | [inline, virtual] |
virtual void sot::StepComputer::changeFirstStep | ( | StepQueue & | queue, | |
int | timeCurr | |||
) | [pure virtual] |
Implemented in sot::StepComputerForce, sot::StepComputerJoystick, and sot::StepComputerPos.
virtual void sot::StepComputer::nextStep | ( | StepQueue & | queue, | |
int | timeCurr | |||
) | [pure virtual] |
Implemented in sot::StepComputerForce, sot::StepComputerJoystick, and sot::StepComputerPos.