-
Notifications
You must be signed in to change notification settings - Fork 304
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
Add checks if hardware is initialized. #1054
Conversation
This pull request is in conflict. Could you fix it @destogl? |
ad30d48
to
9e630a6
Compare
Worth adding a test? |
Actually, yes, but no motivation... Have to find it first :D |
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 Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #1054 +/- ##
==========================================
- Coverage 34.61% 32.26% -2.36%
==========================================
Files 52 94 +42
Lines 2981 9915 +6934
Branches 1855 6694 +4839
==========================================
+ Hits 1032 3199 +2167
- Misses 310 787 +477
- Partials 1639 5929 +4290
Flags with carried forward coverage won't be shown. Click here to find out more.
|
5b61160
to
a6f73c8
Compare
(cherry picked from commit 6cd8191) # Conflicts: # hardware_interface/src/resource_manager.cpp
This fixes potential bugs where interfaces are added but hardware is not initialized.