-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Controller parameters tuner based on differentiable controller #186
Labels
new feature
New feature or request
Comments
Interfaces needed in PyPose
|
xiangfuli
changed the title
PID parameters tuner based on differentiable PID controller
Controller parameters tuner based on differentiable controller
Mar 27, 2023
In the function Also, parameter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 The feature, motivation and pitch
Given differential and feasible PID controller, after tuning the pid parameters using gradient descent, dynamic systems would be able to follow the desired state. The method is proposed in paper. This method shows that the system can do the tuning work online.
Alternatives
No response
Additional context
To implement the PID tuner and provide examples, serval modules are needed.
The text was updated successfully, but these errors were encountered: