Fix duplicate fallback controllers from the controller chain#3108
Fix duplicate fallback controllers from the controller chain#3108saikishor wants to merge 2 commits intoros-controls:masterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3108 +/- ##
==========================================
+ Coverage 89.35% 89.38% +0.03%
==========================================
Files 158 158
Lines 19392 19452 +60
Branches 1573 1573
==========================================
+ Hits 17327 17388 +61
Misses 1419 1419
+ Partials 646 645 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Hi @saikishor, I was studying the update loop logic and had a small thought regarding the efficiency of the RT thread. While Would it be a nice minor optimization to wrap both the Also, just a suggestion—would it be helpful to add a test case where members of the same chain have different fallback controllers? |
Fixes: #3038