-
Notifications
You must be signed in to change notification settings - Fork 664
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(behavior_path_planner, behavior_velocity_planner): fix redefinition errors #7688
Conversation
…on errors Signed-off-by: Ryuta Kambe <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7688 +/- ##
==========================================
- Coverage 15.09% 11.61% -3.48%
==========================================
Files 1967 469 -1498
Lines 135941 42514 -93427
Branches 42122 6843 -35279
==========================================
- Hits 20520 4939 -15581
+ Misses 92700 37012 -55688
+ Partials 22721 563 -22158
☔ View full report in Codecov by Sentry. |
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!
…on errors (autowarefoundation#7688) Signed-off-by: Ryuta Kambe <[email protected]>
…on errors (autowarefoundation#7688) Signed-off-by: Ryuta Kambe <[email protected]> Signed-off-by: palas21 <[email protected]>
…on errors (autowarefoundation#7688) Signed-off-by: Ryuta Kambe <[email protected]>
…on errors (#7688) Signed-off-by: Ryuta Kambe <[email protected]>
Description
These are the fixes based on clang-tidy CRITICAL errors.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.