-
Notifications
You must be signed in to change notification settings - Fork 676
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
chore(crosswalk): port the same direction ignore block #9983
chore(crosswalk): port the same direction ignore block #9983
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: yuki-takagi-66 <[email protected]>
Signed-off-by: yuki-takagi-66 <[email protected]>
7c9c094
to
b7388d8
Compare
Signed-off-by: yuki-takagi-66 <[email protected]>
Signed-off-by: yuki-takagi-66 <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9983 +/- ##
=======================================
Coverage 29.13% 29.13%
=======================================
Files 1425 1426 +1
Lines 107845 107865 +20
Branches 42249 42249
=======================================
+ Hits 31422 31430 +8
- Misses 73379 73394 +15
+ Partials 3044 3041 -3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e86f92b
into
autowarefoundation:main
Description
This PR port the same direction ignore block to set CollisionState::IGNORE properly
Related links
feature PR: #5849
How was this PR tested?
psim and tier4 scenario tests
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.