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

Fix keyboard launch topic name

parent 82b49fe4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<arg name="ns" default="helena" />
<arg name="path" default="$(find iri_teleop_launch)"/>
<arg name="config_file" default="$(arg path)/config/keyboard_teleop.yaml" />
<arg name="twist_topic" default="/$(arg ns)/helena/teleop/cmd_vel"/>
<arg name="twist_topic" default="/$(arg ns)/teleop/cmd_vel"/>
<arg name="output" default="screen" />
<arg name="launch_prefix" default="" />
......
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