mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
add ros launch files
This commit is contained in:
8
launch/example.launch
Normal file
8
launch/example.launch
Normal 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>
|
||||
7
launch/multicopter.launch
Normal file
7
launch/multicopter.launch
Normal file
@@ -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