-
Notifications
You must be signed in to change notification settings - Fork 312
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
[ResourceManager] adds test for uninitialized hardware #1243
[ResourceManager] adds test for uninitialized hardware #1243
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1243 +/- ##
==========================================
+ Coverage 47.82% 48.05% +0.23%
==========================================
Files 40 40
Lines 3448 3448
Branches 1869 1869
==========================================
+ Hits 1649 1657 +8
+ Misses 456 445 -11
- Partials 1343 1346 +3
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
thank you!
(cherry picked from commit 64c9e2a)
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.
Cool thanks!
@bmagyar no humble backport? |
@Mergifyio backport humble |
✅ Backports have been created
|
(cherry picked from commit 64c9e2a)
This PR adds two tests for uninitialized hardware as mentioned in #1078 . One that expect an exception being thrown when loading a urdf with validation and one for checking that no state or command interfaces have been added (without validation).
To make hardware "uninitilizable" I used a custom actuator, sensor and system.