-
Notifications
You must be signed in to change notification settings - Fork 120
RateLimiter: Don't update parameters before input checks #437 #554
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?
Conversation
christophfroehlich
left a comment
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.
Thanks for your contribution. The change in logic is good, but do we really need all the tmp variables? The arguments are not const qualified, I think you can just override them?
@christophfroehlich You're absolutely right — thank you for the careful review. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #554 +/- ##
==========================================
+ Coverage 83.85% 83.90% +0.04%
==========================================
Files 30 30
Lines 2094 2100 +6
Branches 112 112
==========================================
+ Hits 1756 1762 +6
Misses 268 268
Partials 70 70
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
christophfroehlich
left a comment
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.
LGTM, thanks!
Btw: The failing jobs are not related to this PR.
Fixed issue #437. I submitted two pull requests: one in the ros2_controllers repository and another in the control_toolbox repository.
The current PR resolves the following issues: