You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Tune kV, make sure the arm doesnt over shoot when increasing this
kS and kA dont matter in sim
Tune PID, you should only need P and maybe D
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: