Generates footsteps. More...
#include <sot-pattern-generator/step-computer-joystick.h>
Public Member Functions | |
virtual const std::string & | getClassName (void) const |
StepComputerJoystick (const std::string &name) | |
void | changeFirstStep (StepQueue &queue, int timeCurr) |
void | nextStep (StepQueue &queue, int timeCurr) |
virtual void | display (std::ostream &os) const |
Public Attributes | |
SignalPtr< ml::Vector, int > | joystickSIN |
Entry of the joystick (x,y,theta) | |
SignalPtr< unsigned, int > | contactFootSIN |
Getting the support foot. | |
SignalTimeDependent < ml::Vector, int > | laststepSOUT |
Externalize the last step . | |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Protected Member Functions | |
ml::Vector & | getlaststep (ml::Vector &res, int time) |
Generates footsteps.
dynamicgraph::sot::StepComputerJoystick::StepComputerJoystick | ( | const std::string & | name | ) |
void dynamicgraph::sot::StepComputerJoystick::changeFirstStep | ( | StepQueue & | queue, |
int | timeCurr | ||
) | [virtual] |
Implements dynamicgraph::sot::StepComputer.
virtual void dynamicgraph::sot::StepComputerJoystick::display | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from dynamicgraph::Entity.
virtual const std::string& dynamicgraph::sot::StepComputerJoystick::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
ml::Vector& dynamicgraph::sot::StepComputerJoystick::getlaststep | ( | ml::Vector & | res, |
int | time | ||
) | [protected] |
void dynamicgraph::sot::StepComputerJoystick::nextStep | ( | StepQueue & | queue, |
int | timeCurr | ||
) | [virtual] |
Implements dynamicgraph::sot::StepComputer.
const std::string dynamicgraph::sot::StepComputerJoystick::CLASS_NAME [static] |
SignalPtr< unsigned,int > dynamicgraph::sot::StepComputerJoystick::contactFootSIN |
Getting the support foot.
Entry of the joystick (x,y,theta)
Externalize the last step .