-
Notifications
You must be signed in to change notification settings - Fork 665
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(perception_online_evaluator): fix shadowVariable #7933
fix(perception_online_evaluator): fix shadowVariable #7933
Conversation
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
evaluator/perception_online_evaluator/src/perception_online_evaluator_node.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7933 +/- ##
===========================================
+ Coverage 15.09% 28.44% +13.34%
===========================================
Files 1967 1594 -373
Lines 135941 116242 -19699
Branches 42122 49618 +7496
===========================================
+ Hits 20520 33063 +12543
+ Misses 92700 74157 -18543
+ Partials 22721 9022 -13699
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ion#7933) * fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:clang-format Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…ion#7933) * fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:clang-format Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…ion#7933) * fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:clang-format Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…ion#7933) * fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:clang-format Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Description
This is a fix based on cppcheck shadowVariable warnings
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.