Closed takayuki5168 closed 6 days ago
Thank you for contributing to the Autoware project!
🚧 If your pull request is in progress, switch it to draft mode.
Please ensure:
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 29.65%. Comparing base (
b4603fd
) to head (adcac77
). Report is 44 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...toware_control_validator/src/control_validator.cpp | 0.00% | 1 Missing :warning: |
...rture_checker_node/lane_departure_checker_node.cpp | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
The empty predicted trajectory is intended when the MPC is in an emergency such as too large deviation from the planning trajectory. Based on this specification, I changed the logger level of the error/warn messages for the predicted trajectory since they fill the terminal.
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.