-
Notifications
You must be signed in to change notification settings - Fork 667
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(lane_change): set initail rtc state properly #8902
Conversation
Signed-off-by: Go Sakayori <gsakayori@gmail.com>
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 #8902 +/- ##
==========================================
- Coverage 28.00% 27.99% -0.01%
==========================================
Files 1319 1320 +1
Lines 98699 98730 +31
Branches 39787 39789 +2
==========================================
+ Hits 27641 27643 +2
- Misses 70989 71017 +28
- Partials 69 70 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…8902) set initail rtc state properly Signed-off-by: Go Sakayori <gsakayori@gmail.com>
fix(lane_change): set initial rtc state properly (autowarefoundation#8902)
Description
The following WARNING appears when the lane change module `plan()' function is called at it's first time.
This PR solves the warnings by checking whether the uuid is registered or not.
If the uuid is not registered the cooperateStatus state is set to WAITING_FOR_EXECUTION and the force activation is not checked.
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.