Time-Optimal Path Planning in a Constant Wind for Uncrewed Aerial Vehicles using Dubins Set Classification
Brady Moon, Sagar Sachdev, Junbin Yuan, Sebastian Scherer

TL;DR
This paper presents a faster method for time-optimal path planning of UAVs in constant wind by reducing candidate trajectories, significantly decreasing computation time and enabling more efficient global path planning.
Contribution
The authors introduce a novel approach that reduces candidate trochoidal trajectories by framing the problem in the air-relative frame, cutting computation time by 37.4% and improving path planning efficiency.
Findings
Reduced computation time by 37.4% in trochoidal path planning.
Faster path planning enables higher-quality solutions or quicker computations.
Open-source C++ implementation available for practical use.
Abstract
Time-optimal path planning in high winds for a turning-rate constrained UAV is a challenging problem to solve and is important for deployment and field operations. Previous works have used trochoidal path segments comprising straight and maximum-rate turn segments, as optimal extremal paths in uniform wind conditions. Current methods iterate over all candidate trochoidal trajectory types and select the one that is time-optimal; however, this exhaustive search can be computationally slow. In this paper, we introduce a method to decrease the computation time. This is achieved by reducing the number of candidate trochoidal trajectory types by framing the problem in the air-relative frame and bounding the solution within a subset of candidate trajectories. Our method reduces overall computation by 37.4% compared to pre-existing methods in Bang-Straight-Bang trajectories, freeing up…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Control and Dynamics of Mobile Robots · Guidance and Control Systems
