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

improve knn performance of voxelmaps #79

Merged
merged 3 commits into from
Jul 1, 2024
Merged

improve knn performance of voxelmaps #79

merged 3 commits into from
Jul 1, 2024

Conversation

koide3
Copy link
Owner

@koide3 koide3 commented Jul 1, 2024

  • Improve the performance of knn_search of IncrementalVoxelMap with better nearest neighbor result management.
  • Support several voxel search patterns (DIRECT1/7/27)

@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 80.39216% with 10 lines in your changes missing coverage. Please review.

Project coverage is 93.34%. Comparing base (fccb619) to head (b2bed0c).

Files Patch % Lines
include/small_gicp/ann/incremental_voxelmap.hpp 73.68% 10 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
- Coverage   94.32%   93.34%   -0.98%     
==========================================
  Files          38       38              
  Lines         846      857      +11     
  Branches       79       77       -2     
==========================================
+ Hits          798      800       +2     
- Misses         48       57       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@koide3 koide3 merged commit 76b2f00 into master Jul 1, 2024
11 checks passed
@koide3 koide3 deleted the ivox branch July 1, 2024 07:25
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.

2 participants