#include <dynamic-graph/factory.h>
#include <Eigen/Dense>
#include <sot/core/debug.hh>
#include <sot/torque_control/commands-helper.hh>
#include <sot/torque_control/joint-torque-controller.hh>
Go to the source code of this file.
Namespaces | |
dynamicgraph | |
to read text file | |
dynamicgraph::sot | |
dynamicgraph::sot::torque_control | |
Macros | |
#define | ALL_INPUT_SIGNALS |
#define | ALL_OUTPUT_SIGNALS m_uSOUT << m_torque_error_integralSOUT << m_smoothSignDqSOUT |
#define | ESTIMATOR_INPUT_SIGNALS |
#define | MODEL_INPUT_SIGNALS |
#define | TORQUE_CONTROL_INPUT_SIGNALS |
#define | TORQUE_INTEGRAL_INPUT_SIGNALS m_KiTorqueSIN << m_torque_integral_saturationSIN |
#define | VEL_CONTROL_INPUT_SIGNALS m_dq_desSIN << m_KdVelSIN << m_KiVelSIN |
Functions | |
DEFINE_SIGNAL_OUT_FUNCTION (smoothSignDq, dynamicgraph::Vector) | |
DEFINE_SIGNAL_OUT_FUNCTION (torque_error_integral, dynamicgraph::Vector) | |
DEFINE_SIGNAL_OUT_FUNCTION (u, dynamicgraph::Vector) | |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (JointTorqueController, "JointTorqueController") | |
#define ALL_INPUT_SIGNALS |
Definition at line 37 of file joint-torque-controller.cpp.
#define ALL_OUTPUT_SIGNALS m_uSOUT << m_torque_error_integralSOUT << m_smoothSignDqSOUT |
Definition at line 41 of file joint-torque-controller.cpp.
#define ESTIMATOR_INPUT_SIGNALS |
Definition at line 26 of file joint-torque-controller.cpp.
#define MODEL_INPUT_SIGNALS |
Definition at line 17 of file joint-torque-controller.cpp.
#define TORQUE_CONTROL_INPUT_SIGNALS |
Definition at line 32 of file joint-torque-controller.cpp.
#define TORQUE_INTEGRAL_INPUT_SIGNALS m_KiTorqueSIN << m_torque_integral_saturationSIN |
Definition at line 30 of file joint-torque-controller.cpp.
#define VEL_CONTROL_INPUT_SIGNALS m_dq_desSIN << m_KdVelSIN << m_KiVelSIN |
Definition at line 35 of file joint-torque-controller.cpp.