17 #ifndef __sot_talos_balance_com_admittance_controller_H__
18 #define __sot_talos_balance_com_admittance_controller_H__
25 #if defined(com_admittance_controller_EXPORTS)
26 #define COMADMITTANCECONTROLLER_EXPORT __declspec(dllexport)
28 #define COMADMITTANCECONTROLLER_EXPORT __declspec(dllimport)
31 #define COMADMITTANCECONTROLLER_EXPORT
38 #include <dynamic-graph/signal-helper.h>
42 #include "boost/assign.hpp"
46 namespace talos_balance {
53 :
public ::dynamicgraph::Entity {
54 DYNAMIC_GRAPH_ENTITY_DECL();
57 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
62 void init(
const double &
dt);
83 virtual void display(std::ostream &os)
const;
DECLARE_SIGNAL_OUT(dcomRef, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(Kp, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(zmpDes, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(zmp, dynamicgraph::Vector)
DECLARE_SIGNAL_OUT(comRef, dynamicgraph::Vector)
dynamicgraph::Vector m_state
true if the entity has been successfully initialized
DECLARE_SIGNAL_OUT(ddcomRef, dynamicgraph::Vector)
DECLARE_SIGNAL_IN(ddcomDes, dynamicgraph::Vector)
DECLARE_SIGNAL_INNER(stateRef, dynamicgraph::Vector)
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector