AP_Airspeed: reduce speed of autocal

it was responding to noise too rapidly

Pair-Programmed-With: Paul Riseborough <p_riseborough@live.com.au>
This commit is contained in:
Andrew Tridgell 2013-09-11 15:05:47 +10:00
parent 2171f2a80b
commit b7e54bd463

View File

@ -19,7 +19,7 @@ Airspeed_Calibration::Airspeed_Calibration(const AP_SpdHgtControl::AircraftParam
0, 100, 0,
0, 0, 0.000001f),
Q0(0.01f),
Q1(0.000001f),
Q1(0.0000005f),
state(0, 0, 0),
DT(1),
aparm(parms)