-
Notifications
You must be signed in to change notification settings - Fork 668
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(system_error_monitor): remove system error monitor #8929
feat(system_error_monitor): remove system error monitor #8929
Conversation
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.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.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8929 +/- ##
==========================================
- Coverage 28.00% 28.00% -0.01%
==========================================
Files 1316 1316
Lines 98601 98607 +6
Branches 39771 39774 +3
==========================================
Hits 27615 27615
- Misses 70840 70846 +6
Partials 146 146
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@kminoda |
…dation#8929) * feat: delete-system-error-monitor-from-autoware Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> * feat: remove unnecessary params --------- Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
feat(system_error_monitor): remove system error monitor (autowarefoundation#8929)
…dation#8929) * feat: delete-system-error-monitor-from-autoware Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> * feat: remove unnecessary params --------- Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com> Signed-off-by: prakash-kannaiah <prakashkanan.pk@gmail.com>
Description
remove system_error_monitor package and relevant parts.
Related links
autoware_launch PR
How was this PR tested?
Comfirmed no problem in launching Psim or Lsim.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.