Skip to content

API to pass mean and normals directly for ground alignment - #116

Merged
saurabh1002 merged 2 commits into
mainfrom
fast_api
Jul 20, 2026
Merged

API to pass mean and normals directly for ground alignment#116
saurabh1002 merged 2 commits into
mainfrom
fast_api

Conversation

@saurabh1002

Copy link
Copy Markdown
Collaborator

Provide an API overload to pass the voxel map's per-voxel mean and normals directly to the ground alignment module.

Previously, this was done by passing a point cloud extracted from the voxel map, then re-creating another voxel map using these points to compute the per-voxel means and normals. \

This was an unnecessary compute bottleneck to maintain API continuity.
The overloaded functions solve this issue for now. The old API will be deprecated in a future release, parallely modifying KISS-SLAM, which also relies on the previous API.

@saurabh1002
saurabh1002 merged commit 38f086d into main Jul 20, 2026
18 checks passed
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