-
Notifications
You must be signed in to change notification settings - Fork 691
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_velocity_smoother): fix shadowVariablefix:shadowVariable #7950
fix(autoware_velocity_smoother): fix shadowVariablefix:shadowVariable #7950
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:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7950 +/- ##
==========================================
- Coverage 28.75% 28.75% -0.01%
==========================================
Files 1594 1598 +4
Lines 116892 116889 -3
Branches 50050 50047 -3
==========================================
- Hits 33616 33615 -1
+ Misses 74178 74176 -2
Partials 9098 9098
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@rej55 @mkuri @satoshi-ota @TakaHoribe Please confirm the PR. Thank you very much. |
…autowarefoundation#7950) fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…autowarefoundation#7950) fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…autowarefoundation#7950) fix:shadowVariable Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> Signed-off-by: chtseng <chtseng@itri.org.tw>
…autowarefoundation#7950) fix:shadowVariable 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.