diff --git a/cfg/TiagoHeadModule.cfg b/cfg/TiagoHeadModule.cfg index d41f9ae2a99b9990dbce5c5d0cece5155c140021..dd0903da3b3b43dc19beb771f91533c0973f844b 100755 --- a/cfg/TiagoHeadModule.cfg +++ b/cfg/TiagoHeadModule.cfg @@ -40,7 +40,7 @@ gen = ParameterGenerator() joints_subs = gen.add_group("Joint states subscriber") # Name Type Reconfiguration level Description Default Min Max -add_module_params(gen,"head_module") +add_module_params(gen,"head") joints_subs.add("js_watchdog_time_s",double_t,0, "Maximum time between joint state messages",1,0.01,50) diff --git a/src/tiago_head_client_alg_node.cpp b/src/tiago_head_client_alg_node.cpp index a753da55d5269f4847ee2bd5d1d403cdcc29eb65..fe1a00f756f09c40ff1563175655ecaaf2962307 100644 --- a/src/tiago_head_client_alg_node.cpp +++ b/src/tiago_head_client_alg_node.cpp @@ -3,7 +3,7 @@ TiagoHeadClientAlgNode::TiagoHeadClientAlgNode(void) : algorithm_base::IriBaseAlgorithm<TiagoHeadClientAlgorithm>(), - head("head_module",ros::this_node::getName()) + head("head",ros::this_node::getName()) { //init class attributes if necessary //this->loop_rate_ = 2;//in [Hz]