mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF3: Clarify the message
This commit is contained in:
parent
1e011c0c15
commit
f0a6cd5846
|
@ -166,7 +166,7 @@ bool NavEKF3_core::calcGpsGoodToAlign(void)
|
|||
if (gpsSpdAccFail) {
|
||||
hal.util->snprintf(prearm_fail_string,
|
||||
sizeof(prearm_fail_string),
|
||||
"GPS speed error %.1f (needs %.1f)", (double)gpsSpdAccuracy, (double)(1.0f*checkScaler));
|
||||
"GPS speed error %.1f (needs < %.1f)", (double)gpsSpdAccuracy, (double)(1.0f*checkScaler));
|
||||
gpsCheckStatus.bad_sAcc = true;
|
||||
} else {
|
||||
gpsCheckStatus.bad_sAcc = false;
|
||||
|
|
Loading…
Reference in New Issue