aboutsummaryrefslogtreecommitdiff
path: root/launch/example.launch
diff options
context:
space:
mode:
authorTrent Lukaczyk <aerialhedgehog@gmail.com>2015-02-05 20:19:04 -0800
committerTrent Lukaczyk <aerialhedgehog@gmail.com>2015-02-05 20:19:04 -0800
commit531eaa231486c6af46394f6842d420447cb0ee0e (patch)
treee7a90d8c50d700a2b7aff05c5a545162810d4967 /launch/example.launch
parent6798aee13a5bb885966960cdba6ab57b14278ab0 (diff)
parent7e6198b3dd517e1158431c8344c5912a6c28b363 (diff)
downloadpx4-firmware-531eaa231486c6af46394f6842d420447cb0ee0e.tar.gz
px4-firmware-531eaa231486c6af46394f6842d420447cb0ee0e.tar.bz2
px4-firmware-531eaa231486c6af46394f6842d420447cb0ee0e.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'launch/example.launch')
-rw-r--r--launch/example.launch8
1 files changed, 8 insertions, 0 deletions
diff --git a/launch/example.launch b/launch/example.launch
new file mode 100644
index 000000000..39da4b3d4
--- /dev/null
+++ b/launch/example.launch
@@ -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>