Dynamic Multi-Heuristic A* - Robotics Institute Carnegie Mellon University

Dynamic Multi-Heuristic A*

Conference Paper, Proceedings of (ICRA) International Conference on Robotics and Automation, pp. 2376 - 2382, May, 2015

Abstract

Many motion planning problems in robotics are high dimensional planning problems. While sampling-based motion planning algorithms handle the high dimensionality very well, the solution qualities are often hard to control due to the inherent randomization. In addition, they suffer severely when the configuration space has several ‘narrow passages’. Search-based planners on the other hand typically provide good solution qualities and are not affected by narrow passages. However, in the absence of a good heuristic or when there are deep local minima in the heuristic, they suffer from the curse of dimensionality. In this work, our primary contribution is a method for dynamically generating heuristics, in addition to the original heuristic(s) used, to guide the search out of local minima. With the ability to escape local minima easily, the effect of dimensionality becomes less pronounced. On the theoretical side, we provide guarantees on completeness and bounds on suboptimality of the solution found. We compare our proposed method with the recently published Multi-Heuristic A* search, and the popular RRT-Connect in a full-body mobile manipulation domain for the PR2 robot, and show its benefits over these approaches.

BibTeX

@conference{Islam-2015-5951,
author = {Fahad Islam and Venkatraman Narayanan and Maxim Likhachev},
title = {Dynamic Multi-Heuristic A*},
booktitle = {Proceedings of (ICRA) International Conference on Robotics and Automation},
year = {2015},
month = {May},
pages = {2376 - 2382},
}