-
Notifications
You must be signed in to change notification settings - Fork 706
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(simple_planning_simulator): fix bugprone-branch-clone #9725
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:
|
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9725 +/- ##
==========================================
- Coverage 28.77% 28.74% -0.03%
==========================================
Files 1457 1458 +1
Lines 109221 109246 +25
Branches 42566 42566
==========================================
- Hits 31428 31403 -25
- Misses 74714 74766 +52
+ Partials 3079 3077 -2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@soblin @maxime-clem @TakaHoribe @xtk8532704 @tkimura4 @zulfaqar-azmi-t4 |
…undation#9725) * fix: bugprone-error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> * fix: build error Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp> --------- Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Description
This is a fix based on clang-tidy
bugprone-branch-clone
error.The second error was suppressed due to the complexity of the condition.
Conditions can be summarized if necessary.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.