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

fix(multi_object_tracker): mot multi-step prediction is not work as intended #6611

fix: prediction to use variable kalman filter

c753924
Select commit
Loading
Failed to load commit list.
Merged

fix(multi_object_tracker): mot multi-step prediction is not work as intended #6611

fix: prediction to use variable kalman filter
c753924
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 14, 2024 in 1s

14.78% (-0.01%) compared to fcebec6

View this Pull Request on Codecov

14.78% (-0.01%) compared to fcebec6

Details

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes are missing coverage. Please review.

Project coverage is 14.78%. Comparing base (fcebec6) to head (c753924).
Report is 10 commits behind head on main.

Files Patch % Lines
...ker/src/tracker/motion_model/motion_model_base.cpp 0.00% 12 Missing ⚠️
...i_object_tracker/src/multi_object_tracker_core.cpp 0.00% 1 Missing ⚠️
.../src/tracker/motion_model/bicycle_motion_model.cpp 0.00% 1 Missing ⚠️
...ker/src/tracker/motion_model/ctrv_motion_model.cpp 0.00% 1 Missing ⚠️
...acker/src/tracker/motion_model/cv_motion_model.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6611      +/-   ##
==========================================
- Coverage   14.79%   14.78%   -0.01%     
==========================================
  Files        1920     1920              
  Lines      132349   132430      +81     
  Branches    39339    39339              
==========================================
  Hits        19578    19578              
- Misses      90935    91016      +81     
  Partials    21836    21836              

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