-
Notifications
You must be signed in to change notification settings - Fork 344
Fix generic system in chainable controllers #2252
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
base: master
Are you sure you want to change the base?
Fix generic system in chainable controllers #2252
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2252 +/- ##
==========================================
- Coverage 88.97% 88.94% -0.03%
==========================================
Files 143 143
Lines 16449 16453 +4
Branches 1422 1424 +2
==========================================
- Hits 14635 14634 -1
- Misses 1262 1266 +4
- Partials 552 553 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
The failures in the workflow seem to be unrelated to this pull request |
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.
Isn't this probably be "auto-fixed" with #2120 @saikishor?
We should add a test for that, but where would it fit? test_controllers_chaining_with_controller_manager.cpp with using generic_system instead of test_actuator?
You are absolutely right. #2120 should avoid this issue. The tests are already added in the PR: #2120 right? |
@InigoMoreno could you please check if the issue still persists with the latest |
Fixes #2250