re-word Preflight Fail msg for consistency

changed: "Preflight Fail: Horizontal estimate Pos Error"
to: "Preflight Fail: Horizontal position estimate Error"
This commit is contained in:
Todd Colten
2019-02-17 17:42:26 -06:00
committed by Nuno Marques
parent 1bcce518b0
commit b23374688b

View File

@@ -555,7 +555,7 @@ static bool ekf2Check(orb_advert_t *mavlink_log_pub, vehicle_status_s &vehicle_s
if (status.pos_test_ratio > test_limit) {
if (report_fail) {
mavlink_log_critical(mavlink_log_pub, "Preflight Fail: Horizontal estimate Pos Error");
mavlink_log_critical(mavlink_log_pub, "Preflight Fail: Horizontal position estimate Error");
}
success = false;