Skip to content
Snippets Groups Projects
Commit 8618ac18 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the name of the dynamic reconfigure name.

parent 96a6b567
No related branches found
No related tags found
1 merge request!4Filtered localization
......@@ -53,4 +53,4 @@ motion_action.add("timeout_s", double_t, 0, "
motion_action.add("enable_timeout",bool_t, 0, "Enable action timeout ", True)
exit(gen.generate(PACKAGE, "ActionModule", "ActionModule"))
exit(gen.generate(PACKAGE, "ActionModuleAlgorithm", "ActionModule"))
......@@ -53,4 +53,4 @@ motion_action.add("timeout_s", double_t, 0, "
motion_action.add("enable_timeout",bool_t, 0, "Enable action timeout ", True)
exit(gen.generate(PACKAGE, "GripperModule", "GripperModule"))
exit(gen.generate(PACKAGE, "GripperModuleAlgorithm", "GripperModule"))
......@@ -66,4 +66,4 @@ motion_action.add("timeout_s", double_t, 0, "
motion_action.add("enable_timeout",bool_t, 0, "Enable action timeout ", False)
exit(gen.generate(PACKAGE, "HeadTrackingModule", "HeadTrackingModule"))
exit(gen.generate(PACKAGE, "HeadTrackingModuleAlgorithm", "HeadTrackingModule"))
......@@ -55,4 +55,4 @@ motion_action.add("feedback_watchdog_time_s",double_t, 0, "
motion_action.add("timeout_s", double_t, 0, "Maximum time allowed to complete the action", 1, 0.1, 30)
motion_action.add("enable_timeout",bool_t, 0, "Enable action timeout ", True)
exit(gen.generate(PACKAGE, "JointsCartModule", "JointsCartModule"))
exit(gen.generate(PACKAGE, "JointsCartModuleAlgorithm", "JointsCartModule"))
......@@ -53,4 +53,4 @@ joint_trajectory_action.add("timeout_s", double_t, 0,
joint_trajectory_action.add("enable_timeout",bool_t, 0, "Enable joints timeout ", True)
exit(gen.generate(PACKAGE, "JointsModule", "JointsModule"))
exit(gen.generate(PACKAGE, "JointsModuleAlgorithm", "JointsModule"))
......@@ -46,4 +46,4 @@ gen.add("rate_hz", double_t, 0, "
gen.add("enable", bool_t, 0, "Enable execution", True)
exit(gen.generate(PACKAGE, "SearchModule", "SearchModule"))
exit(gen.generate(PACKAGE, "SearchModuleAlgorithm", "SearchModule"))
......@@ -58,4 +58,4 @@ stairs_action.add("feedback_watchdog_time_s",double_t, 0, "
stairs_action.add("timeout_s", double_t, 0, "Maximum time allowed to complete the action", 1, 0.1, 30)
stairs_action.add("enable_timeout",bool_t, 0, "Enable joints timeout ", True)
exit(gen.generate(PACKAGE, "StairsModule", "StairsModule"))
exit(gen.generate(PACKAGE, "StairsModuleAlgorithm", "StairsModule"))
......@@ -45,4 +45,4 @@ joint_trajectory_action = gen.add_group("Joint trajectory")
gen.add("rate_hz", double_t, 0, "Joints module rate in Hz", 1.0, 1.0, 100.0)
gen.add("enable", bool_t, 0, "Enable execution", True)
exit(gen.generate(PACKAGE, "TrackingModule", "TrackingModule"))
exit(gen.generate(PACKAGE, "TrackingModuleAlgorithm", "TrackingModule"))
......@@ -53,4 +53,4 @@ set_params.add("set_params_max_retries",int_t, 0, "
get_params.add("get_params_max_retries",int_t, 0, "Maximum number of retries for the set modules service", 1, 1, 10)
exit(gen.generate(PACKAGE, "WalkModule", "WalkModule"))
exit(gen.generate(PACKAGE, "WalkModuleAlgorithm", "WalkModule"))
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