Evidence grid-based methods for 3D map matching

  • Authors:
  • Nathaniel Fairfield;David Wettergreen

  • Affiliations:
  • Carnegie Mellon University Robotics Institute, Pittsburgh, PA;Carnegie Mellon University Robotics Institute, Pittsburgh, PA

  • Venue:
  • ICRA'09 Proceedings of the 2009 IEEE international conference on Robotics and Automation
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Registering multiple sets of 3D range data is a crucial capability for robots. The standard method for matching two sets of range data is to convert the ranges to a point cloud representation, and then use on of the many variants of Iterative Closest Point (ICP). We present a set of alternative methods for matching 3D range scans based on a different data representation: evidence grid maps. Evidence grids are robust to noise and variations in point density, can incorporate an indefinite number of ranges, and explicitly encode empty as well as occupied space. While 3D evidence grids can be huge when naively implemented, we use an optimized octree data structure to efficiently store sparse volumetric maps. To register a series of range scans, we build an evidence grid map for each scan, and then register them together using a several different methods. The first two methods are based on a 3D extension of the classic 2D Lucas-Kanade template matching method, and differ only in whether we match a single large region, or multiple small regions that are selected heuristically. Our third method involves extracting surfaces from the evidence grids, and then running ICP to register the surfaces. We demonstrate our methods and compare them to ICP using two datasets collected by two different subterranean robots.