-
Notifications
You must be signed in to change notification settings - Fork 682
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(image_projection_based_fusion): remove unused variable #8634
fix(image_projection_based_fusion): remove unused variable #8634
Conversation
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8634 +/- ##
==========================================
- Coverage 24.09% 24.07% -0.03%
==========================================
Files 1399 1400 +1
Lines 102440 102455 +15
Branches 38912 38912
==========================================
- Hits 24682 24661 -21
+ Misses 75213 75207 -6
- Partials 2545 2587 +42
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…oundation#8634) fix: remove unused variable Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…oundation#8634) fix: remove unused variable Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…oundation#8634) fix: remove unused variable Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Description
Solve cpp warn check. Related to #8354.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.