Efficient Grid-based Spatial Representations for Robot Navigation in Dynamic Environments

Abstract
In robotics, grid maps are often used for solving tasks like collision checking, path planning, and localization. Many approaches to these problems use Euclidean distance maps (DMs), generalized Voronoi diagrams (GVDs), or configuration space (c-space) maps. A key challenge for their application in dynamic environments is the efficient update after potential changes due to moving obstacles or when mapping a previously unknown area. To this end, this paper presents novel algorithms that perform incremental updates that only visit cells affected by changes. Furthermore, we propose incremental update algorithms for DMs and GVDs in the configuration space of non-circular robots. These approaches can be used to implement highly efficient collision checking and holonomic path planning for these platforms. Our c-space representations benefit from parallelization on multi-core CPUs and can also be integrated with other state-of-the-art path planners such as rapidly-exploring random trees. In various experiments using real-world data we show that our update strategies for DMs and GVDs require substantially less cell visits and computation time compared to previous approaches. Furthermore, we demonstrate that our GVD algorithm deals better with non-convex structures, such as indoor areas. All our algorithms consider actual Euclidean distances rather than grid steps and are easy to implement. An open source implementation is available online.

@article{lau13ras,
  title = {Efficient Grid-based Spatial Representations for Robot Navigation in Dynamic Environments},
  author = {Boris Lau and Christoph Sprunk and Wolfram Burgard},
  journal = {Robotics and Autonomous Systems},
  volume = {61},
  number = {10},
  pages = {1116--1130},
  year = {2013},
  doi = {10.1016/j.robot.2012.08.010}
}
Powered by bibtexbrowser
Back to Publications