Add reference limiter to steering_controllers library - #2413
Open
christophfroehlich wants to merge 6 commits into
Open
Add reference limiter to steering_controllers library#2413christophfroehlich wants to merge 6 commits into
christophfroehlich wants to merge 6 commits into
Conversation
christophfroehlich
marked this pull request as ready for review
June 13, 2026 20:57
github-actions
Bot
requested review from
Juliaj,
Maverobot,
destogl,
erickisos and
saikishor
June 13, 2026 20:57
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2413 +/- ##
==========================================
- Coverage 86.88% 86.85% -0.03%
==========================================
Files 148 148
Lines 16207 16354 +147
Branches 1362 1372 +10
==========================================
+ Hits 14081 14204 +123
- Misses 1618 1640 +22
- Partials 508 510 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Contributor
|
This pull request is in conflict. Could you fix it @christophfroehlich? |
Adopt new chainable controller exports API (#2350) in the steering speed-limiter code: use on_export_reference_interfaces_list() and ordered_exported_reference_interfaces_ instead of reference_interfaces_.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add reference limiter to steering_controllers library, similar to #2313
Fixes #2129
Is this user-facing behavior change?
Only if parameterized as such.
Did you use Generative AI?
GPT-5.3 Codex to apply the changes from #2313 to the steering lib.