Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add calcNormalClearance algorithm #25

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

JustusBraun
Copy link
Contributor

The algorithm computes the free space above the surface at each vertex. It uses the EmbreeRaycaster if embree is available and the BVHRaycaster otherwise. To make the BVHRaycaster work for all mesh sizes a constructor which uses the BVH trees depth to determine the needed stack size is added.

This algorithm is used in the lvr2_hdf5_mesh_tool to calculate the freespace layer which in turn can be used to prevent the robot from driving through doors, holes, etc. which it would not fit through.

The algorithm computes the free space above the surface at each vertex.
It uses the EmbreeRaycaster if embree is available and the BVHRaycaster
otherwise. To make the BVHRaycaster work for all mesh sizes a constructor
which uses the BVH trees depth to determine the needed stack size is
added.
@JustusBraun JustusBraun marked this pull request as draft October 20, 2024 12:32
mesh_navigation/mesh_map package and was not used anywhere
@JustusBraun JustusBraun marked this pull request as ready for review October 20, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant