We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5118d commit c314ecdCopy full SHA for c314ecd
1 file changed
src/main/java/frc/robot/Constants.java
@@ -57,7 +57,7 @@ public class Constants {
57
public static final double kShooterI = 0.00022;
58
public static final double kShooterD = 20.0;
59
60
- public static final double kClimberWinchP = 0.029;
+ public static final double kClimberWinchP = 0.02;
61
62
63
public static final double kIdleCurrent = 1; //Ampres
0 commit comments