mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
OP-796 defaults USE_PATHPLANNER to enabled
This commit is contained in:
parent
9a10bd85bd
commit
de44495055
@ -9,6 +9,8 @@ include(openpilotgcs.pri)
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
|
||||||
|
DEFINES += USE_PATHPLANNER
|
||||||
|
|
||||||
SUBDIRS = src share copydata
|
SUBDIRS = src share copydata
|
||||||
unix:!macx:!isEmpty(copydata):SUBDIRS += bin
|
unix:!macx:!isEmpty(copydata):SUBDIRS += bin
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
#define sign(x) ((x < 0) ? -1 : 1)
|
#define sign(x) ((x < 0) ? -1 : 1)
|
||||||
|
|
||||||
// Uncomment this to enable 6 point calibration on the accels
|
// Uncomment this to enable 6 point calibration on the accels
|
||||||
//#define SIX_POINT_CAL_ACCEL
|
#define SIX_POINT_CAL_ACCEL
|
||||||
|
|
||||||
const double ConfigRevoWidget::maxVarValue = 0.1;
|
const double ConfigRevoWidget::maxVarValue = 0.1;
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
QT += xml
|
QT += xml
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
PATHPLANNER {
|
||||||
|
DEFINES += USE_PATHPLANNER
|
||||||
|
}
|
||||||
|
|
||||||
TARGET = OPMapGadget
|
TARGET = OPMapGadget
|
||||||
include(../../openpilotgcsplugin.pri)
|
include(../../openpilotgcsplugin.pri)
|
||||||
include(../../plugins/coreplugin/coreplugin.pri)
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||||||
|
Loading…
Reference in New Issue
Block a user