Skip to content

Commit f007fdf

Browse files
committed
made the green servo go higher
1 parent 16a935b commit f007fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TeamCode/src/main/java/org/mrpsvt/capital_robotics/teleop/full_bot_w_load.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class full_bot_w_load extends OpMode {
3131

3232
// Servo position constants
3333
private static final double CLAW_CLOSED = 1.0;
34-
private static final double CLAW_OPEN = 0.1;
34+
private static final double CLAW_OPEN = 0.05;
3535
private static final double loop_close = 5;
3636

3737
// Track flywheel velocity for ramping

0 commit comments

Comments
 (0)