AP_NavEKF: raise DCM error_rp threshold to 0.05
it was failing on many boards with fixed wing
This commit is contained in:
parent
6bfca648b9
commit
514c349060
@ -532,7 +532,7 @@ bool NavEKF::InitialiseFilterDynamic(void)
|
||||
}
|
||||
|
||||
// If the DCM solution has not converged, then don't initialise
|
||||
if (_ahrs->get_error_rp() > 0.02f) {
|
||||
if (_ahrs->get_error_rp() > 0.05f) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user