-
Notifications
You must be signed in to change notification settings - Fork 664
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 pickup based voxel grid downsample filter parameters #8481
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8481 +/- ##
==========================================
- Coverage 28.01% 23.66% -4.35%
==========================================
Files 1319 1417 +98
Lines 98635 103796 +5161
Branches 39789 39856 +67
==========================================
- Hits 27631 24563 -3068
- Misses 70949 76887 +5938
- Partials 55 2346 +2291
*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.
wrote a schema related comment
...re_pointcloud_preprocessor/schema/pickup_based_voxel_grid_downsample_filter_node.schema.json
Show resolved
Hide resolved
Signed-off-by: vividf <[email protected]>
@knzo25 kindly ping |
…sample_filter_parameter
...re_pointcloud_preprocessor/schema/pickup_based_voxel_grid_downsample_filter_node.schema.json
Outdated
Show resolved
Hide resolved
Signed-off-by: vividf <[email protected]>
…er_parameter' of github.com:vividf/autoware.universe into refactor/rework_pickup_based_voxel_grid_downsample_filter_parameter
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
…sample_filter_parameter
Description
This PR includes the following changes
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 pickup_based_voxel_grid_downsample_filter_node.launch.xml
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.