Development of an Uneven Terrain Decision-Aid Landing System for Fixed-Wing Aircraft Based on Computer Vision

Chin-Sheng Chuang,Chao-Chung Peng
DOI: https://doi.org/10.3390/electronics13101946
IF: 2.9
2024-05-16
Electronics
Abstract:This paper presents a computer vision-based standalone decision-aid landing system for light fixed-wing aircraft, aiming to enhance safety during emergency landings. Current landing assistance systems in airports, such as Instrument Landing Systems (ILSs) and Precision Approach Path Indicators (PAPIs), often rely on costly and location-specific ground equipment, limiting their utility for low-payload light aircraft. Especially in emergency conditions, the pilot may be forced to land on an arbitrary runway where the road flatness and glide angle cannot be ensured. To address these issues, a stereo vision-based auxiliary landing system is proposed, which is capable of estimating an appropriate glide slope based on the terrain, to assist pilots in safe landing decision-making. Moreover, in real-world scenarios, challenges with visual-based methods arise when attempting emergency landings on complex terrains with diverse objects, such as roads and buildings. This study solves this problem by employing the Gaussian Mixture Model (GMM) to segment the color image and extract ground points, while the iterative weighted plane fitting (IWPF) algorithm is introduced to mitigate the interference of outlier feature points, reaching a highly robust plane normal estimation. With the aid of the proposed system, the pilot is able to evaluate the landing glide angle/speed with respect to the uneven terrain. Simulation results demonstrate that the proposed system can successfully achieve landing guidance in unknown environments by providing glide angle estimations with an average error of less than 1 degree.
engineering, electrical & electronic,computer science, information systems,physics, applied
What problem does this paper attempt to address?
The paper aims to address the issue of safe landing for fixed-wing aircraft in emergency situations. Specifically: 1. **Limitations of Existing Systems**: Current landing assistance systems used at airports (such as Instrument Landing System ILS and Precision Approach Path Indicator PAPI) rely on expensive and location-specific ground equipment, which limits their application on light aircraft. Particularly in emergency situations, pilots may be forced to land on arbitrary runways, where the smoothness and glide angle cannot be guaranteed. 2. **Proposed New System**: To this end, the paper proposes a stereo vision-based landing assistance system that can estimate an appropriate glide slope based on the terrain, thereby helping pilots make safe landing decisions. Additionally, in real-world scenarios, when attempting emergency landings on complex terrains (such as roads and buildings), visual methods face challenges. The paper achieves highly robust plane normal vector estimation by using a Gaussian Mixture Model (GMM) to segment color images and extract ground points, and introducing an Iterative Weighted Plane Fitting (IWPF) algorithm to reduce the interference of outlier feature points. 3. **Main Contributions**: - The proposed system provides 6 Degrees of Freedom (6DoF) independent positioning and guidance capabilities, enabling safe landings on various terrains. - The developed perception algorithm can reduce the impact of inappropriate glide slopes and descent speeds, providing estimated ground slopes and aircraft positioning. - The system design focuses on cost-effectiveness and lightweight, making it easy to install on small aircraft and drones. - As a self-contained system, it eliminates the dependence on third-party equipment, making it suitable for light fixed-wing aircraft. - The landing assistance system can provide real-time environment and risk perception during the landing process. In summary, the main goal of the paper is to develop a low-cost, onboard environment perception landing assistance system that helps pilots intuitively perceive the landing environment, ensuring safe landings even in unknown environments.