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

Go to the source code of this file.

Namespaces

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

Macros

#define INPUT_SIGNALS
 
#define OUTPUT_SIGNALS   m_ddcomRefSOUT << m_zmpRefSOUT << m_wrenchRefSOUT
 
#define PROFILE_DCMCOMCONTROLLER_DDCOMREF_COMPUTATION   "DcmComController: ddcomRef computation "
 
#define PROFILE_DCMCOMCONTROLLER_WRENCHREF_COMPUTATION   "DcmComController: wrenchRef computation "
 
#define PROFILE_DCMCOMCONTROLLER_ZMPREF_COMPUTATION   "DcmComController: zmpRef computation "
 

Functions

 DEFINE_SIGNAL_OUT_FUNCTION (ddcomRef, dynamicgraph::Vector)
 
 DEFINE_SIGNAL_OUT_FUNCTION (wrenchRef, dynamicgraph::Vector)
 
 DEFINE_SIGNAL_OUT_FUNCTION (zmpRef, dynamicgraph::Vector)
 
 DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (DcmComController, "DcmComController")
 

Macro Definition Documentation

◆ INPUT_SIGNALS

#define INPUT_SIGNALS
Value:
m_KpSIN << m_KiSIN << m_decayFactorSIN << m_omegaSIN << m_massSIN \
<< m_dcmSIN << m_dcmDesSIN << m_comDesSIN << m_ddcomDesSIN

Definition at line 41 of file dcm-com-controller.cpp.

◆ OUTPUT_SIGNALS

#define OUTPUT_SIGNALS   m_ddcomRefSOUT << m_zmpRefSOUT << m_wrenchRefSOUT

Definition at line 45 of file dcm-com-controller.cpp.

◆ PROFILE_DCMCOMCONTROLLER_DDCOMREF_COMPUTATION

#define PROFILE_DCMCOMCONTROLLER_DDCOMREF_COMPUTATION   "DcmComController: ddcomRef computation "

Definition at line 34 of file dcm-com-controller.cpp.

◆ PROFILE_DCMCOMCONTROLLER_WRENCHREF_COMPUTATION

#define PROFILE_DCMCOMCONTROLLER_WRENCHREF_COMPUTATION   "DcmComController: wrenchRef computation "

Definition at line 38 of file dcm-com-controller.cpp.

◆ PROFILE_DCMCOMCONTROLLER_ZMPREF_COMPUTATION

#define PROFILE_DCMCOMCONTROLLER_ZMPREF_COMPUTATION   "DcmComController: zmpRef computation "

Definition at line 36 of file dcm-com-controller.cpp.