-
Notifications
You must be signed in to change notification settings - Fork 646
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 ring outlier filter parameters #8468
refactor(autoware_pointcloud_preprocessor): rework ring outlier filter parameters #8468
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 #8468 +/- ##
==========================================
- Coverage 27.99% 23.92% -4.07%
==========================================
Files 1319 1416 +97
Lines 98732 103181 +4449
Branches 39798 39518 -280
==========================================
- Hits 27637 24683 -2954
- Misses 70972 75868 +4896
- Partials 123 2630 +2507
*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.
Left some comments (please check those that apply to the other PRs in this series of parameter related PRs)
sensing/autoware_pointcloud_preprocessor/config/filter.param.yaml
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/schema/ring_outlier_filter_node.schema.json
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/src/outlier_filter/ring_outlier_filter_node.cpp
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/src/outlier_filter/ring_outlier_filter_node.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
Note: need to merge together with the PR autowarefoundation/sample_sensor_kit_launch#103 |
Signed-off-by: vividf <[email protected]>
@vividf Could you also update the parameters for RingOutlierFilterComponent in aip_launcher |
@badai-nguyen Sure, I will update it as well. |
sensing/autoware_pointcloud_preprocessor/schema/ring_outlier_filter_node.schema.json
Show resolved
Hide resolved
@vividf |
sensing/autoware_pointcloud_preprocessor/schema/ring_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.
See the previous comment. Just checked and this applies in several places of this PR. Check other PRs and also the ones of this series that you already merged
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 parameters (autowarefoundation#8468) * feat: rework ring outlier parameters Signed-off-by: vividf <[email protected]> * chore: add explicit cast Signed-off-by: vividf <[email protected]> * chore: add boundary Signed-off-by: vividf <[email protected]> * chore: remove filter.param Signed-off-by: vividf <[email protected]> * chore: set default frame Signed-off-by: vividf <[email protected]> * chore: add maximum boundary Signed-off-by: vividf <[email protected]> * chore: boundary to float type Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]> Signed-off-by: prakash-kannaiah <[email protected]>
Description
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.
Note that the schema for filter.param.yaml will be implemented in another PR.
Related links
Parent Issue:
How was this PR tested?
ros2 launch autoware_pointcloud_preprocessor ring_outlier_filter_node.launch.xml
Notes for reviewers
Need to merge together with
tier4/aip_launcher#305
autowarefoundation/sample_sensor_kit_launch#103
Interface changes
None.
Effects on system behavior
None.