forked from Archive/PX4-Autopilot
add ros launch files
This commit is contained in:
parent
ac8b47b0c3
commit
9d30c297f4
|
@ -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>
|
|
@ -0,0 +1,7 @@
|
|||
<launch>
|
||||
|
||||
<group ns="px4_example">
|
||||
<node pkg="px4" name="mc_att_control" type="mc_att_control"/>
|
||||
</group>
|
||||
|
||||
</launch>
|
Loading…
Reference in New Issue