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

Add manual tuning instructions to SysId introduction #2712

Open
calcmogul opened this issue Aug 26, 2024 · 0 comments
Open

Add manual tuning instructions to SysId introduction #2712

calcmogul opened this issue Aug 26, 2024 · 0 comments

Comments

@calcmogul
Copy link
Member

calcmogul commented Aug 26, 2024

  • Ks = the voltage that makes the robot start moving

This isn't quite accurate because dynamic friction is involved, but it's a starting point.

  • Kv = (12 V - Ks)/max speed

The better way to find Ks and Kv is to do a steady-state voltage-velocity line fit, which gives Kv as the slope and Ks as the y-intercept (voltage = Ks + Kv * velocity).

  • Ka = whatever makes the robot follow a trapezoid profile well with feedforward-only

This gain can be annoying to tune for some robots. It can be set to zero unless the robot mechanism requires a lot of voltage to accelerate.

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

No branches or pull requests

1 participant