-
Notifications
You must be signed in to change notification settings - Fork 656
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
feat(behavior_velocity_planner)!: remove stop_reason #9452
feat(behavior_velocity_planner)!: remove stop_reason #9452
Conversation
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 #9452 +/- ##
==========================================
- Coverage 29.48% 29.46% -0.03%
==========================================
Files 1443 1449 +6
Lines 108683 108575 -108
Branches 41540 41439 -101
==========================================
- Hits 32044 31988 -56
+ Misses 73519 73465 -54
- Partials 3120 3122 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
72730cf
to
ca39a35
Compare
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
ca39a35
to
c14b8ed
Compare
The clang-tidy is failing due to memory issue, but we have tested locally that there is no clang-tidy error shows up with this PR. |
Description
StopReason interface will be deprecated, so remove it from behavior_velocity_planner
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
~/behavior_velocity/***/stop_reason
disappearsEffects on system behavior
None.