mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_AHRS: removed the 6 sats min
this would put us into dead-reckoning mode
This commit is contained in:
parent
11142bd466
commit
2d1b68fb22
@ -390,7 +390,7 @@ AP_AHRS_DCM::drift_correction(float deltat)
|
|||||||
// we have integrated over
|
// we have integrated over
|
||||||
_ra_deltat += deltat;
|
_ra_deltat += deltat;
|
||||||
|
|
||||||
if (!have_gps() || _gps->num_sats < 6) {
|
if (!have_gps()) {
|
||||||
// no GPS, or not a good lock. From experience we need at
|
// no GPS, or not a good lock. From experience we need at
|
||||||
// least 6 satellites to get a really reliable velocity number
|
// least 6 satellites to get a really reliable velocity number
|
||||||
// from the GPS.
|
// from the GPS.
|
||||||
|
Loading…
Reference in New Issue
Block a user