The Role of Vertex Consistency in Sampling-based Algorithms for Optimal Motion Planning
Oktay Arslan, Panagiotis Tsiotras

TL;DR
This paper introduces RRT#, an incremental sampling-based motion planning algorithm that guarantees asymptotic optimality and maintains vertex consistency, leading to faster convergence to optimal solutions in high-dimensional spaces.
Contribution
The paper proposes RRT#, which combines asymptotic optimality with vertex consistency, improving convergence rates over existing algorithms like RRT* in motion planning.
Findings
RRT# guarantees asymptotic optimality.
RRT# converges faster than RRT* in numerical experiments.
Maintaining vertex consistency enhances solution quality.
Abstract
Motion planning problems have been studied by both the robotics and the controls research communities for a long time, and many algorithms have been developed for their solution. Among them, incremental sampling-based motion planning algorithms, such as the Rapidly-exploring Random Trees (RRTs), and the Probabilistic Road Maps (PRMs) have become very popular recently, owing to their implementation simplicity and their advantages in handling high-dimensional problems. Although these algorithms work very well in practice, the quality of the computed solution is often not good, i.e., the solution can be far from the optimal one. A recent variation of RRT, namely the RRT* algorithm, bypasses this drawback of the traditional RRT algorithm, by ensuring asymptotic optimality as the number of samples tends to infinity. Nonetheless, the convergence rate to the optimal solution may still be slow.…
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 · Autonomous Vehicle Technology and Safety · Computational Geometry and Mesh Generation
