19 #include <sot/core/debug.hh> 20 #include <dynamic-graph/factory.h> 21 #include <dynamic-graph/all-commands.h> 27 namespace talos_balance
29 namespace dg = ::dynamicgraph;
33 #define INPUT_SIGNALS m_sinSIN 35 #define OUTPUT_SIGNALS m_soutSOUT 50 , CONSTRUCT_SIGNAL_IN(sin, int)
56 addCommand(
"init", makeCommandVoid0(*
this, &
IntIdentity::init, docCommandVoid0(
"Initialize the entity.")));
75 os <<
"IntIdentity " << getName();
virtual void display(std::ostream &os) const
AdmittanceControllerEndEffector EntityClassName
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(AdmittanceControllerEndEffector, "AdmittanceControllerEndEffector")
EIGEN_MAKE_ALIGNED_OPERATOR_NEW IntIdentity(const std::string &name)
DEFINE_SIGNAL_OUT_FUNCTION(dq, dynamicgraph::Vector)