We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fc62f commit 63c0d4cCopy full SHA for 63c0d4c
1 file changed
Robot2019/src/main/java/frc/robot/commands/Climb.java
@@ -21,7 +21,7 @@ public class Climb extends Command {
21
private final double backDrive = -0.5; // TODO: Set this to reasonable/tested value;
22
private final double climbUp = 1;
23
private final double climbDown = -1;
24
- private final double retract = -1;
+ private final double retract = 0.25;
25
private final double overrideThreshold = 0.1; // TODO: Set this to reasonable/tested value;
26
private final double retractGoal = 15; // This only needs to be off the ground. Climb is 19 inches.
27
private final double offGroundHeight = 10;
0 commit comments