Skip to content

Commit

Permalink
Change node names on the launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed May 26, 2016
1 parent 4f8e3ac commit 6083d68
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions raspimouse.launch
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<launch>

<group ns="raspimouse">
<node pkg="raspimouse_ros" name="lightsensors" type="rtlightsensors.py"/>
<node pkg="raspimouse_ros" name="rtswitches" type="rtswitches.py"/>
<node pkg="raspimouse_ros" name="rtbuzzer" type="rtbuzzer.py"/>
<node pkg="raspimouse_ros" name="rtmotor" type="rtmotor.py"/>
<node pkg="raspimouse_ros" name="switches" type="rtswitches.py"/>
<node pkg="raspimouse_ros" name="buzzer" type="rtbuzzer.py"/>
<node pkg="raspimouse_ros" name="motor" type="rtmotor.py"/>
</group>

</launch>

0 comments on commit 6083d68

Please sign in to comment.