fix(intersection_occlusion): fix for PR6273 without traffic light #6335
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
To run intersection_occlusion by default, PR #6273 was shipped to handle intersection with traffic light smoothly. But it was missing the care for intersection without traffic light.
Related links
Tests performed
https://evaluation.tier4.jp/evaluation/reports/16a8370a-8fc2-5763-8dbe-3520492cef8c?project_id=prd_jt
without traffic light
with traffic light
initially, if no traffic light information is available, occlusion is ignored.
![image](https://private-user-images.githubusercontent.com/28677420/302553519-fc02cf2a-9d41-41f8-9203-80108a8ee5fa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTExMDEsIm5iZiI6MTczOTM1MDgwMSwicGF0aCI6Ii8yODY3NzQyMC8zMDI1NTM1MTktZmMwMmNmMmEtOWQ0MS00MWY4LTkyMDMtODAxMDhhOGVlNWZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA5MDAwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIxNDA4NmM2MmQ4NThlYzc4NThkMzMxYTFmNmJmZWVkZDA1MGE5NjVmNDU4YTFlNWIwZTc1NmNkNjc3OGIzOTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.j0eLVk2-qnbMxEw831ohHjReqCBhwzns-97uDkoq8jo)
if traffic light information is available, occlusion is cared.
![image](https://private-user-images.githubusercontent.com/28677420/302553698-6239bc61-136b-4622-b370-a3f43ee8b187.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTExMDEsIm5iZiI6MTczOTM1MDgwMSwicGF0aCI6Ii8yODY3NzQyMC8zMDI1NTM2OTgtNjIzOWJjNjEtMTM2Yi00NjIyLWIzNzAtYTNmNDNlZThiMTg3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA5MDAwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM0OWVlMjBkMTFiOGE2NWY3ZmQwOGQ4ZDczYWQ4YzYwZmFlZmI3Y2EyN2MxMWRlNDdjMWFjMmJjMWI4ZjMwNGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KfNf1y4-Jwn1rFMMGsI7D_ICfobhYToMh5aoY0uTrXw)
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.