-
Notifications
You must be signed in to change notification settings - Fork 399
Remove legacy and deprecated PID parameters #1845
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
Conversation
Did the tests pass for you locally? There seems to be numerical inconsistencies now |
these come from the change of backward to forward integration of the integral action, we are discussing this in the upstream pr |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1845 +/- ##
==========================================
- Coverage 85.26% 85.25% -0.01%
==========================================
Files 143 143
Lines 13794 13794
Branches 1193 1194 +1
==========================================
- Hits 11761 11760 -1
Misses 1636 1636
- Partials 397 398 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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, LGTM. I try to get the downstream checks running before merging this (and releasing to kilted).
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.
Can you please also update joint_trajectory_controller parameters?
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!
Do you mind opening a PR to fix ur_controllers now, too?
|
b58af5a
into
ros-controls:master
Overview
Remove legacy and deprecated PID parameters from the pid_controller package.
What was added/changed in this PR
About tests
The packages compile correctly and have passed the pre‑commit and colcon tests.
About change in tests
One test file was modified. Updates required by the removal of the legacy anti-windup strategy.
Related PR's
Final notes
I'm very open to any recommendations to improve this code.