This commit is contained in:
aarav18
2022-03-18 19:29:55 -06:00
parent b755f19de0
commit 33dc1ea3cb
2 changed files with 8 additions and 8 deletions
@@ -155,8 +155,8 @@ public class RobotContainer {
public static boolean softLimits = true;
// control mode switching
public static enum ControlMode { SHOOTER, CLIMBER };
public static ControlMode currentControlMode = ControlMode.SHOOTER;
private enum ControlMode { SHOOTER, CLIMBER };
private ControlMode currentControlMode = ControlMode.SHOOTER;
// turret mode switching
private enum TurretMode { MANUAL, AUTONOMOUS };