sot-talos-balance  2.0.5
Collection of dynamic-graph entities aimed at implementing balance control on talos.
admittance-controller-end-effector.cpp File Reference
#include "sot/talos_balance/admittance-controller-end-effector.hh"
#include <dynamic-graph/all-commands.h>
#include <dynamic-graph/factory.h>
#include <sot/core/debug.hh>
#include <sot/core/stop-watch.hh>
Include dependency graph for admittance-controller-end-effector.cpp:

Go to the source code of this file.

Namespaces

 dynamicgraph
 
 dynamicgraph::sot
 
 dynamicgraph::sot::talos_balance
 

Macros

#define INNER_SIGNALS   m_w_forceSINNER << m_w_dqSINNER
 
#define INPUT_SIGNALS
 
#define OUTPUT_SIGNALS   m_dqSOUT
 
#define PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_DQ_COMPUTATION   "AdmittanceControllerEndEffector: dq computation "
 
#define PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_WDQ_COMPUTATION   "AdmittanceControllerEndEffector: w_dq computation "
 
#define PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_WFORCE_COMPUTATION   "AdmittanceControllerEndEffector: w_force computation "
 

Typedefs

typedef AdmittanceControllerEndEffector EntityClassName
 

Functions

 DEFINE_SIGNAL_INNER_FUNCTION (w_dq, dynamicgraph::Vector)
 
 DEFINE_SIGNAL_INNER_FUNCTION (w_force, dynamicgraph::Vector)
 
 DEFINE_SIGNAL_OUT_FUNCTION (dq, dynamicgraph::Vector)
 
 DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (AdmittanceControllerEndEffector, "AdmittanceControllerEndEffector")
 

Macro Definition Documentation

◆ INNER_SIGNALS

#define INNER_SIGNALS   m_w_forceSINNER << m_w_dqSINNER

Definition at line 40 of file admittance-controller-end-effector.cpp.

◆ INPUT_SIGNALS

#define INPUT_SIGNALS
Value:
m_KpSIN << m_KdSIN << m_dqSaturationSIN << m_forceSIN << m_w_forceDesSIN \
<< m_qSIN

Definition at line 36 of file admittance-controller-end-effector.cpp.

◆ OUTPUT_SIGNALS

#define OUTPUT_SIGNALS   m_dqSOUT

Definition at line 42 of file admittance-controller-end-effector.cpp.

◆ PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_DQ_COMPUTATION

#define PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_DQ_COMPUTATION   "AdmittanceControllerEndEffector: dq computation "

Definition at line 33 of file admittance-controller-end-effector.cpp.

◆ PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_WDQ_COMPUTATION

#define PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_WDQ_COMPUTATION   "AdmittanceControllerEndEffector: w_dq computation "

Definition at line 30 of file admittance-controller-end-effector.cpp.

◆ PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_WFORCE_COMPUTATION

#define PROFILE_ADMITTANCECONTROLLERENDEFFECTOR_WFORCE_COMPUTATION   "AdmittanceControllerEndEffector: w_force computation "

Definition at line 27 of file admittance-controller-end-effector.cpp.