add ros launch files

This commit is contained in:
Thomas Gubler 2014-12-29 10:17:25 +01:00
parent ac8b47b0c3
commit 9d30c297f4
2 changed files with 15 additions and 0 deletions

8
launch/example.launch Normal file
View File

@ -0,0 +1,8 @@
<launch>
<group ns="px4_example">
<node pkg="px4" name="subscriber" type="subscriber"/>
<node pkg="px4" name="publisher" type="publisher"/>
</group>
</launch>

View File

@ -0,0 +1,7 @@
<launch>
<group ns="px4_example">
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
</group>
</launch>