Browse Source

AP_NavEKF: remove debug code

master
Paul Riseborough 9 years ago committed by Andrew Tridgell
parent
commit
d33bbf8cc7
  1. 4
      libraries/AP_NavEKF/AP_NavEKF_core.cpp

4
libraries/AP_NavEKF/AP_NavEKF_core.cpp

@ -3918,10 +3918,6 @@ void NavEKF_core::readIMUData() @@ -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;
}
}

Loading…
Cancel
Save