#include <dynamic-graph/factory.h>#include <sot/core/debug.hh>#include <sot/torque_control/admittance-controller.hh>#include <sot/torque_control/commands-helper.hh>#include <tsid/utils/stop-watch.hpp>
Go to the source code of this file.
Namespaces | |
| dynamicgraph | |
| to read text file | |
| dynamicgraph::sot | |
| dynamicgraph::sot::torque_control | |
Macros | |
| #define | DES_VEL_SIGNALS m_vDesRightFootSOUT << m_vDesLeftFootSOUT |
| #define | FORCE_SIGNALS |
| #define | GAIN_SIGNALS |
| #define | INPUT_SIGNALS |
| #define | OUTPUT_SIGNALS m_uSOUT << m_dqDesSOUT << DES_VEL_SIGNALS |
| #define | PROFILE_DQ_DES_COMPUTATION "Admittance control computation" |
| #define | REF_FORCE_SIGNALS m_fRightFootRefSIN << m_fLeftFootRefSIN |
| #define | STATE_SIGNALS m_encodersSIN << m_jointsVelocitiesSIN |
Typedefs | |
| typedef AdmittanceController | EntityClassName |
| typedef Eigen::Matrix< double, 3, 1 > | Vector3 |
| typedef Eigen::Matrix< double, 6, 1 > | Vector6 |
Functions | |
| DEFINE_SIGNAL_OUT_FUNCTION (dqDes, dynamicgraph::Vector) | |
| DEFINE_SIGNAL_OUT_FUNCTION (u, dynamicgraph::Vector) | |
| DEFINE_SIGNAL_OUT_FUNCTION (vDesLeftFoot, dynamicgraph::Vector) | |
| DEFINE_SIGNAL_OUT_FUNCTION (vDesRightFoot, dynamicgraph::Vector) | |
| DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (AdmittanceController, "AdmittanceController") | |
| VectorXd | svdSolveWithDamping (const JacobiSVD< MatrixXd > &A, const VectorXd &b, double damping) |
| #define DES_VEL_SIGNALS m_vDesRightFootSOUT << m_vDesLeftFootSOUT |
Definition at line 44 of file admittance-controller.cpp.
| #define FORCE_SIGNALS |
Definition at line 30 of file admittance-controller.cpp.
| #define GAIN_SIGNALS |
Definition at line 34 of file admittance-controller.cpp.
| #define INPUT_SIGNALS |
Definition at line 40 of file admittance-controller.cpp.
| #define OUTPUT_SIGNALS m_uSOUT << m_dqDesSOUT << DES_VEL_SIGNALS |
Definition at line 47 of file admittance-controller.cpp.
| #define PROFILE_DQ_DES_COMPUTATION "Admittance control computation" |
Definition at line 26 of file admittance-controller.cpp.
| #define REF_FORCE_SIGNALS m_fRightFootRefSIN << m_fLeftFootRefSIN |
Definition at line 28 of file admittance-controller.cpp.
| #define STATE_SIGNALS m_encodersSIN << m_jointsVelocitiesSIN |
Definition at line 38 of file admittance-controller.cpp.