Multi-Scale Cell Decomposition for Path Planning using Restrictive Routing Potential Fields
Josue N. Rivera, Dengfeng Sun
TL;DR
This work introduces Larp (Last-mile restrictive path planning), a framework for safe routing in urban environments that uses restrictive routing potential fields as continuous cost maps. It decomposes a potential field into multi-scale quad-tree cells, assigns risk zones analytically, builds a routing network, and applies a modified A* to minimize distance while constraining accumulated potential, quantified by $R_A$, $R_d$, and $R_{avg}$. Safety validation relies on a defined trajectory metric with a practical threshold around $0.35$, and the approach is demonstrated on small-room scenarios and city-scale Austin routes, outperforming traditional and contemporary potential-field methods in safety while maintaining competitive path lengths. The authors provide an open-source implementation and show city-scale applicability, highlighting potential extensions to dynamic cell management and more accurate zone classification for real-time unmanned aircraft traffic management in urban air mobility.
Abstract
In burgeoning domains such as urban goods distribution, the advent of aerial transportation necessitates the development of routing solutions that prioritize safe navigation. This paper introduces Larp, a novel path planning and navigation framework that leverages the concept of repulsive potential fields as continuous cost maps to forge safe routes. The algorithm achieves it by segmenting the potential field into a hierarchy of cells, each with a designated risk zone determined by the proximity of obstacles. The meshing allows the airspace to be partitioned based on an area's potential for restriction violations, enabling navigation that is aware of these risks. While the primary impetus behind Larp is to enhance the safety of aerial pathways for Unmanned Aerial Vehicles (UAVs) in urban air mobility, its utility extends to a wide array of routing scenarios. Comparative analyses with both established and contemporary potential field-based methods reveal Larp's proficiency in maintaining a safe distance from restrictions and its adeptness in circumventing local minima. Additionally, large-scale aerial path planning of Austin, TX demonstrates Larp's capability to be implemented at a large scale.
