Skip to content

Commit

Permalink
Adjust shooter angle PID
Browse files Browse the repository at this point in the history
  • Loading branch information
viggy96 committed Jul 30, 2024
1 parent 123f7ce commit 199fbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public static class Shooter {
0.01,
0.0,
0.0,
0.035
0.0
),
false,
true,
Expand Down

0 comments on commit 199fbe3

Please sign in to comment.