There was an error while loading. Please reload this page.
1 parent 2232654 commit 33e57a3Copy full SHA for 33e57a3
1 file changed
src/main/java/frc/robot/config/FlywheelConfig.java
@@ -27,11 +27,7 @@ public class FlywheelConfig {
27
public static final double FLYWHEEL_LEFT_V = 0;
28
public static final double FLYWHEEL_LEFT_A = 0;
29
30
- public static final double FLYWHEEL_RIGHT_OUTTAKE_SPEED = 0;
31
- public static final double FLYWHEEL_RIGHT_SHOOT_SPEED = 1.0;
32
-
33
- public static final double FLYWHEEL_LEFT_OUTTAKE_SPEED = 0;
34
- public static final double FLYWHEEL_LEFT_SHOOT_SPEED = 1.0;
35
+ public static final double FLYWHEEL_OUTTAKE_SPEED = 0;
+ public static final double FLYWHEEL_SHOOT_SPEED = 1.0;
36
public static final double FLYWHEEL_TOLERANCE = 0.005;
37
}
0 commit comments