-
Notifications
You must be signed in to change notification settings - Fork 682
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): update rtc status for some failure condition #8604
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:
|
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.
the change looks good to me and a quick test in Psim revealed no issue.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8604 +/- ##
==========================================
- Coverage 24.06% 24.06% -0.01%
==========================================
Files 1398 1399 +1
Lines 102639 102669 +30
Branches 39023 39024 +1
==========================================
+ Hits 24704 24707 +3
- Misses 75403 75430 +27
Partials 2532 2532
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…arefoundation#8604) update rtc status for some failure condition Signed-off-by: Go Sakayori <gsakayori@gmail.com>
…arefoundation#8604) update rtc status for some failure condition Signed-off-by: Go Sakayori <gsakayori@gmail.com>
…arefoundation#8604) update rtc status for some failure condition Signed-off-by: Go Sakayori <gsakayori@gmail.com>
…arefoundation#8604) update rtc status for some failure condition Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Description
In this previous PR #7436, some conditions were added so that the state will transit from
RUNNING
toFAILURE
. The module itself would transit to the appropriate state however, the RTC cooperateStatus would not be updated. In this PR I have resolved this problem by calling theupdateRTCStatus
function by providing theFAILURE
status.Related links
#7436
How was this PR tested?
https://evaluation.tier4.jp/evaluation/reports/1f0f0af5-d1b1-579a-890b-be2aa856e208?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.