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 radius search 2d outlier filter parameters #8474

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 radius search 2d 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 radius_search_2d_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
@vividf vividf changed the title refactor(autoware_pointcloud_preprocessor): rework radius search 2d outlier filter outlier filter parameters refactor(autoware_pointcloud_preprocessor): rework radius search 2d outlier filter parameters 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 self-assigned this Aug 14, 2024
@vividf vividf marked this pull request as ready for review August 15, 2024 02:17
@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 2 lines in your changes missing coverage. Please review.

Project coverage is 23.43%. Comparing base (67265bb) to head (a8dfdc4).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...er_filter/radius_search_2d_outlier_filter_node.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8474      +/-   ##
==========================================
- Coverage   25.23%   23.43%   -1.81%     
==========================================
  Files        1325     1414      +89     
  Lines       98572   102436    +3864     
  Branches    38088    39077     +989     
==========================================
- Hits        24874    24002     -872     
- Misses      71156    75936    +4780     
+ Partials     2542     2498      -44     
Flag Coverage Δ *Carryforward flag
differential 18.44% <0.00%> (?)
total 23.89% <ø> (-1.34%) ⬇️ Carriedforward from bbbb1a5

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

Just one data type-related comment

@amadeuszsz amadeuszsz self-requested a review August 20, 2024 00:42
Copy link
Contributor

@amadeuszsz amadeuszsz 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
Copy link
Contributor Author

vividf commented Sep 3, 2024

@knzo25 Kindly ping

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 9, 2024 07:07
@vividf vividf merged commit 96b522a into autowarefoundation:main Sep 9, 2024
32 checks passed
emuemuJP pushed a commit to arayabrain/autoware.universe.origin that referenced this pull request Sep 10, 2024
…utlier filter parameters (autowarefoundation#8474)

* feat: rework radius search 2d outlier filter parameters

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

* chore: fix schema

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

* chore: explicit cast

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

* chore: add boundary in schema

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

---------

Signed-off-by: vividf <[email protected]>
Signed-off-by: emuemuJP <[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.

4 participants