Merge branch 'shoot-button' into operator-controls

This commit is contained in:
Michael Mikovsky
2026-02-14 12:55:09 -07:00
2 changed files with 6 additions and 6 deletions
@@ -10,9 +10,9 @@ public final class BuildConstants {
public static final int GIT_REVISION = 50; public static final int GIT_REVISION = 50;
public static final String GIT_SHA = "8381ac460776aaad24a82786c9fe12e040a99d00"; public static final String GIT_SHA = "8381ac460776aaad24a82786c9fe12e040a99d00";
public static final String GIT_DATE = "2026-02-14 11:55:51 MST"; public static final String GIT_DATE = "2026-02-14 11:55:51 MST";
public static final String GIT_BRANCH = "operator-controls"; public static final String GIT_BRANCH = "shoot-button";
public static final String BUILD_DATE = "2026-02-14 12:11:59 MST"; public static final String BUILD_DATE = "2026-02-14 12:44:39 MST";
public static final long BUILD_UNIX_TIME = 1771096319898L; public static final long BUILD_UNIX_TIME = 1771098279734L;
public static final int DIRTY = 1; public static final int DIRTY = 1;
private BuildConstants(){} private BuildConstants(){}
@@ -61,9 +61,9 @@ public class Shooter extends SubsystemBase {
private ShooterMode mode = ShooterMode.NotReady; private ShooterMode mode = ShooterMode.NotReady;
public void setShooterReady() { public void setShooterReady() {
if(this.mode == ShooterMode.NotReady) { // if(this.mode == ShooterMode.NotReady) {
this.mode = ShooterMode.Ready; this.mode = ShooterMode.Ready;
} // }
} }
public void setShooterNotReady() { public void setShooterNotReady() {