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:
parent
2171f2a80b
commit
b7e54bd463
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user