mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-13 02:25:48 +08:00
9 lines
163 B
XML
9 lines
163 B
XML
<launch>
|
|
|
|
<group ns="px4_example">
|
|
<node pkg="px4" name="subscriber" type="subscriber"/>
|
|
<node pkg="px4" name="publisher" type="publisher"/>
|
|
</group>
|
|
|
|
</launch>
|