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

Judging preparation #223

Closed
adityapawar1 opened this issue Mar 24, 2023 · 1 comment · May be fixed by #232
Closed

Judging preparation #223

adityapawar1 opened this issue Mar 24, 2023 · 1 comment · May be fixed by #232
Assignees

Comments

@adityapawar1
Copy link
Member

adityapawar1 commented Mar 24, 2023

Create a judging branch (call it simulation-testing so the judges dont get suspicious)
We want to show proof that we have working dpg and simulation for testing without the robot.

Lucas - get dpg working well in sim, if done, help tune stuff
Ryan - tune feedforward and feedback for arm and elevator

For tuning - look at the equations here for elevator and arm, learn what each variable (kG, kV, kA, kS) mean.

  1. Tune kG, Most important thing to know is kG is supposed to oppose gravity. Set PID and all other constants to 0. try to get the arm to hover with just the kG constant, no need to get it exact, but make sure the arm is moving very slowely up or down at the worst case
  2. Tune kV, make sure the arm doesnt over shoot when increasing this
  3. kS and kA dont matter in sim
  4. Tune PID, you should only need P and maybe D
@3LucasZ
Copy link
Member

3LucasZ commented Apr 9, 2023

Judges were blown away at SVR this weekend. Good job y'alls!

@3LucasZ 3LucasZ closed this as completed Apr 9, 2023
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

Successfully merging a pull request may close this issue.

3 participants