From f62e99b1471a1eef90a27e9eaaeb13172c405573 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Wed, 9 Dec 2015 08:33:00 +0100 Subject: [PATCH] LP-29 import common.js from uav.js --- ground/gcs/src/share/qml/uav.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ground/gcs/src/share/qml/uav.js b/ground/gcs/src/share/qml/uav.js index ed3be43af..5cbae75a7 100644 --- a/ground/gcs/src/share/qml/uav.js +++ b/ground/gcs/src/share/qml/uav.js @@ -6,6 +6,8 @@ // Librepilot // *********************** +Qt.include("common.js") + function attitude() { return Qt.vector3d(attitudeState.pitch, attitudeState.roll, -attitudeState.yaw); }