-
Notifications
You must be signed in to change notification settings - Fork 682
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(detected_object_validation): consider shoulder lanelet in object lanelet filter #5324
Conversation
…lanelet filter Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@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.
thanks! LGTM!
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5324 +/- ##
==========================================
- Coverage 14.77% 14.77% -0.01%
==========================================
Files 1664 1664
Lines 115081 115085 +4
Branches 35496 35496
==========================================
Hits 17008 17008
- Misses 78889 78893 +4
Partials 19184 19184
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@yukkysaito @miursh |
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
@yukkysaito |
…lanelet filter (autowarefoundation#5324) * fix(detected_object_validation): consider shoulder lanelet in object lanelet filter Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…lanelet filter (autowarefoundation#5324) * fix(detected_object_validation): consider shoulder lanelet in object lanelet filter Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Description
Current object lanelet filter only considers the "road" lanelet.
This PR takes into account the "shoulder" lanelet where objects are filtered.
This idea is based on the current shoulder lane parking design, which considers objects in or accross the shoulder lanes.
Related links
This PR can address the Internal ticket.
Tests performed
Before
The objects in or across the shoulder lanelet are filtered after object_lanelet_filter node.
The unknown objects in the picture shows
/perception/object_recognition/detection/objects
Screencast.from.2023.10.16.20.25.04.webm
After
The objects in or across the shoulder lanelet are not filtered after object_lanelet_filter node.
Screencast.from.2023.10.16.18.44.46.webm
Notes for reviewers
No
Interface changes
No
Effects on system behavior
This PR enables objects on the shoulder lanelet will be intentionally filtered.
If this is the case, the latent unknown objects will appear on the road shoulder which bother the road shoulder parking.
This suggests that we might need to seperate the road filter and shoulder filter in the future.
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.