Variable Sized Grid Cells for Rapid Replanning in Dynamic Environments - Robotics Institute Carnegie Mellon University

Variable Sized Grid Cells for Rapid Replanning in Dynamic Environments

Rachel Kirby, Reid Simmons, and Jodi Forlizzi
Conference Paper, Proceedings of (IROS) IEEE/RSJ International Conference on Intelligent Robots and Systems, pp. 4913 - 4918, September, 2009

Abstract

This paper presents a method for improving the runtime of an optimal heuristic path planner (A*) so that it can run repeatedly, in real-time, in a dynamic environment. This is necessary for mobile robots navigating in dynamic environments that have moving obstacles with associated costs, such as personal space around people or buffer zones around dangerous vehicles. Our approach is to modify the search space used by the A* algorithm, increasing the size of grid cells further from the robot. This approach relies on the notion that only the area closest to the robot needs to be searched carefully; areas further from the robot can be searched more coarsely. Because the planner is assumed to run repeatedly as the robot moves, the robot will always have a fine-grained path defined for its next action. We have experimentally verified in simulation that this algorithm can be run in real-time and produces paths that are comparable to full-resolution planning.

BibTeX

@conference{Kirby-2009-10324,
author = {Rachel Kirby and Reid Simmons and Jodi Forlizzi},
title = {Variable Sized Grid Cells for Rapid Replanning in Dynamic Environments},
booktitle = {Proceedings of (IROS) IEEE/RSJ International Conference on Intelligent Robots and Systems},
year = {2009},
month = {September},
pages = {4913 - 4918},
keywords = {planning},
}