-
Notifications
You must be signed in to change notification settings - Fork 703
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(compare_map_segmentation): change height downsize logic #6429
feat(compare_map_segmentation): change height downsize logic #6429
Conversation
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@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.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6429 +/- ##
==========================================
- Coverage 14.99% 14.97% -0.03%
==========================================
Files 1838 1843 +5
Lines 127099 127312 +213
Branches 38075 38065 -10
==========================================
Hits 19062 19062
- Misses 86715 86928 +213
Partials 21322 21322
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…efoundation#6429) * fix: change height downsize logic Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * changed inclusion model from sphere to cube Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…efoundation#6429) * fix: change height downsize logic Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * changed inclusion model from sphere to cube Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Description
Focused function has intention to reduce height distance effect so that the function won't filter out ground pointcloud.
Problem in original code is that it will also reduce the horizontal error threshold since 3d euclidean distance is just reduced.
I changed inclusion decision logic from 3d euclidean distance to comparison with each axis: which will more easier to understand and tune.
Tests performed
Tested with X2 rosbag.
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.