-
Notifications
You must be signed in to change notification settings - Fork 722
refactor(autoware_pointcloud_preprocessor): rework radius search 2d outlier filter parameters #8474
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 radius search 2d outlier filter parameters #8474
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:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8474 +/- ##
==========================================
- Coverage 25.23% 23.43% -1.81%
==========================================
Files 1325 1414 +89
Lines 98572 102436 +3864
Branches 38088 39077 +989
==========================================
- Hits 24874 24002 -872
- Misses 71156 75936 +4780
+ Partials 2542 2498 -44
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Just one data type-related comment
...autoware_pointcloud_preprocessor/src/outlier_filter/radius_search_2d_outlier_filter_node.cpp
Outdated
Show resolved
Hide resolved
...ing/autoware_pointcloud_preprocessor/schema/radius_search_2d_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
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
@knzo25 Kindly ping |
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
…utlier filter parameters (autowarefoundation#8474) * feat: rework radius search 2d outlier filter parameters Signed-off-by: vividf <[email protected]> * chore: fix schema Signed-off-by: vividf <[email protected]> * chore: explicit cast Signed-off-by: vividf <[email protected]> * chore: add boundary in schema Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]> Signed-off-by: emuemuJP <[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 radius_search_2d_outlier_filter_node.launch.xml
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.