Skip to content

Commit

Permalink
change rotation pid from 4.0 --> 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuellar13 committed May 22, 2024
1 parent 9e46552 commit ab9b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/autos/Autos.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public Autos(
},
new HolonomicPathFollowerConfig(
new PIDConstants(4.0, 0.0, 0.0),
new PIDConstants(4.0, 0.0, 0.0),
new PIDConstants(2.5, 0.0, 0.0),
4.4,
0.387,
new ReplanningConfig(true, true)),
Expand Down

0 comments on commit ab9b60e

Please sign in to comment.