Skip to content
Snippets Groups Projects
Commit 87a014ba authored by Steven Macenski's avatar Steven Macenski
Browse files

filling out readme for nav2_voxel_grid

parent 792ef45d
No related branches found
No related tags found
No related merge requests found
# Nav2 Voxel Grid
The `nav2_voxel_grid` package contains the VoxelGrid used by the `Voxel Layer` inside of `nav2_costmap_2d`. The voxel grid itself is simply a 2D char pointer array of the map size with bit locations corresponding to voxel values (free, unknown, occupied , etc).
It is branched out as a separate package for use in other applications where a dense voxel grid representation may be useful. It also contains implementations of 3D raycasting.
## ROS1 Comparison
This package is a direct port to ROS2 for use in the voxel layer.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment