CDT-Dijkstra: Fast Planning of Globally Optimal Paths for All Points in 2D Continuous Space
Jinyuan Liu, Minglei Fu, Wenan Zhang, Bo Chen, Ryhor Prakapovich, and, Uladzislau Sychou

TL;DR
This paper introduces CDT-Dijkstra, a novel algorithm that efficiently computes globally optimal paths from a single start point to all other points in 2D continuous space, significantly improving planning speed and accuracy.
Contribution
The paper develops a continuous-space path planning algorithm that reduces the problem to 1D and proves its correctness, enabling rapid global optimal path computation from one point to all others.
Findings
Plans optimal paths from one point to all others in continuous space.
Reduces the planning problem from 2D to 1D using cutline points.
Demonstrates significant speed and accuracy advantages over existing methods.
Abstract
The Dijkstra algorithm is a classic path planning method, which in a discrete graph space, can start from a specified source node and find the shortest path between the source node and all other nodes in the graph. However, to the best of our knowledge, there is no effective method that achieves a function similar to that of the Dijkstra's algorithm in a continuous space. In this study, an optimal path planning algorithm called convex dissection topology (CDT)-Dijkstra is developed, which can quickly compute the global optimal path from one point to all other points in a 2D continuous space. CDT-Dijkstra is mainly divided into two stages: SetInit and GetGoal. In SetInit, the algorithm can quickly obtain the optimal CDT encoding set of all the cut lines based on the initial point x_{init}. In GetGoal, the algorithm can return the global optimal path of any goal point at an extremely high…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Data Management and Algorithms · Software Testing and Debugging Techniques
