You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the class gpu_voxels::voxelmap::ProbVoxelMap to insertSensorData from my PointCloud struct. I was wondering if there was a way to separate the voxels which were considered Occupied and the ones which were Free list which consists of all the the voxels that the raycasting function hit.
So there would be 3 lists:
Occupied Voxel List (Passes a certain threshold)
Raycast Voxels Hit (All the voxels the raycast function hit to clear the occupancy / reset voxel)
Free space which the voxels were never touched by the function (the empty space).
Thanks!
The text was updated successfully, but these errors were encountered:
Hey,
I'm using the class
gpu_voxels::voxelmap::ProbVoxelMap
toinsertSensorData
from my PointCloud struct. I was wondering if there was a way to separate the voxels which were consideredOccupied
and the ones which wereFree
list which consists of all the the voxels that the raycasting function hit.So there would be 3 lists:
Thanks!
The text was updated successfully, but these errors were encountered: