-
Notifications
You must be signed in to change notification settings - Fork 664
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
refactor(detected_object_validation): apply util functions defined in the other packages #2093
refactor(detected_object_validation): apply util functions defined in the other packages #2093
Conversation
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Codecov ReportBase: 10.78% // Head: 10.76% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2093 +/- ##
==========================================
- Coverage 10.78% 10.76% -0.02%
==========================================
Files 1179 1179
Lines 84449 84553 +104
Branches 19795 19795
==========================================
Hits 9104 9104
- Misses 65853 65957 +104
Partials 9492 9492
*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 at Codecov. |
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
fbaec5a
to
c53e536
Compare
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.
Thank you for well-written refactoring PR.
I just pointed out a bit, so would you confirm these?
perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp
Outdated
Show resolved
Hide resolved
perception/detected_object_validation/src/occupancy_grid_based_validator.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Updated to divide validation operation in |
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
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.
LGM
|
…fined in the other packages (autowarefoundation#2093)" This reverts commit 206bcdb.
…fined in the other packages (autowarefoundation#2093)" This reverts commit 206bcdb. Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Description
Refactor some parts of package.
FilterTargetLabel
in utils.hpp 23e455bperception_utils::isCarLikeVehicle()
function b595ae2tier4_autoware_utils::toPolygon2d()
function ebf40b8Pre-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.