-
Notifications
You must be signed in to change notification settings - Fork 715
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(static_avoidance): add optional check #9782
fix(static_avoidance): add optional check #9782
Conversation
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zulfaqar-azmi-t4 Thank you very much.
Should have noticed it when I reviewed the previous PR...
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9782 +/- ##
==========================================
- Coverage 29.66% 29.66% -0.01%
==========================================
Files 1450 1453 +3
Lines 108833 108854 +21
Branches 42740 42740
==========================================
+ Hits 32285 32290 +5
- Misses 73375 73392 +17
+ Partials 3173 3172 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
aaad09f
into
autowarefoundation:main
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Description
Adds missing optional check for red_signal.
Fix #9701
Related links
Parent Issue:
How was this PR tested?
https://evaluation.tier4.jp/evaluation/reports/faee1737-fe4c-5005-9bf3-f01eabd33f56?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.