mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Plane: fixed verify_land() comment for go-around
This commit is contained in:
parent
1f3e285ed0
commit
c046273be2
@ -83,9 +83,10 @@ static bool verify_land()
|
|||||||
nav_controller->update_waypoint(prev_WP_loc, land_WP_loc);
|
nav_controller->update_waypoint(prev_WP_loc, land_WP_loc);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
we always return false as a landing mission item never
|
we return false as a landing mission item never completes
|
||||||
completes - we stay on this waypoint unless the GCS commands us
|
|
||||||
to change mission item or reset the mission
|
we stay on this waypoint unless the GCS commands us to change
|
||||||
|
mission item or reset the mission, or a go-around is commanded
|
||||||
*/
|
*/
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user