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

Solved a bug: the map topic remapping was invalid.

parent 148d5da0
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
name="$(arg move_base_name)"
output="$(arg output)"
launch-prefix="$(arg launch_prefix)">
<remap from="/map" to="$(arg map_topic)" />
<remap from="map" to="$(arg map_topic)" />
<remap from="cmd_vel" to="$(arg cmd_vel_topic)" />
<remap from="odom" to="$(arg odom_topic)" />
<remap from="move_base_simple/goal" to="$(arg move_base_name)_simple/goal" />
......
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