mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
add ros launch files
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user