Skip to content

Commit

Permalink
fixed launch configuration for turtle bott
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed May 7, 2021
1 parent 7a5f1c7 commit 2aab66d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fkie_iop_cfg_sim_turtle/launch/control.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<node name="rqt_ocu" pkg="rqt_gui" exec="rqt_gui" args="--force-discover -s fkie_iop_rqt_access_control.iop_rqt_access_control.AccessControlClient"/>

<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="/cmd_vel"/> -->
<!-- added namespace to be able to test the configuration on the same computer -->
<remap from="/turtle1/cmd_vel" to="/cmd_vel"/>
</node>

</launch>
5 changes: 3 additions & 2 deletions fkie_iop_cfg_sim_turtle/launch/control_nm.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
<node name="rqt_ocu" pkg="rqt_gui" exec="rqt_gui" args="--force-discover -s fkie_iop_rqt_access_control.iop_rqt_access_control.AccessControlClient"/>

<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="/cmd_vel"/>
<!-- added remapping to be able to test the configuration on the same computer -->
<remap from="/turtle1/cmd_vel" to="/cmd_vel"/>
</node>


</launch>

0 comments on commit 2aab66d

Please sign in to comment.