Jump to Content
  1. Queen's
  2. Smith Eng.
  3. ECE

Estimation, Search, and Planning (ESP) Research Group

Informed Sampling for Asymptotically Optimal Path Planning (T-RO 2018)

Jonathan Gammell has had a journal paper on informed sampling from his Ph.D. accepted to T-RO. You can read an open-access version of it on arXiv.

Authors
  1. J. D. Gammell
  2. T. D. Barfoot
  3. S. S. Srinivasa
Title
Informed sampling for asymptotically optimal path planning
Publication
Journal
IEEE Transactions on Robotics (T-RO)
Volume
34
Number
4
Pages
966–984
Date
Code
Code
PDFs (Recommended)
PDF (extended version)
Digital Object Identifier (DOI)
doi: 10.1109/TRO.2018.2830331
arXiv
Google Scholar
Google Scholar

Abstract

Anytime almost-surely asymptotically optimal planners, such as RRT*, incrementally find paths to every state in the search domain. This is inefficient once an initial solution is found as then only states that can provide a better solution need to be considered. Exact knowledge of these states requires solving the problem but can be approximated with heuristics.

This paper formally defines these sets of states and demonstrates how they can be used to analyze arbitrary planning problems. It uses the well-known L2 norm (i.e., Euclidean distance) to analyze minimum-path-length problems and shows that existing approaches decrease in effectiveness factorially (i.e., faster than exponentially) with state dimension. It presents a method to address this curse of dimensionality by directly sampling the prolate hyperspheroids (i.e., symmetric n-dimensional ellipses) that define the L2 informed set.

The importance of this direct informed sampling technique is demonstrated with Informed RRT*. This extension of RRT* has less theoretical dependence on state dimension and problem size than existing techniques and allows for linear convergence on some problems. It is shown experimentally to find better solutions faster than existing techniques on both abstract planning problems and HERB, a two-arm manipulation robot.