Skip to content

Commit a283a51

Browse files
authored
update climber deploy & retract setpoints (#142)
1 parent 5f46ae0 commit a283a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/frc/robot/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ public static final class ClimberConstants {
249249
kMaxVelocityInchesPerSecond / kVelocityConversionFactor;
250250
public static final double kMaxAccelerationRPMPerSecond = kMaxVelocityRPM; // 100% accel in 1s
251251

252-
public static final double kDeployPosition = 8.0; // inches
253-
public static final double kRetractPosition = 2.5; // inches
252+
public static final double kDeployPosition = 7.0; // inches
253+
public static final double kRetractPosition = 1.25; // inches
254254
}
255255

256256
public static final class LedConstants {

0 commit comments

Comments
 (0)