We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a935b commit f007fdfCopy full SHA for f007fdf
1 file changed
TeamCode/src/main/java/org/mrpsvt/capital_robotics/teleop/full_bot_w_load.java
@@ -31,7 +31,7 @@ public class full_bot_w_load extends OpMode {
31
32
// Servo position constants
33
private static final double CLAW_CLOSED = 1.0;
34
- private static final double CLAW_OPEN = 0.1;
+ private static final double CLAW_OPEN = 0.05;
35
private static final double loop_close = 5;
36
37
// Track flywheel velocity for ramping
0 commit comments