-
Notifications
You must be signed in to change notification settings - Fork 650
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
…mon.param.yaml Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@technolojin Could you retest on Evaluator with |
…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>
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.