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 5f46ae0 commit a283a51Copy full SHA for a283a51
src/main/java/frc/robot/Constants.java
@@ -249,8 +249,8 @@ public static final class ClimberConstants {
249
kMaxVelocityInchesPerSecond / kVelocityConversionFactor;
250
public static final double kMaxAccelerationRPMPerSecond = kMaxVelocityRPM; // 100% accel in 1s
251
252
- public static final double kDeployPosition = 8.0; // inches
253
- public static final double kRetractPosition = 2.5; // inches
+ public static final double kDeployPosition = 7.0; // inches
+ public static final double kRetractPosition = 1.25; // inches
254
}
255
256
public static final class LedConstants {
0 commit comments