Skip to content
Snippets Groups Projects
Commit b2337468 authored by Todd Colten's avatar Todd Colten Committed by Nuno Marques
Browse files

re-word Preflight Fail msg for consistency

changed: "Preflight Fail: Horizontal estimate Pos Error"
to: "Preflight Fail: Horizontal position estimate Error"
parent 1bcce518
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment