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 vector map inside area filter parameters #8493

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 vector map inside area 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 vector_map_inside_area_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 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 <[email protected]>
@vividf vividf self-assigned this Aug 15, 2024
@vividf vividf added run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Aug 15, 2024
Copy link

codecov bot commented Aug 15, 2024

Codecov Report

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

Project coverage is 23.86%. Comparing base (a7db560) to head (cda9aea).
Report is 8 commits behind head on main.

Files Patch % Lines
..._map_filter/vector_map_inside_area_filter_node.cpp 0.00% 3 Missing ⚠️
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     
Flag Coverage Δ *Carryforward flag
differential 19.08% <0.00%> (?)
total 24.00% <ø> (+0.04%) ⬆️ Carriedforward from c08b314

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

@amadeuszsz amadeuszsz self-requested a review August 20, 2024 04:59
@vividf vividf requested a review from amadeuszsz August 20, 2024 07:43
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 vividf enabled auto-merge (squash) August 22, 2024 05:59
@vividf vividf merged commit a9ecfc4 into autowarefoundation:main Aug 22, 2024
24 of 25 checks passed
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
…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]>
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Sep 2, 2024
…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]>
@vividf vividf deleted the refactor/rework_vector_map_inside_area_filter_parameters branch December 26, 2024 02:06
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) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) tag:require-cuda-build-and-test type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants