-
Notifications
You must be signed in to change notification settings - Fork 663
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 pointcloud accumulator parameters #8487
refactor(autoware_pointcloud_preprocessor): rework pointcloud accumulator parameters #8487
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 #8487 +/- ##
==========================================
- Coverage 27.84% 27.83% -0.02%
==========================================
Files 1324 1326 +2
Lines 98838 98899 +61
Branches 39680 39703 +23
==========================================
+ Hits 27523 27527 +4
- Misses 71281 71338 +57
Partials 34 34
*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.
Same comment as in the related PRs
.../autoware_pointcloud_preprocessor/src/pointcloud_accumulator/pointcloud_accumulator_node.cpp
Outdated
Show resolved
Hide resolved
@vividf |
Signed-off-by: vividf <[email protected]>
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.
LGTM
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
…ator parameters (autowarefoundation#8487) * feat: rework pointcloud accumulator 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]> --------- Signed-off-by: vividf <[email protected]> Signed-off-by: Batuhan Beytekin <[email protected]>
…ator parameters (autowarefoundation#8487) * feat: rework pointcloud accumulator 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]> --------- Signed-off-by: vividf <[email protected]> Signed-off-by: Batuhan Beytekin <[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 pointcloud_accumulator_node.launch.xml
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.