forked from Archive/PX4-Autopilot
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
<launch>
|
||
|
|
||
|
<group ns="px4_example">
|
||
|
<node pkg="px4" name="subscriber" type="subscriber"/>
|
||
|
<node pkg="px4" name="publisher" type="publisher"/>
|
||
|
</group>
|
||
|
|
||
|
</launch>
|