Skip to content

Commit 2a981ea

Browse files
questnav
1 parent ad96ffd commit 2a981ea

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/main/java/frc/robot/subsystems/vision/MotionTrackerVision.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import edu.wpi.first.wpilibj.Alert;
99
import edu.wpi.first.wpilibj.Alert.AlertType;
1010
import edu.wpi.first.wpilibj2.command.SubsystemBase;
11-
import frc.robot.Constants;
1211

1312
public class MotionTrackerVision extends SubsystemBase {
1413

@@ -50,11 +49,4 @@ public boolean isConnected() {
5049
return inputs_.connected;
5150
}
5251

53-
public static TrackerIO getIO() {
54-
return switch(Constants.getRobot()) {
55-
case COMPETITION -> new TrackerIOQuest();
56-
default -> new TrackerIO() {};
57-
};
58-
}
59-
6052
}

0 commit comments

Comments
 (0)