Skip to content

Commit 8d4fea0

Browse files
authored
update servo setpoints (#140)
1 parent 0c9af5f commit 8d4fea0

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
@@ -224,8 +224,8 @@ public static final class RotationControllerGains {
224224
public static final class ClimberConstants {
225225
public static final int kClimberPort = 17;
226226
public static final int kRatchetServoPort = 1;
227-
public static final double kEngagedPosition = 800 / 1024.0;
228-
public static final double kDisengedPosition = 950 / 1024.0;
227+
public static final double kEngagedPosition = 550 / 1024.0;
228+
public static final double kDisengedPosition = 800 / 1024.0;
229229

230230
public static final int kCageSensorPort = 6;
231231

0 commit comments

Comments
 (0)