File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/frc/robot/constants Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ public class ClimbConstants {
3030 public static int kCageAlignedDIOId = 11 ;
3131
3232 public static final double kPivotArmCloseEnough = 0.01 ; // FIXME
33- public static final double kArmMaxFwd = 0.260 ;
34- public static final double kArmMaxRev = 0.03 ;
33+ public static final double kArmMaxFwd = 0.12 ;
34+ public static final double kArmMaxRev = - 0.14 ;
3535 public static final Angle kArmZeroTicks = Degrees .of (1530 );
3636
3737 // Deploy Servo
@@ -44,8 +44,8 @@ public class ClimbConstants {
4444
4545 // Climb positions
4646 public static final Angle kClimbCagePos = Rotations .of (4 ); // fixme
47- public static final Double kClimbRatchedEngage = 0.1 ;
48- public static final double kFullyClimbed = 0.260 ;
47+ public static final Double kClimbRatchedEngage = 0.0 ;
48+ public static final double kFullyClimbed = kArmMaxFwd ;
4949 public static final double kClimbOpenLoopSpeed = 4.0 ;
5050
5151 public static TalonFXConfiguration getPivotArmFxConfig () {
You can’t perform that action at this time.
0 commit comments