Skip to content

Commit

Permalink
added remap cmd_vel parameter to turtle_teleop
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed May 7, 2021
1 parent a419ae5 commit 7a5f1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fkie_iop_cfg_sim_turtle/launch/control.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<node name="teleop_key" pkg="turtlesim" exec="turtle_teleop_key" required="true" launch-prefix="xterm -e">
<!-- added this remap to be able to test the configuration on the same computer -->
<!-- <remap from="/cmd_vel" to="/joy_cmd_vel"/> -->
<remap from="cmd_vel" to="/cmd_vel"/> -->
</node>

</launch>
2 changes: 1 addition & 1 deletion fkie_iop_cfg_sim_turtle/launch/control_nm.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<node name="teleop_key" pkg="turtlesim" exec="turtle_teleop_key" required="true" launch-prefix="xterm -e">
<!-- added this remap to be able to test the configuration on the same computer -->
<!-- <remap from="/cmd_vel" to="/joy_cmd_vel"/> -->
<remap from="cmd_vel" to="/cmd_vel"/>
</node>

</launch>

0 comments on commit 7a5f1c7

Please sign in to comment.