Skip to content

Commit

Permalink
Removed redundant namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosjaG committed Jun 18, 2021
1 parent f6685f3 commit a12d44e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions launch/tools/joy_teleop.launch
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<?xml version="1.0"?>
<launch>

<arg name="namespace" default="/hero" />
<node name="joy_teleop" pkg="joy" type="joy_node" />

<group ns="$(arg namespace)">
<node name="joy_teleop" pkg="joy" type="joy_node" />
<node name="joy_controls" pkg="hero_bringup" type="joystick_controls_node" />

<node name="joy_controls" pkg="hero_bringup" type="joystick_controls_node" />
</group>

</launch>
</launch>

0 comments on commit a12d44e

Please sign in to comment.