-
Notifications
You must be signed in to change notification settings - Fork 669
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(autoware_pointcloud_preprocessor): rework dual return outlier filter parameters #8475
refactor(autoware_pointcloud_preprocessor): rework dual return outlier filter parameters #8475
Conversation
Signed-off-by: vividf <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8475 +/- ##
==========================================
- Coverage 26.17% 25.39% -0.79%
==========================================
Files 1298 1344 +46
Lines 96983 99723 +2740
Branches 39182 40343 +1161
==========================================
- Hits 25385 25320 -65
- Misses 68992 71761 +2769
- Partials 2606 2642 +36
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
sensing/autoware_pointcloud_preprocessor/src/outlier_filter/dual_return_outlier_filter_node.cpp
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/src/outlier_filter/dual_return_outlier_filter_node.cpp
Outdated
Show resolved
Hide resolved
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.
Type inconsistencies
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
@vividf |
@knzo25 kindly ping |
sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
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.
Please pay attention to the details in your PRs. I seem to be making the same comments over and over
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
@knzo25 Thanks for the review 👍 I fixed them! |
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.
Once again, please re-read what you submit before requesting a review
sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
…tlier_filter_node.schema.json Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
@vividf |
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.
Left a comment. Probably after that one we can merge
sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
Signed-off-by: vividf <[email protected]>
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
…r filter parameters (autowarefoundation#8475) * feat: rework dual return outlier filter parameters Signed-off-by: vividf <[email protected]> * chore: fix readme Signed-off-by: vividf <[email protected]> * chore: change launch file name Signed-off-by: vividf <[email protected]> * chore: fix type Signed-off-by: vividf <[email protected]> * chore: add boundary Signed-off-by: vividf <[email protected]> * chore: change boundary Signed-off-by: vividf <[email protected]> * chore: fix boundary Signed-off-by: vividf <[email protected]> * chore: fix json schema Signed-off-by: vividf <[email protected]> * Update sensing/autoware_pointcloud_preprocessor/schema/dual_return_outlier_filter_node.schema.json Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * chore: fix grammar error Signed-off-by: vividf <[email protected]> * chore: fix description for weak_first_local_noise_threshold Signed-off-by: vividf <[email protected]> * chore: change minimum and maximum to float Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> Signed-off-by: prakash-kannaiah <[email protected]>
Description
This PR includes the following changes
nodelet
tonode
.A big thank you to @Ariiees for the PRs (#8297 and #7422), where we worked together on the entire pointcloud preprocessor parameters, launch file, and schema.
Related links
Parent Issue:
How was this PR tested?
ros2 launch autoware_pointcloud_preprocessor dual_return_outlier_filter_node.launch.xml
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.