#include <sot/talos_balance/com-admittance-controller.hh>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | ComAdmittanceController (const std::string &name) |
DECLARE_SIGNAL_IN (ddcomDes, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (Kp, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (zmp, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (zmpDes, dynamicgraph::Vector) | |
DECLARE_SIGNAL_INNER (stateRef, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (comRef, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (dcomRef, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (ddcomRef, dynamicgraph::Vector) | |
virtual void | display (std::ostream &os) const |
void | init (const double &dt) |
void | setPosition (const dynamicgraph::Vector &) |
void | setState (const dynamicgraph::Vector &, const dynamicgraph::Vector &) |
void | setVelocity (const dynamicgraph::Vector &) |
Protected Attributes | |
double | m_dt |
bool | m_initSucceeded |
dynamicgraph::Vector | m_state |
true if the entity has been successfully initialized More... | |
Definition at line 52 of file com-admittance-controller.hh.
ComAdmittanceController | ( | const std::string & | name | ) |
Definition at line 60 of file com-admittance-controller.cpp.
DECLARE_SIGNAL_IN | ( | ddcomDes | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | Kp | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | zmp | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | zmpDes | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_INNER | ( | stateRef | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | comRef | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | dcomRef | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | ddcomRef | , |
dynamicgraph::Vector | |||
) |
|
virtual |
Definition at line 231 of file com-admittance-controller.cpp.
void init | ( | const double & | dt | ) |
Definition at line 95 of file com-admittance-controller.cpp.
void setPosition | ( | const dynamicgraph::Vector & | com | ) |
Definition at line 112 of file com-admittance-controller.cpp.
void setState | ( | const dynamicgraph::Vector & | com, |
const dynamicgraph::Vector & | dcom | ||
) |
Definition at line 120 of file com-admittance-controller.cpp.
void setVelocity | ( | const dynamicgraph::Vector & | dcom | ) |
Definition at line 116 of file com-admittance-controller.cpp.
|
protected |
Definition at line 89 of file com-admittance-controller.hh.
|
protected |
Definition at line 87 of file com-admittance-controller.hh.
|
protected |
true if the entity has been successfully initialized
Definition at line 88 of file com-admittance-controller.hh.