sot-talos-balance  2.0.5
Collection of dynamic-graph entities aimed at implementing balance control on talos.
DcmComController Class Reference

#include <sot/talos_balance/dcm-com-controller.hh>

Inheritance diagram for DcmComController:
Collaboration diagram for DcmComController:

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW DcmComController (const std::string &name)
 
 DECLARE_SIGNAL_IN (comDes, dynamicgraph::Vector)
 
 DECLARE_SIGNAL_IN (dcm, dynamicgraph::Vector)
 
 DECLARE_SIGNAL_IN (dcmDes, dynamicgraph::Vector)
 
 DECLARE_SIGNAL_IN (ddcomDes, dynamicgraph::Vector)
 
 DECLARE_SIGNAL_IN (decayFactor, double)
 
 DECLARE_SIGNAL_IN (Ki, dynamicgraph::Vector)
 
 DECLARE_SIGNAL_IN (Kp, dynamicgraph::Vector)
 
 DECLARE_SIGNAL_IN (mass, double)
 
 DECLARE_SIGNAL_IN (omega, double)
 
 DECLARE_SIGNAL_OUT (ddcomRef, dynamicgraph::Vector)
 
 DECLARE_SIGNAL_OUT (wrenchRef, dynamicgraph::Vector)
 
 DECLARE_SIGNAL_OUT (zmpRef, dynamicgraph::Vector)
 
virtual void display (std::ostream &os) const
 
void init (const double &dt)
 
void resetDcmIntegralError ()
 

Protected Attributes

dynamicgraph::Vector m_dcmIntegralError
 true if the entity has been successfully initialized More...
 
double m_dt
 
bool m_initSucceeded
 

Detailed Description

Definition at line 52 of file dcm-com-controller.hh.

Constructor & Destructor Documentation

◆ DcmComController()

DcmComController ( const std::string &  name)

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

Member Function Documentation

◆ DECLARE_SIGNAL_IN() [1/9]

DECLARE_SIGNAL_IN ( comDes  ,
dynamicgraph::Vector   
)

◆ DECLARE_SIGNAL_IN() [2/9]

DECLARE_SIGNAL_IN ( dcm  ,
dynamicgraph::Vector   
)

◆ DECLARE_SIGNAL_IN() [3/9]

DECLARE_SIGNAL_IN ( dcmDes  ,
dynamicgraph::Vector   
)

◆ DECLARE_SIGNAL_IN() [4/9]

DECLARE_SIGNAL_IN ( ddcomDes  ,
dynamicgraph::Vector   
)

◆ DECLARE_SIGNAL_IN() [5/9]

DECLARE_SIGNAL_IN ( decayFactor  ,
double   
)

◆ DECLARE_SIGNAL_IN() [6/9]

DECLARE_SIGNAL_IN ( Ki  ,
dynamicgraph::Vector   
)

◆ DECLARE_SIGNAL_IN() [7/9]

DECLARE_SIGNAL_IN ( Kp  ,
dynamicgraph::Vector   
)

◆ DECLARE_SIGNAL_IN() [8/9]

DECLARE_SIGNAL_IN ( mass  ,
double   
)

◆ DECLARE_SIGNAL_IN() [9/9]

DECLARE_SIGNAL_IN ( omega  ,
double   
)

◆ DECLARE_SIGNAL_OUT() [1/3]

DECLARE_SIGNAL_OUT ( ddcomRef  ,
dynamicgraph::Vector   
)

◆ DECLARE_SIGNAL_OUT() [2/3]

DECLARE_SIGNAL_OUT ( wrenchRef  ,
dynamicgraph::Vector   
)

◆ DECLARE_SIGNAL_OUT() [3/3]

DECLARE_SIGNAL_OUT ( zmpRef  ,
dynamicgraph::Vector   
)

◆ display()

void display ( std::ostream &  os) const
virtual

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

◆ init()

void init ( const double &  dt)

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

◆ resetDcmIntegralError()

void resetDcmIntegralError ( )

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

Member Data Documentation

◆ m_dcmIntegralError

dynamicgraph::Vector m_dcmIntegralError
protected

true if the entity has been successfully initialized

Definition at line 87 of file dcm-com-controller.hh.

◆ m_dt

double m_dt
protected

Definition at line 88 of file dcm-com-controller.hh.

◆ m_initSucceeded

bool m_initSucceeded
protected

Definition at line 86 of file dcm-com-controller.hh.


The documentation for this class was generated from the following files: