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 voxel grid outlier filter parameters #8476

Conversation

vividf
Copy link
Contributor

@vividf vividf commented Aug 14, 2024

Description

This PR includes the following changes

  1. Remove the default parameters for the voxel grid outlier filter node.
  2. Add parameter, launch file, and parameters schema for the node.
  3. Change the name nodelet to 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 voxel_grid_outlier_filter_node.launch.xml

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@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 14, 2024
Copy link

github-actions bot commented Aug 14, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@vividf vividf changed the title refactor(autoware_pointcloud_preprocessor): rework rvoxel grid outlier filter parameters refactor(autoware_pointcloud_preprocessor): rework voxel grid outlier filter parameters Aug 14, 2024
@vividf vividf marked this pull request as ready for review August 15, 2024 02:24
@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
@badai-nguyen badai-nguyen 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

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 23.77%. Comparing base (103e086) to head (7e22695).
Report is 2 commits behind head on main.

Files Patch % Lines
.../outlier_filter/voxel_grid_outlier_filter_node.cpp 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8476      +/-   ##
==========================================
- Coverage   24.06%   23.77%   -0.29%     
==========================================
  Files        1384     1391       +7     
  Lines      102216   102002     -214     
  Branches    38963    38945      -18     
==========================================
- Hits        24594    24255     -339     
- Misses      75105    75272     +167     
+ Partials     2517     2475      -42     
Flag Coverage Δ *Carryforward flag
differential 19.07% <0.00%> (?)
total 24.01% <ø> (-0.05%) ⬇️ Carriedforward from d9516bf

*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.

@knzo25
Copy link
Contributor

knzo25 commented Aug 20, 2024

optional: there is a parameter that should not be a signed integer

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
(left an optional comment though)

@vividf vividf enabled auto-merge (squash) August 23, 2024 04:52
@vividf vividf merged commit 490cd18 into autowarefoundation:main Aug 23, 2024
25 checks passed
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
… filter parameters (autowarefoundation#8476)

* feat: rework voxel grid outlier filter parameters

Signed-off-by: vividf <[email protected]>

* chore: add boundary

Signed-off-by: vividf <[email protected]>

---------

Signed-off-by: vividf <[email protected]>
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Sep 2, 2024
… filter parameters (autowarefoundation#8476)

* feat: rework voxel grid outlier filter parameters

Signed-off-by: vividf <[email protected]>

* chore: add boundary

Signed-off-by: vividf <[email protected]>

---------

Signed-off-by: vividf <[email protected]>
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Sep 18, 2024
… filter parameters (autowarefoundation#8476)

* feat: rework voxel grid outlier filter parameters

Signed-off-by: vividf <[email protected]>

* chore: add boundary

Signed-off-by: vividf <[email protected]>

---------

Signed-off-by: vividf <[email protected]>
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
None yet
Development

Successfully merging this pull request may close these issues.

3 participants