Skip to content
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

[Feature]: Tune Velocity Controller PID Parameters #118

Closed
3 tasks done
hellschwalex opened this issue Nov 30, 2023 · 2 comments · Fixed by #125
Closed
3 tasks done

[Feature]: Tune Velocity Controller PID Parameters #118

hellschwalex opened this issue Nov 30, 2023 · 2 comments · Fixed by #125
Assignees
Labels

Comments

@hellschwalex
Copy link
Collaborator

hellschwalex commented Nov 30, 2023

Description

With the new Acting Test Node the VelocityControllers PID-controller is now tunable.
Important for tuning:

  • Drive at velocities close to the target velocity
  • Driving at exactly max_velocity is not that important (small margin allowed)
  • Full throttle range [0:1] should be used

Definition of Done

  • Velocity PID-controller always drives at or closely around the target-velocity ( 2m/s maximum margin)
@hellschwalex
Copy link
Collaborator Author

Tried tuning PID-controller with Ziegler-Nichols method without any success.
Tried classic tuning of the PID-controller and reached a not-optimal but good working solution (see branch)

@hellschwalex
Copy link
Collaborator Author

This Issue is finished and may be closed with #135 being the follow-up Issue to be looked at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant