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(mpc_lateral_controller): visualize/correct the longitudinal and lateral deviations for pid and mpc #6268

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from

typo fixed

4622b0e
Select commit
Loading
Failed to load commit list.
Draft

feat(mpc_lateral_controller): visualize/correct the longitudinal and lateral deviations for pid and mpc #6268

typo fixed
4622b0e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 1, 2024 in 0s

14.24% (-0.56%) compared to d5c7e61

View this Pull Request on Codecov

14.24% (-0.56%) compared to d5c7e61

Details

Codecov Report

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

Project coverage is 14.24%. Comparing base (d5c7e61) to head (4622b0e).
Report is 2 commits behind head on main.

❗ Current head 4622b0e differs from pull request most recent head c7cef56. Consider uploading reports for the commit c7cef56 to get more accurate results

Files Patch % Lines
..._departure_checker_node/lane_departure_checker.cpp 0.00% 8 Missing ⚠️
control/mpc_lateral_controller/src/mpc.cpp 27.27% 2 Missing and 6 partials ⚠️
...rture_checker_node/lane_departure_checker_node.cpp 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6268      +/-   ##
==========================================
- Coverage   14.79%   14.24%   -0.56%     
==========================================
  Files        1917     1906      -11     
  Lines      131985   133896    +1911     
  Branches    39228    39605     +377     
==========================================
- Hits        19522    19068     -454     
- Misses      90673    93460    +2787     
+ Partials    21790    21368     -422     

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