-
Notifications
You must be signed in to change notification settings - Fork 650
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
feat(intersection): send intersection/intersection_occlusion rtc status #3511
feat(intersection): send intersection/intersection_occlusion rtc status #3511
Conversation
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>
…n_first_stop_uuid Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3511 +/- ##
==========================================
- Coverage 14.61% 14.61% -0.01%
==========================================
Files 1294 1294
Lines 92007 92012 +5
Branches 29071 29082 +11
==========================================
Hits 13451 13451
- Misses 64111 64116 +5
Partials 14445 14445
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
fix #3511) (#3512) * Merge feat/intersection-occlusion-latest (#8) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed virtual wall marker Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * use is_occluded flag Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * 3 rtc intersection appears Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus at the beginning of send RTC Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…us (autowarefoundation#3511) * Merge feat/intersection-occlusion-latest (#8) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed virtual wall marker Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * use is_occluded flag Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * 3 rtc intersection appears Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
fix autowarefoundation#3511) (autowarefoundation#3512) * Merge feat/intersection-occlusion-latest (#8) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed virtual wall marker Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * use is_occluded flag Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * 3 rtc intersection appears Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus at the beginning of send RTC Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…us (autowarefoundation#3511) * Merge feat/intersection-occlusion-latest (tier4#8) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed virtual wall marker Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * use is_occluded flag Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * 3 rtc intersection appears Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
fix autowarefoundation#3511) (autowarefoundation#3512) * Merge feat/intersection-occlusion-latest (tier4#8) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed virtual wall marker Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * use is_occluded flag Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * 3 rtc intersection appears Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus at the beginning of send RTC Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
Description
Always send two intersection cooperate status:
first stop line
:first stop line
:Related links
https://tier4.atlassian.net/browse/RT1-2166
Tests performed
When occlusion is not detected:
When occlusion is not detected:
Notes for reviewers
This should be stress tested with FOA.
Interface changes
For each intersection, there will always be
intersection
andintersection_occlusion
rtc status.Effects on system behavior
For each intersection, there will always be
intersection
andintersection_occlusion
rtc status.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.