mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_NavEKF: remove debug code
This commit is contained in:
parent
54213ad871
commit
d33bbf8cc7
@ -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…
Reference in New Issue
Block a user