-
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
Ensure instantiation of hardware classes work for python bindings #1058
Ensure instantiation of hardware classes work for python bindings #1058
Conversation
More precisely to instanciate: Actuator, Sensor and System.
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!
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 #1058 +/- ##
==========================================
- Coverage 34.61% 32.39% -2.23%
==========================================
Files 52 94 +42
Lines 2981 9799 +6818
Branches 1855 6599 +4744
==========================================
+ Hits 1032 3174 +2142
- Misses 310 777 +467
- Partials 1639 5848 +4209
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@Mergifyio backport humble |
✅ Backports have been created
|
) (cherry picked from commit db34dfa)
Thanks ! |
…s-controls#1058) (ros-controls#1062) (cherry picked from commit db34dfa) Co-authored-by: Olivier Stasse <ostasse@laas.fr>
This PR fixes #1057 by adding a default constructor to
System