mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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 (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;
|
||||
|
||||
Reference in New Issue
Block a user