ROApr 21, 2021

Custom Distribution for Sampling-Based Motion Planning

arXiv:2104.10292v3
Originality Incremental advance
AI Analysis

This work addresses the challenge of parameter selection in motion planning for robots with large configuration spaces, offering an incremental improvement over existing RRT methods.

The paper tackled the problem of improving sampling-based motion planning algorithms by replacing the uniform sampling distribution with a custom distribution learned from successful queries, resulting in higher success rates, better tree density, and reduced computation time in autonomous driving tasks.

Sampling-based motion planning algorithms are widely used in robotics because they are very effective in high-dimensional spaces. However, the success rate and quality of the solutions are determined by an adequate selection of their parameters such as the distance between states, the local planner, and the sampling distribution. For robots with large configuration spaces or dynamic restrictions, selecting these parameters is a challenging task. This paper proposes a method for improving the performance to a set of the most popular sampling-based algorithms, the Rapidly-exploring Random Trees (RRTs) by adjusting the sampling method. The idea is to replace the uniform probability density function (U-PDF) with a custom distribution (C-PDF) learned from previously successful queries in similar tasks. With a few samples, our method builds a custom distribution that allows the RRT to grow to promising states that will lead to a solution. We tested our method in several autonomous driving tasks such as parking maneuvers, obstacle clearance and under narrow passages scenarios. The results show that the proposed method outperforms the original RRT and several improved versions in terms of success rate, tree density and computation time. In addition, the proposed method requires a relatively small set of examples, unlike current deep learning techniques that require a vast amount of examples.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes