Install this package:
emerge -a ros-noetic/voxel_grid
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask ros-noetic/voxel_grid
Or alternatively:
emerge --autounmask-write -a ros-noetic/voxel_grid
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.17.1-r1 | 7 | ~x86 ~amd64 ~arm ~arm64 | 0 |
<pkgmetadata>
<maintainer type="person">
<email>hunterlallen@protonmail.com</email>
<name>Hunter L. Allen</name>
</maintainer>
<longdescription>
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.
</longdescription>
<upstream>
<maintainer status="active">
<email>davidvlu@gmail.com</email>
<name>David V. Lu!!</name>
</maintainer>
<bugs-to>https://github.com/ros-gbp/navigation/issues</bugs-to>
</upstream>
</pkgmetadata>
Manage flags for this package:
euse -i <flag> -p ros-noetic/voxel_grid |
euse -E <flag> -p ros-noetic/voxel_grid |
euse -D <flag> -p ros-noetic/voxel_grid
| Flag | Description | 1.17.1-r1 |
|---|---|---|
| test | ⚠️ | ✓ |
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| DIST | voxel_grid-noetic-release-1.17.1.tar.gz | 7916 bytes |
| EBUILD | voxel_grid-1.17.1-r1.ebuild | 669 bytes |
| MISC | metadata.xml | 1035 bytes |