Greedy Heuristics for Sampling-based Motion Planning in High-Dimensional State Spaces

Phone Thiha Kyaw,Anh Vu Le,Lim Yi,Prabakaran Veerajagadheswar,Minh Bui Vu,Mohan Rajesh Elara
2024-10-27
Abstract:Informed sampling techniques improve the convergence rate of sampling-based planners by guiding the sampling toward the most promising regions of the problem domain, where states that can improve the current solution are more likely to be found. However, while this approach significantly reduces the planner's exploration space, the sampling subset may still be too large if the current solution contains redundant states with many twists and turns. This article addresses this problem by introducing a greedy version of the informed set that shrinks only based on the maximum heuristic cost of the state along the current solution path. Additionally, we present Greedy RRT* (G-RRT*), a bi-directional version of the anytime Rapidly-exploring Random Trees algorithm that uses this greedy informed set to focus sampling on the promising regions of the problem domain based on heuristics. Experimental results on simulated planning problems, manipulation problems on Barrett WAM Arms, and on a self-reconfigurable robot, Panthera, show that G-RRT* produces asymptotically optimal solution paths and outperforms state-of-the-art RRT* variants, especially in high dimensions.
Robotics
What problem does this paper attempt to address?