Skip to content
Snippets Groups Projects
Commit e2d1524a authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Mission feasibility checker: Better feedback for landing waypoints

parent 670b0f7c
No related branches found
No related tags found
No related merge requests found
......@@ -324,11 +324,11 @@ bool MissionFeasibilityChecker::checkFixedWingLanding(dm_item_t dm_current, size
} else {
/* Last wp is in flare region */
//xxx give recommendations
mavlink_log_critical(_mavlink_log_pub, "Warning: Landing: last waypoint in flare region");
mavlink_log_critical(_mavlink_log_pub, "Last waypoint too close to landing waypoint");
return false;
}
} else {
mavlink_log_critical(_mavlink_log_pub, "Warning: starting with land waypoint");
mavlink_log_critical(_mavlink_log_pub, "Invalid mission: starts with land waypoint");
return 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