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

feat(ekf_localizer): add diagnostics #4914

Merged
merged 10 commits into from
Sep 20, 2023

Update localization/ekf_localizer/src/diagnostics.cpp

39f35d5
Select commit
Loading
Failed to load commit list.
Merged

feat(ekf_localizer): add diagnostics #4914

Update localization/ekf_localizer/src/diagnostics.cpp
39f35d5
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 14, 2023 in 0s

15.96% (+0.03%) compared to 2e6bc3f

View this Pull Request on Codecov

15.96% (+0.03%) compared to 2e6bc3f

Details

Codecov Report

Patch coverage: 30.03% and project coverage change: +0.03% 🎉

Comparison is base (2e6bc3f) 15.92% compared to head (39f35d5) 15.96%.
Report is 58 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4914      +/-   ##
==========================================
+ Coverage   15.92%   15.96%   +0.03%     
==========================================
  Files        1579     1581       +2     
  Lines      108886   109155     +269     
  Branches    33584    33753     +169     
==========================================
+ Hits        17344    17426      +82     
- Misses      72944    73014      +70     
- Partials    18598    18715     +117     
Files Changed Coverage Δ
..._localizer/include/ekf_localizer/ekf_localizer.hpp 0.00% <ø> (ø)
...calizer/include/ekf_localizer/hyper_parameters.hpp 0.00% <0.00%> (ø)
localization/ekf_localizer/src/ekf_localizer.cpp 0.00% <0.00%> (ø)
...calization/ekf_localizer/test/test_diagnostics.cpp 31.81% <31.81%> (ø)
localization/ekf_localizer/src/diagnostics.cpp 52.08% <52.08%> (ø)

... and 1 file with indirect coverage changes

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