From efbae51efe0aba6705c656512ee091799e5da1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Thu, 16 Aug 2018 10:06:07 +0200 Subject: [PATCH] launch: add px4.launch script that only starts the px4 binary This provides a clean ROS interface for external projects which is independent from the px4 CLI interface. It can be used with: ``` ``` --- launch/px4.launch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 launch/px4.launch diff --git a/launch/px4.launch b/launch/px4.launch new file mode 100644 index 0000000000..bdaf3a88bb --- /dev/null +++ b/launch/px4.launch @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + +