-
Notifications
You must be signed in to change notification settings - Fork 677
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 crop box parameters #8466
refactor(autoware_pointcloud_preprocessor): rework crop box parameters #8466
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]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8466 +/- ##
==========================================
- Coverage 27.50% 23.87% -3.64%
==========================================
Files 1303 1442 +139
Lines 101046 104080 +3034
Branches 39180 40075 +895
==========================================
- Hits 27794 24847 -2947
- Misses 70544 76674 +6130
+ Partials 2708 2559 -149
*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.
Should filter.param.yaml
be in this PR?
@knzo25 It is not needed in this PR, I put it here just because when the launch file launch without having the filter.param.yaml file, it will show a warning message. (but it will not cause any issue since the filter.cpp has the default parameter, and that's why I remove the filter.param.yaml in other PRs). I will also remove this one. Thanks! |
Signed-off-by: vividf <[email protected]>
@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.
@vividf Please add missing parameter (negative: false
) for this since crop_box_filter also used in euclidean_cluster pipeline.
I created PR for neccessary modification in autoware_launch and please wait until it is merged.
sensing/autoware_pointcloud_preprocessor/schema/crop_box_filter_node.schema.json
Outdated
Show resolved
Hide resolved
sensing/autoware_pointcloud_preprocessor/schema/crop_box_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.
Documentation related comments
Signed-off-by: vividf <[email protected]>
@badai-nguyen thanks for the check, added in add0cb7 |
Signed-off-by: vividf <[email protected]>
sensing/autoware_pointcloud_preprocessor/schema/crop_box_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
@badai-nguyen 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
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 crop_box_filter_node.launch.xml
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.