ethz-asl / voxblox

A library for flexible voxel-based mapping, mainly focusing on truncated and Euclidean signed distance fields.
BSD 3-Clause "New" or "Revised" License
1.34k stars 358 forks source link

Ray casting #378

Open eberhardt62 opened 2 years ago

eberhardt62 commented 2 years ago

Hello,

I would like to cast a ray from point P in direction V. I wish to know the point T where it hits the surface the first time and i want to know the normal at this point. How can I get this out of voxblox without having to export a mesh for the test? I dont see a function like castray in the API.

Best regards, Henning