Skip to content

Commit

Permalink
implemented simple jackal launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius-Juston committed Apr 17, 2021
1 parent 9252631 commit 0d02c26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions launch/multi_full_jackal.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<launch>
<group ns="Jackal1">
<node pkg="uwb_localization" name="jackal" type="jackal.py" output="screen" />
</group>

<group ns="Jackal2">
<node pkg="uwb_localization" name="jackal" type="jackal.py" output="screen" />
</group>

<!-- <node pkg="uwb_localization" name="position_plotter" type="location_drawer.py"/> -->
</launch>

0 comments on commit 0d02c26

Please sign in to comment.