-
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
feat(rtc_inteface): add function to check force deactivate #8221
feat(rtc_inteface): add function to check force deactivate #8221
Conversation
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: Go Sakayori <go.sakayori@tier4.jp>
9183a9f
to
3c45b45
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8221 +/- ##
==========================================
- Coverage 29.26% 29.25% -0.02%
==========================================
Files 1600 1604 +4
Lines 117736 117774 +38
Branches 50708 50723 +15
==========================================
- Hits 34450 34449 -1
- Misses 74058 74136 +78
+ Partials 9228 9189 -39
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@satoshi-ota |
…oundation#8221) add function to check for deactivation Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
…oundation#8221) add function to check for deactivation Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
…oundation#8221) add function to check for deactivation Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
…oundation#8221) add function to check for deactivation Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
…oundation#8221) add function to check for deactivation Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
…oundation#8221) add function to check for deactivation Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
Description
Current rtc interface could not judge whether cooperateStatus was force deactivated or not.
This PR enables to judge force deactivation (ex. deactivation from human operators).
Related links
How was this PR tested?
TIER IV internal test
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.