#include <sot/talos_balance/joint-position-controller.hh>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | JointPositionController (const std::string &name) |
DECLARE_SIGNAL_IN (dqDes, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (Kp, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (qDes, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (state, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (dqRef, dynamicgraph::Vector) | |
virtual void | display (std::ostream &os) const |
void | init (const unsigned &n) |
Protected Attributes | |
bool | m_initSucceeded |
dynamicgraph::Vector | m_Kp |
true if the entity has been successfully initialized More... | |
int | m_n |
Definition at line 52 of file joint-position-controller.hh.
JointPositionController | ( | const std::string & | name | ) |
Definition at line 52 of file joint-position-controller.cpp.
DECLARE_SIGNAL_IN | ( | dqDes | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | Kp | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | qDes | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | state | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | dqRef | , |
dynamicgraph::Vector | |||
) |
|
virtual |
Definition at line 120 of file joint-position-controller.cpp.
void init | ( | const unsigned & | n | ) |
Definition at line 68 of file joint-position-controller.cpp.
|
protected |
Definition at line 79 of file joint-position-controller.hh.
|
protected |
true if the entity has been successfully initialized
Definition at line 80 of file joint-position-controller.hh.
|
protected |
Definition at line 77 of file joint-position-controller.hh.