19 #include <dynamic-graph/all-commands.h>
20 #include <dynamic-graph/factory.h>
22 #include <sot/core/debug.hh>
26 namespace talos_balance {
27 namespace dg = ::dynamicgraph;
29 using namespace dg::command;
31 #define INPUT_SIGNALS m_sinSIN
33 #define OUTPUT_SIGNALS m_soutSOUT
47 CONSTRUCT_SIGNAL_IN(sin, double),
54 docCommandVoid0(
"Initialize the entity.")));
62 double in = m_sinSIN(iter);
72 os <<
"RoundDoubleToInt " << getName();
virtual void display(std::ostream &os) const
EIGEN_MAKE_ALIGNED_OPERATOR_NEW RoundDoubleToInt(const std::string &name)
AdmittanceControllerEndEffector EntityClassName
DEFINE_SIGNAL_OUT_FUNCTION(dq, dynamicgraph::Vector)
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(AdmittanceControllerEndEffector, "AdmittanceControllerEndEffector")