-
Notifications
You must be signed in to change notification settings - Fork 696
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_map_based_prediction): fix syntaxError #7813
fix(autoware_map_based_prediction): fix syntaxError #7813
Conversation
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7813 +/- ##
==========================================
- Coverage 28.55% 28.54% -0.01%
==========================================
Files 1586 1588 +2
Lines 115879 115917 +38
Branches 49384 49387 +3
==========================================
Hits 33093 33093
- Misses 73823 73861 +38
Partials 8963 8963
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
The cppcheck raises the following new warnings.
|
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
It's not funny, but I laughed at the interesting behavior. |
Thank you! |
…on#7813) * fix(autoware_map_based_prediction): fix syntaxError Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix * fix spellcheck Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * fix new cppcheck warnings Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: palas21 <palas21@itu.edu.tr>
…on#7813) * fix(autoware_map_based_prediction): fix syntaxError Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix * fix spellcheck Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * fix new cppcheck warnings Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix(autoware_map_based_prediction): fix syntaxError Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix * fix spellcheck Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * fix new cppcheck warnings Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…on#7813) * fix(autoware_map_based_prediction): fix syntaxError Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix * fix spellcheck Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * fix new cppcheck warnings Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
This is a fix based on cppcheck
syntaxError
error.Changes are only renaming
λ
tolambda
.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.