#include <sot-dynamic/zmpreffromcom.h>
Public Member Functions | |
virtual const std::string & | getClassName (void) const |
ZmprefFromCom (const std::string &name) | |
virtual | ~ZmprefFromCom (void) |
ml::Vector & | computeZmpref (ml::Vector &res, const int &time) |
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
Public Attributes | |
double | dt |
double | footHeight |
dg::SignalPtr < MatrixHomogeneous, int > | waistPositionSIN |
dg::SignalPtr< ml::Vector, int > | comPositionSIN |
dg::SignalPtr< ml::Vector, int > | dcomSIN |
dg::SignalTimeDependent < ml::Vector, int > | zmprefSOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
static const double | DT_DEFAULT |
static const double | FOOT_HEIGHT_DEFAULT |
dynamicgraph::sot::ZmprefFromCom::ZmprefFromCom | ( | const std::string & | name | ) |
virtual dynamicgraph::sot::ZmprefFromCom::~ZmprefFromCom | ( | void | ) | [virtual] |
virtual void dynamicgraph::sot::ZmprefFromCom::commandLine | ( | const std::string & | cmdLine, |
std::istringstream & | cmdArgs, | ||
std::ostream & | os | ||
) | [virtual] |
Reimplemented from dynamicgraph::Entity.
ml::Vector& dynamicgraph::sot::ZmprefFromCom::computeZmpref | ( | ml::Vector & | res, |
const int & | time | ||
) |
virtual const std::string& dynamicgraph::sot::ZmprefFromCom::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
const std::string dynamicgraph::sot::ZmprefFromCom::CLASS_NAME [static] |
const double dynamicgraph::sot::ZmprefFromCom::DT_DEFAULT [static] |
const double dynamicgraph::sot::ZmprefFromCom::FOOT_HEIGHT_DEFAULT [static] |