-
Notifications
You must be signed in to change notification settings - Fork 106
Update documentation post-PR #298 merge #388
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: ros2-master
Are you sure you want to change the base?
Conversation
Clarify and expand migration instructions now that pull request ros-controls#298 has been merged, ensuring users know how to adjust their configurations accordingly.
@christophfroehlich I’ve created a PR to update the documentation, but I’m not sure if there are other repositories or files I need to update. Can you help me with that? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## ros2-master #388 +/- ##
============================================
Coverage 76.72% 76.72%
============================================
Files 30 30
Lines 1744 1744
Branches 107 107
============================================
Hits 1338 1338
Misses 346 346
Partials 60 60
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
I suggest that you add the documentation here Add a new section for the PID, copy basis information from the docstring and add your antiwindup description from the other PR there. |
Adds a comprehensive PID section to control_toolbox.md, covering the standard PID equation, descriptions of proportional, integral, and derivative gains, output limits, detailed explanations of anti-windup strategies (back-calculation and conditional integration) with update rules and default values, and a C++ usage example.
Clarify and expand migration instructions now that pull request ros-controls#298 has been merged, ensuring users know how to adjust their configurations accordingly.
Done! I changed it from draft to open. If there is still documentation to add, I’ll add more commits. |
Adds a comprehensive PID section to control_toolbox.md, covering the standard PID equation, descriptions of proportional, integral, and derivative gains, output limits, detailed explanations of anti-windup strategies (back-calculation and conditional integration) with update rules and default values, and a C++ usage example.
Documentation PR post-PR #298 merge