mirror of https://github.com/ArduPilot/ardupilot
Plane: fix loiter terrain following
This commit is contained in:
parent
aa72b7da46
commit
a165a0e1bb
|
@ -4,6 +4,7 @@
|
|||
bool ModeLoiter::_enter()
|
||||
{
|
||||
plane.do_loiter_at_location();
|
||||
plane.setup_terrain_target_alt(plane.next_WP_loc);
|
||||
plane.loiter_angle_reset();
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue