voxel_grid Documentation

voxel_grid: 3D Voxel Grid

voxel_grid provides an implementation of an efficient 3D voxel grid. The occupancy grid can support 3 different representations for the state of a cell: marked, free, or unknown. Due to the underlying implementation relying on bitwise and and or integer operations, the voxel grid only supports 16 different levels per voxel column. However, this limitation yields raytracing and cell marking performance in the grid comparable to standard 2D structures making it quite fast compared to most 3D structures.

  • Homepage: http://ros.org/wiki/voxel_grid
  • Summary

    This pakage provides an implementation of an efficient 3D voxel grid

     All Classes Namespaces Files Functions Variables Enumerations Enumerator


    voxel_grid
    Author(s): Eitan Marder-Eppstein, Eric Berger
    autogenerated on Fri Jan 11 10:10:07 2013