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

fix(autoware_image_projection_based_fusion): make optional to consider lens distortion in the point projection #9233

Conversation

technolojin
Copy link
Contributor

@technolojin technolojin commented Nov 5, 2024

Description

Add option point_project_to_unrectified_image to switch whether if the point project considers lens distortion or not.

This PR will be merged after PR autowarefoundation/autoware_launch#1207 is merged.

Related links

Lens distortion consideration #7053

How was this PR tested?

TIER IV INTERNAL

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

…mon.param.yaml

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:require-cuda-build-and-test labels Nov 5, 2024
Copy link

github-actions bot commented Nov 5, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@technolojin technolojin changed the title chore: add point_project_to_unrectified_image parameter to fusion_com… fix(autoware_image_projection_based_fusion): make optional to consider lens distortion in the point projection Nov 5, 2024
@technolojin technolojin self-assigned this Nov 5, 2024
@technolojin technolojin added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 5, 2024
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

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

Project coverage is 29.02%. Comparing base (fff8786) to head (1409657).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
..._image_projection_based_fusion/src/fusion_node.cpp 0.00% 2 Missing ⚠️
...ction_based_fusion/src/roi_cluster_fusion/node.cpp 0.00% 2 Missing ⚠️
...sed_fusion/src/roi_detected_object_fusion/node.cpp 0.00% 2 Missing ⚠️
...on_based_fusion/src/roi_pointcloud_fusion/node.cpp 0.00% 2 Missing ⚠️
...fusion/src/segmentation_pointcloud_fusion/node.cpp 0.00% 2 Missing ⚠️
..._image_projection_based_fusion/src/utils/utils.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9233      +/-   ##
==========================================
- Coverage   29.02%   29.02%   -0.01%     
==========================================
  Files        1325     1325              
  Lines      102579   102597      +18     
  Branches    39783    39791       +8     
==========================================
+ Hits        29778    29779       +1     
- Misses      69933    69949      +16     
- Partials     2868     2869       +1     
Flag Coverage Δ *Carryforward flag
differential 3.70% <0.00%> (?)
total 29.03% <ø> (+<0.01%) ⬆️ Carriedforward from fff8786

*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

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

LGTM

@badai-nguyen
Copy link
Contributor

badai-nguyen commented Nov 5, 2024

TIER IV INTERNAL

@technolojin Could you retest on Evaluator with camera_lidar_fusion perception_mode before merging?

@technolojin
Copy link
Contributor Author

ALL TEST

@technolojin technolojin merged commit d77ac21 into autowarefoundation:main Nov 6, 2024
48 of 50 checks passed
@technolojin technolojin deleted the fix/image-projection/optionize-lens-distortion branch November 6, 2024 05:20
Ericpotato pushed a commit to tier4/autoware.universe that referenced this pull request Nov 6, 2024
…r lens distortion in the point projection (autowarefoundation#9233)

chore: add point_project_to_unrectified_image parameter to fusion_common.param.yaml

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:require-cuda-build-and-test tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Development

Successfully merging this pull request may close these issues.

3 participants