CMD + K

ros-noetic-voxel-grid

Community

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.

Installation

To install this package, run one of the following:

Conda
$conda install robostack-staging::ros-noetic-voxel-grid

Usage Tracking

1.17.3
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Jan 19, 2023 at 23:44

License

BSD-3-Clause

Total Downloads

2.3K

Version Downloads

2.3K

Supported Platforms

macOS-arm64
linux-64
linux-aarch64
macOS-64
win-64