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.

summary

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



voxel_grid
Author(s): Eitan Marder-Eppstein, Eric Berger
autogenerated on Mon Oct 6 2014 02:44:13