mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
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
Block a user