#include <sot/talos_balance/simple-admittance-controller.hh>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | SimpleAdmittanceController (const std::string &name) |
DECLARE_SIGNAL_IN (Kp, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (state, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (tau, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (tauDes, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (dqRef, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (qRef, dynamicgraph::Vector) | |
virtual void | display (std::ostream &os) const |
void | init (const double &dt, const unsigned &n) |
void | setPosition (const dynamicgraph::Vector &position) |
Public Attributes | |
bool | m_useState |
Protected Attributes | |
double | m_dt |
bool | m_initSucceeded |
dynamicgraph::Vector | m_Kp |
true if the entity has been successfully initialized More... | |
int | m_n |
dynamicgraph::Vector | m_q |
Definition at line 52 of file simple-admittance-controller.hh.
SimpleAdmittanceController | ( | const std::string & | name | ) |
Definition at line 56 of file simple-admittance-controller.cpp.
DECLARE_SIGNAL_IN | ( | Kp | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | state | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | tau | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | tauDes | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | dqRef | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | qRef | , |
dynamicgraph::Vector | |||
) |
|
virtual |
Definition at line 176 of file simple-admittance-controller.cpp.
void init | ( | const double & | dt, |
const unsigned & | n | ||
) |
Definition at line 85 of file simple-admittance-controller.cpp.
void setPosition | ( | const dynamicgraph::Vector & | position | ) |
Definition at line 101 of file simple-admittance-controller.cpp.
|
protected |
Definition at line 87 of file simple-admittance-controller.hh.
|
protected |
Definition at line 84 of file simple-admittance-controller.hh.
|
protected |
true if the entity has been successfully initialized
Definition at line 85 of file simple-admittance-controller.hh.
|
protected |
Definition at line 82 of file simple-admittance-controller.hh.
|
protected |
Definition at line 86 of file simple-admittance-controller.hh.
bool m_useState |
Definition at line 79 of file simple-admittance-controller.hh.