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_universe_utils): introduce managed transform buffer with implicitly defined listener type #9197

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

Merge branch 'main' into perf/tf-listener-improvement

a881d6a
Select commit
Loading
Failed to load commit list.
Open

perf(autoware_universe_utils): introduce managed transform buffer with implicitly defined listener type #9197

Merge branch 'main' into perf/tf-listener-improvement
a881d6a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 1, 2024 in 1s

28.98% (target 0.00%)

View this Pull Request on Codecov

28.98% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 82.85714% with 30 lines in your changes missing coverage. Please review.

Project coverage is 28.98%. Comparing base (03bc2b7) to head (a881d6a).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...niverse_utils/src/ros/managed_transform_buffer.cpp 87.07% 13 Missing and 6 partials ⚠️
...und_segmentation/src/ransac_ground_filter/node.cpp 33.33% 0 Missing and 2 partials ⚠️
...ssor/distortion_corrector/distortion_corrector.hpp 60.00% 0 Missing and 2 partials ⚠️
...distortion_corrector/distortion_corrector_node.cpp 0.00% 2 Missing ⚠️
...ng/autoware_pointcloud_preprocessor/src/filter.cpp 33.33% 2 Missing ⚠️
...atenate_data/concatenate_and_time_sync_nodelet.cpp 0.00% 1 Missing ⚠️
...r/src/concatenate_data/concatenate_pointclouds.cpp 0.00% 1 Missing ⚠️
...r/src/time_synchronizer/time_synchronizer_node.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9197      +/-   ##
==========================================
+ Coverage   28.92%   28.98%   +0.06%     
==========================================
  Files        1324     1325       +1     
  Lines      102572   102663      +91     
  Branches    39795    39853      +58     
==========================================
+ Hits        29666    29760      +94     
- Misses      69964    70048      +84     
+ Partials     2942     2855      -87     

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