mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
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:
committed by
Nuno Marques
parent
1bcce518b0
commit
b23374688b
@@ -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 (status.pos_test_ratio > test_limit) {
|
||||||
if (report_fail) {
|
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;
|
success = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user