1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-975 cleanup

This commit is contained in:
Alessio Morale 2014-04-11 05:44:47 +02:00
parent 9aef8b0edf
commit 24af67d91a
3 changed files with 0 additions and 5 deletions

View File

@ -66,7 +66,6 @@ void SixPointCalibrationModel::start(bool calibrateAccel, bool calibrateMag)
calibratingAccel = calibrateAccel;
calibratingMag = calibrateMag;
// Store and reset board rotation before calibration starts
isBoardRotationStored = false;
storeAndClearBoardRotation();
RevoCalibration *revoCalibration = RevoCalibration::GetInstance(getObjectManager());

View File

@ -79,8 +79,6 @@ private:
bool calibratingMag;
bool calibratingAccel;
bool isBoardRotationStored;
double accel_data_x[6], accel_data_y[6], accel_data_z[6];
double mag_data_x[6], mag_data_y[6], mag_data_z[6];

View File

@ -42,7 +42,6 @@
#include <QUrl>
#include <attitudestate.h>
#include <attitudesettings.h>
#include <ekfconfiguration.h>
#include <revocalibration.h>
#include <accelgyrosettings.h>
#include <homelocation.h>
@ -84,7 +83,6 @@ ConfigRevoWidget::ConfigRevoWidget(QWidget *parent) :
// Must set up the UI (above) before setting up the UAVO mappings or refreshWidgetValues
// will be dealing with some null pointers
addUAVObject("RevoCalibration");
addUAVObject("EKFConfiguration");
addUAVObject("HomeLocation");
addUAVObject("AttitudeSettings");
addUAVObject("RevoSettings");