Robotics: Science and Systems I

Data Structure for Efficient Processing in 3-D

Jean-François Lalonde, Nicolas Vandapel, Martial Hebert

Abstract: Autonomous navigation in natural environment requires three-dimensional (3-D) scene representation and interpretation. High density laser-based sensing is commonly used to capture the geometry of the scene, producing large amount of 3-D points with variable spatial density. We proposed a terrain classification method using such data. The approach relies on the computation of local features in 3-D using a support volume and belongs, as such, to a larger class of computational problems where range searches are necessary. This operation on traditional data structure is very expensive and, in this paper, we present an approach to address this issue. The method relies on reusing already computed data as the terrain classification process progresses over the environment representation. We present results that show significant speed improvement using ladar data collected in various environments with a ground mobile robot.

Download:

Bibtex:

@INPROCEEDINGS{ Lalonde-RSS-05,
    AUTHOR    = {Jean-Fran\c{c}ois Lalonde and Nicolas Vandapel and 
                 Martial Hebert},
    TITLE     = {Data Structure for Efficient Processing in {3-D}},
    BOOKTITLE = {Proceedings of Robotics: Science and Systems},
    YEAR      = {2005},
    ADDRESS   = {Cambridge, USA},
    MONTH     = {June},
    DOI       = {10.15607/RSS.2005.I.048} 
}