-
Notifications
You must be signed in to change notification settings - Fork 649
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 voxel grid outlier filter parameters #8476
refactor(autoware_pointcloud_preprocessor): rework voxel grid outlier filter parameters #8476
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 #8476 +/- ##
==========================================
- Coverage 24.06% 23.77% -0.29%
==========================================
Files 1384 1391 +7
Lines 102216 102002 -214
Branches 38963 38945 -18
==========================================
- Hits 24594 24255 -339
- Misses 75105 75272 +167
+ Partials 2517 2475 -42
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
optional: there is a parameter that should not be a signed integer |
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
(left an optional comment though)
Signed-off-by: vividf <[email protected]>
… filter parameters (autowarefoundation#8476) * feat: rework voxel grid outlier filter parameters Signed-off-by: vividf <[email protected]> * chore: add boundary Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]>
… filter parameters (autowarefoundation#8476) * feat: rework voxel grid outlier filter parameters Signed-off-by: vividf <[email protected]> * chore: add boundary Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]>
… filter parameters (autowarefoundation#8476) * feat: rework voxel grid outlier filter parameters Signed-off-by: vividf <[email protected]> * chore: add boundary Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[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 voxel_grid_outlier_filter_node.launch.xml
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.