AP_NavEKF: remove debug code

This commit is contained in:
Paul Riseborough 2016-05-17 07:32:56 +10:00 committed by Andrew Tridgell
parent 54213ad871
commit d33bbf8cc7

View File

@ -3918,10 +3918,6 @@ void NavEKF_core::readIMUData()
// just read primary gyro
readDeltaAngle(ins.get_primary_gyro(), dAngIMU);
}
//debug testing
if (imuSampleTime_ms > 300E3) {
dAngIMU.x += 0.01745f * dtDelAng;
}
}