diff --git a/ArduPlane/mode_autoland.cpp b/ArduPlane/mode_autoland.cpp index e9d8b0200e498c..2bbc65a80ab22e 100644 --- a/ArduPlane/mode_autoland.cpp +++ b/ArduPlane/mode_autoland.cpp @@ -163,6 +163,7 @@ void ModeAutoLand::navigate() plane.auto_state.next_wp_crosstrack = true; return; } + /* Takeoff direction is initialized after arm when sufficient altitude and ground speed is obtained, then captured takeoff direction + offset used as landing direction in AUTOLAND */