1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

LP-29 import common.js from uav.js

This commit is contained in:
Philippe Renon 2015-12-09 08:33:00 +01:00
parent 3e10e89cec
commit f62e99b147

View File

@ -6,6 +6,8 @@
// Librepilot
// ***********************
Qt.include("common.js")
function attitude() {
return Qt.vector3d(attitudeState.pitch, attitudeState.roll, -attitudeState.yaw);
}