Skip to content
Snippets Groups Projects
Commit acc6d13f authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Unify module name in constructor and cfg, removing _module sufix

parent be13477e
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ pal_pois.add("use_pal_pois", bool_t, 0, ...@@ -52,7 +52,7 @@ pal_pois.add("use_pal_pois", bool_t, 0,
pal_pois.add("pal_mmap_file", str_t, 0, "Pal Meta map file", "") pal_pois.add("pal_mmap_file", str_t, 0, "Pal Meta map file", "")
pal_pois.add("pal_submap_name", str_t, 0, "Pal submap name", "submap_0") pal_pois.add("pal_submap_name", str_t, 0, "Pal submap name", "submap_0")
move_base_action=add_nav_module_params(gen,"nav_module") move_base_action=add_nav_module_params(gen,"nav")
poi_action=add_module_action_params(gen,"move_poi") poi_action=add_module_action_params(gen,"move_poi")
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
TiagoNavClientAlgNode::TiagoNavClientAlgNode(void) : TiagoNavClientAlgNode::TiagoNavClientAlgNode(void) :
algorithm_base::IriBaseAlgorithm<TiagoNavClientAlgorithm>(), algorithm_base::IriBaseAlgorithm<TiagoNavClientAlgorithm>(),
nav("nav_module",ros::this_node::getName()) nav("nav",ros::this_node::getName())
{ {
//init class attributes if necessary //init class attributes if necessary
//this->loop_rate_ = 2;//in [Hz] //this->loop_rate_ = 2;//in [Hz]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment