Skip to content

Commit 63c0d4c

Browse files
SaltyJokebrettle
authored andcommitted
Fix issue #98 (#102)
1 parent e7fc62f commit 63c0d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Robot2019/src/main/java/frc/robot/commands

Robot2019/src/main/java/frc/robot/commands/Climb.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Climb extends Command {
2121
private final double backDrive = -0.5; // TODO: Set this to reasonable/tested value;
2222
private final double climbUp = 1;
2323
private final double climbDown = -1;
24-
private final double retract = -1;
24+
private final double retract = 0.25;
2525
private final double overrideThreshold = 0.1; // TODO: Set this to reasonable/tested value;
2626
private final double retractGoal = 15; // This only needs to be off the ground. Climb is 19 inches.
2727
private final double offGroundHeight = 10;

0 commit comments

Comments
 (0)