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

perf(autoware_ndt_scan_matcher): replacement of pcl::KdTreeFLANN with nanoflann #10013

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

fix: spellcheck

9203f63
Select commit
Loading
Failed to load commit list.
Open

perf(autoware_ndt_scan_matcher): replacement of pcl::KdTreeFLANN with nanoflann #10013

fix: spellcheck
9203f63
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 29, 2025 in 0s

29.86% (target 0.00%)

View this Pull Request on Codecov

29.86% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 82.50000% with 42 lines in your changes missing coverage. Please review.

Project coverage is 29.86%. Comparing base (461dbc1) to head (9203f63).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...de/autoware/ndt_scan_matcher/ndt_omp/nanoflann.hpp 82.79% 14 Missing and 23 partials ⚠️
...ware/ndt_scan_matcher/ndt_omp/kdtree_nanoflann.hpp 77.27% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10013      +/-   ##
==========================================
+ Coverage   29.21%   29.86%   +0.64%     
==========================================
  Files        1439     1434       -5     
  Lines      108115   108149      +34     
  Branches    42638    42892     +254     
==========================================
+ Hits        31588    32297     +709     
+ Misses      73485    72714     -771     
- Partials     3042     3138      +96     

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