-
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): add the flag for intersection_occlusion grid publication #3844
fix(intersection): add the flag for intersection_occlusion grid publication #3844
Conversation
…cation Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
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.
LGTM. Thanks!
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3844 +/- ##
==========================================
- Coverage 14.11% 14.11% -0.01%
==========================================
Files 1438 1438
Lines 101549 101552 +3
Branches 27063 27063
==========================================
Hits 14330 14330
- Misses 71531 71534 +3
Partials 15688 15688
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…cation (autowarefoundation#3844) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
* feat(intersection): denoise occlusion by morphology open process (autowarefoundation#3763) * apply morpholgoyEx to occlusion_mask_raw to remove noisy occlusion cell Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * parameterize kernel size Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * remove debug Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fix(intersection): add the flag for intersection_occlusion grid publication (autowarefoundation#3844) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
Add the option to publish intersection_occlusion grid when intersection_occlusion feature is enabled.
launcher PR: autowarefoundation/autoware_launch#372
Tests performed
On Psim
Effects on system behavior
Not applicable.
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.