-
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 vector map inside area filter parameters #8493
refactor(autoware_pointcloud_preprocessor): rework vector map inside area filter parameters #8493
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8493 +/- ##
==========================================
- Coverage 23.96% 23.86% -0.10%
==========================================
Files 1382 1387 +5
Lines 102019 101726 -293
Branches 38886 38721 -165
==========================================
- Hits 24446 24281 -165
+ Misses 75141 74968 -173
- Partials 2432 2477 +45
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
sensing/autoware_pointcloud_preprocessor/schema/vector_map_inside_area_filter_node.schema.json
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.
LGTM
…area filter parameters (autowarefoundation#8493) * feat: rework vector map inside area filter parameter Signed-off-by: vividf <[email protected]> * chore: fix launcher Signed-off-by: vividf <[email protected]> * chore: fix launcher input and output Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]>
…area filter parameters (autowarefoundation#8493) * feat: rework vector map inside area filter parameter Signed-off-by: vividf <[email protected]> * chore: fix launcher Signed-off-by: vividf <[email protected]> * chore: fix launcher input and output Signed-off-by: vividf <[email protected]> --------- Signed-off-by: vividf <[email protected]>
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 vector_map_inside_area_filter_node.launch.xml
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.