-
Notifications
You must be signed in to change notification settings - Fork 683
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(intersection): additional fix for 8520 #8561
Conversation
…rsection (autowarefoundation#8520)" This reverts commit af01e3f.
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8561 +/- ##
==========================================
- Coverage 23.94% 23.94% -0.01%
==========================================
Files 1382 1387 +5
Lines 101992 102050 +58
Branches 38847 38859 +12
==========================================
+ Hits 24424 24433 +9
- Misses 75076 75121 +45
- Partials 2492 2496 +4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
additional fix for #8520
For occlusion detection lanelet, adjacency_matrix can be null. Also I added if terminal_lanelets are included in detection_lanelets.
Related links
#8520
Parent Issue:
How was this PR tested?
https://evaluation.tier4.jp/evaluation/reports/9c69c9d4-e05f-522a-a30e-3b103cdbc6c1?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.