-
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
feat(detected_object_validation): add BOUNDING_BOX interface to lanelet filter #3957
Conversation
…nelet filter Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3957 +/- ##
==========================================
- Coverage 14.45% 14.45% -0.01%
==========================================
Files 1456 1456
Lines 102537 102550 +13
Branches 29652 29652
==========================================
Hits 14819 14819
- Misses 71567 71580 +13
Partials 16151 16151
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
perception/detected_object_validation/src/object_lanelet_filter.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: scepter914 <scepter914@gmail.com>
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
…et filter (autowarefoundation#3957) * feature(detected_object_validation): add BOUNDING_BOX interface to lanelet filter Signed-off-by: scepter914 <scepter914@gmail.com> * update README Signed-off-by: scepter914 <scepter914@gmail.com> * avoid reuse msg data Signed-off-by: scepter914 <scepter914@gmail.com> --------- Signed-off-by: scepter914 <scepter914@gmail.com>
Description
For now, the lanelet filter handle only POLYGON shape type.
So this PR adapt to BOUNDING_BOX shape type.
This change can be used for radar detection.
Tests performed
Tested by rosbag.
Purple objects is input objects and red objects is filtered objects.
Effects on system behavior
This PR doesn't effect to POLYGON type, so doesn't effect to 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.