Accelerated RRT* By Local Directional Visibility
Chenxi Feng, Haochen Wu

TL;DR
This paper introduces RRT*-LDV, an improved sampling-based motion planning algorithm that leverages local environment knowledge and directional visibility to enhance efficiency and success rates, especially in narrow passages.
Contribution
It proposes a novel method to incorporate local obstacle information and directional visibility into RRT*, improving its exploration and convergence performance.
Findings
RRT*-LDV converges faster than RRT*.
RRT*-LDV has higher success rate in narrow passages.
Effective in high Degree-Of-Freedom scenarios.
Abstract
RRT* is an efficient sampling-based motion planning algorithm. However, without taking advantages of accessible environment information, sampling-based algorithms usually result in sampling failures, generate useless nodes, and/or fail in exploring narrow passages. For this paper, in order to better utilize environment information and further improve searching efficiency, we proposed a novel approach to improve RRT* by 1) quantifying local knowledge of the obstacle configurations during neighbour rewiring in terms of directional visibility, 2) collecting environment information during searching, and 3) changing the sampling strategy biasing toward near-obstacle nodes after the first solution found. The proposed algorithm RRT* by Local Directional Visibility (RRT*-LDV) better utilizes local known information and innovates a weighted sampling strategy. The accelerated RRT*-LDV outperforms…
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 · Robotics and Sensor-Based Localization · Control and Dynamics of Mobile Robots
