Abstract
Urban drone delivery, a rapidly evolving sector, holds the potential to enhance accessibility, address last-mile delivery issues, and alleviate ground traffic congestion in cities. Effective Unmanned Aircraft System Traffic Management (UTM) is essential to scale drone delivery. A critical aspect of UTM involves planning a city-wide network with spatially-separated air corridors (air routes). Most existing works have focused on routing problems or air traffic management. Compared to these problems, the air corridor planning problem requires much higher spatial and temporal resolutions and presents computational challenges due to the scale, complexity, and density of urban airspace, along with the coupling issues of multi-path planning. Therefore, we conducted this research to understand the complexity and computational resources required to optimally solve the air corridor planning problem. In this paper, we use a minimum-cost Multi-Commodity Network Flow (MCNF) model, a mathematical model, to model the problem and demonstrate the complexity of air corridor planning through the complexity of MCNF. We then apply Gurobi’s and GLPK’s integer programming (IP) solvers to find optimal solutions. Additionally, we present two existing multi-path graph search algorithms, the Sequential Route Network Planning (SRP) algorithm and the Distributed Route Network Planning (DRP) algorithm, to address this corridor planning problem. Numerical experiments conducted at various scales and settings using IP solvers and graph search algorithms indicate that finding an optimal solution requires significant computational resources and yields only a slight improvement in optimality compared to graph search algorithms. Thus, air corridor planning is complex both theoretically and numerically, and graph search algorithms can provide a feasible solution with good enough optimality for corridor planning in real-world scenarios. Moreover, the multi-path graph search algorithms can easily incorporate side constraints that are known to be impossible to solve with polynomial algorithms, making it more practical for real-world applications. Finally, we demonstrate the application of SRP and DRP in real-world 3D urban scenarios.
Original language | English |
---|---|
Article number | 103859 |
Journal | Transportation Research Part E: Logistics and Transportation Review |
Volume | 193 |
Early online date | 27 Nov 2024 |
DOIs | |
Publication status | E-pub ahead of print - 27 Nov 2024 |
Bibliographical note
Publisher Copyright:© 2024 Elsevier Ltd
Funding
The work was supported by the Hong Kong Research Grants Council General Research Fund (Project No. 11215119, 11200823), City University of Hong Kong Strategic Research Grant (Project No. 7005569) and Strategic Interdisciplinary Research Grant (Project No. 7020098), and Hong Kong Innovation and Technology Commission Innovation and Technology Fund (Project No. GHP/145/20).
Keywords
- Unmanned aircraft system traffic management (UTM)
- Drone delivery
- Multi-path planning
- Network flow theory
- Graph search