fzi-forschungszentrum-informatik / gpu-voxels

GPU-Voxels is a CUDA based library which allows high resolution volumetric collision detection between animated 3D models and live pointclouds from 3D sensors of all kinds.
Other
303 stars 85 forks source link

example_how_to_link not detecting any collisions #127

Open evelyn-fu opened 3 years ago

evelyn-fu commented 3 years ago

Hello,

I was able to successfully compile gpu-voxels and run the example_how_to_link project, but the output says that no collisions are detected instead of reading the around 8000 collisions it should be. Does anyone know what the source of this problem might be? I am currently on Ubuntu 20.04 and using CUDA 10.1. Thank you!