Skip to content
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

vividf
Copy link
Contributor

@vividf vividf commented Aug 15, 2024

Description

This PR includes the following changes

  1. Remove the default parameters for the pickup based voxel grid downsample filter node.
  2. Add parameter, launch file, and parameters schema for the node.

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:

  • Link

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.

Signed-off-by: vividf <yihsiang.fang@tier4.jp>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) labels Aug 15, 2024
Copy link

github-actions bot commented Aug 15, 2024

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 <yihsiang.fang@tier4.jp>
@vividf vividf self-assigned this Aug 15, 2024
@vividf vividf added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 15, 2024
@vividf vividf marked this pull request as ready for review August 15, 2024 03:34
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
@vividf vividf added the tag:deploy-docs Mark for deploy-docs action generation. (used-by-ci) label Aug 15, 2024
Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.66%. Comparing base (0d55025) to head (d9d1ff8).
Report is 2 commits behind head on main.

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     
Flag Coverage Δ *Carryforward flag
differential 21.57% <100.00%> (?)
total 23.80% <ø> (-4.21%) ⬇️ Carriedforward from 8b252de

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@knzo25 knzo25 left a 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

Signed-off-by: vividf <yihsiang.fang@tier4.jp>
@vividf vividf requested a review from knzo25 August 20, 2024 08:27
@vividf
Copy link
Contributor Author

vividf commented Sep 3, 2024

@knzo25 kindly ping

Signed-off-by: vividf <yihsiang.fang@tier4.jp>
…er_parameter' of github.com:vividf/autoware.universe into refactor/rework_pickup_based_voxel_grid_downsample_filter_parameter
@vividf vividf requested a review from knzo25 September 12, 2024 13:07
Copy link
Contributor

@knzo25 knzo25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vividf vividf enabled auto-merge (squash) September 17, 2024 14:27
@vividf vividf merged commit e8e9e89 into autowarefoundation:main Sep 17, 2024
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) tag:deploy-docs Mark for deploy-docs action generation. (used-by-ci) tag:require-cuda-build-and-test tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
Development

Successfully merging this pull request may close these issues.

2 participants