ROJul 10, 2014

Asymptotically Optimal Sampling-based Kinodynamic Planning

arXiv:1407.2896v5300 citations
Originality Highly original
AI Analysis

This work solves a foundational problem in robotics motion planning for systems with dynamics, enabling optimality guarantees without specialized solvers.

The paper tackles the challenge of achieving asymptotic optimality in kinodynamic planning without requiring a two-point boundary value problem solver, and introduces two new methods, SST and SST*, that are asymptotically near-optimal and optimal, respectively, with fast convergence and computational efficiency demonstrated in experiments.

Sampling-based algorithms are viewed as practical solutions for high-dimensional motion planning. Recent progress has taken advantage of random geometric graph theory to show how asymptotic optimality can also be achieved with these methods. Achieving this desirable property for systems with dynamics requires solving a two-point boundary value problem (BVP) in the state space of the underlying dynamical system. It is difficult, however, if not impractical, to generate a BVP solver for a variety of important dynamical models of robots or physically simulated ones. Thus, an open challenge was whether it was even possible to achieve optimality guarantees when planning for systems without access to a BVP solver. This work resolves the above question and describes how to achieve asymptotic optimality for kinodynamic planning using incremental sampling-based planners by introducing a new rigorous framework. Two new methods, Stable Sparse-RRT (SST) and SST*, result from this analysis, which are asymptotically near-optimal and optimal, respectively. The techniques are shown to converge fast to high-quality paths, while they maintain only a sparse set of samples, which makes them computationally efficient. The good performance of the planners is confirmed by experimental results using dynamical systems benchmarks, as well as physically simulated robots.

Foundations

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

Your Notes