-
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 dynamic min pointcloud num #2894
feat(detected_object_validation): add dynamic min pointcloud num #2894
Conversation
Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
Codecov ReportBase: 11.82% // Head: 11.82% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2894 +/- ##
==========================================
- Coverage 11.82% 11.82% -0.01%
==========================================
Files 1321 1321
Lines 92176 92182 +6
Branches 24818 24818
==========================================
Hits 10898 10898
- Misses 69919 69925 +6
Partials 11359 11359
*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. |
perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp
Outdated
Show resolved
Hide resolved
…based_validator.cpp
@yukkysaito Could you write description about added parameters to README? |
Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
…tor' into feature/change-object-validator
Thank you. I updated readme. |
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
…owarefoundation#2894) * feat: add dynamic min pointcloud num Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Update perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp * update readme Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> --------- Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
…owarefoundation#2894) * feat: add dynamic min pointcloud num Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Update perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp * update readme Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> --------- Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
Description
Because the validator used fixed values, the point cloud density was lower for distant obstacles, and obstacles were removed.
In this PR, the value is changed so that it changes according to the distance.
However, the parameters are not tuned and remain the same as before.
A similar approach is used in the following package.
https://github.com/autowarefoundation/autoware.universe/blob/main/perception/occupancy_grid_map_outlier_filter/include/occupancy_grid_map_outlier_filter/occupancy_grid_map_outlier_filter_nodelet.hpp#L63-L65
Related links
Tests performed
Notes for reviewers
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.