Skip to content
Snippets Groups Projects
Commit df9a09ce authored by Beat Küng's avatar Beat Küng Committed by Daniel Agar
Browse files

PreflightCheck: rename 'Estimator internal checks' to 'Position unknown'

parent 30cf287f
No related branches found
No related tags found
No related merge requests found
......@@ -518,7 +518,7 @@ static bool ekf2Check(orb_advert_t *mavlink_log_pub, vehicle_status_s &vehicle_s
// Check if preflight check performed by estimator has failed
if (status.pre_flt_fail) {
if (report_fail) {
mavlink_log_critical(mavlink_log_pub, "Preflight Fail: Estimator internal checks");
mavlink_log_critical(mavlink_log_pub, "Preflight Fail: Position unknown");
}
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