Computing an Aircraft's Gliding Range and Minimal Return Altitude in Presence of Obstacles and Wind
Giovanni Piccioli
TL;DR
This paper tackles two aviation-planning problems: the Gliding Reachable Region Problem (GRRP) and the Minimal Return Altitude Problem (MRAP), which determine, respectively, the ground region safely reachable in gliding flight and the minimal altitude required to glide to a fixed airfield. By modeling the aircraft with a simplified 3DOF dynamics and incorporating wind and obstacles, the authors derive Hamilton-Jacobi-Bellman equations and solve them on grids using two specialized front-propagation algorithms: Glikonal-G for GRRP and Glikonal-M for MRAP. The methods deliver real-time performance on onboard hardware and provide not only reachability maps but also optimal or feasible trajectories to reach GRR points or airports, respectively. Numerical results on synthetic and real terrain data demonstrate accurate, conservative estimates with robust obstacle avoidance, and highlight practical feasibility for flight-decision support. Limitations include turn-radius effects and wind-turbulence considerations during maneuvers, pointing to future work to integrate turning losses and higher-fidelity dynamics.
Abstract
In the event of a total loss of thrust, a pilot must identify a reachable landing site and subsequently execute a forced landing. To do so, they must estimate which region on the ground can be reached safely in gliding flight. We call this the gliding reachable region (GRR). To compute the GRR, we employ an optimal control formulation aiming to reach a point in space while minimizing altitude loss. A simplified model of the aircraft's dynamics is used, where the effect of turns is neglected. The resulting equations are discretized on a grid and solved numerically. Our algorithm for computing the GRR is fast enough to run in real time during flight, it accounts for ground obstacles and wind, and for each point in the GRR it outputs the path to reach it with minimal loss of altitude. A related problem is estimating the minimal altitude an aircraft needs in order to glide to a given airfield in the presence of obstacles. This information enables pilots to plan routes that always have an airport within gliding distance. We formalize this problem using an optimal control formulation based on the same aircraft dynamics model. The resulting equations are solved with a second algorithm that outputs the minimal re-entry altitude and the paths to reach the airfield from any position while avoiding obstacles. The algorithms we develop are based on the Ordered Upwind Method and the Fast Marching Method.
