Skip to content
Snippets Groups Projects
Commit 3a36f304 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Fixed wrong action remaps

parent f3bd5448
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@
type="tiago_head_bt_client"
output="$(arg output)"
launch-prefix="$(arg launch_prefix)">
<remap from="~/head_module/move_head"
<remap from="~/tiago_head_module/move_head"
to="$(arg move_action)"/>
<remap from="~/head_module/point_head"
<remap from="~/tiago_head_module/point_head"
to="$(arg point_action)"/>
<rosparam file="$(arg config_file)" command="load" ns="head_module" />
......
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