We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bced51 commit 9f1d70bCopy full SHA for 9f1d70b
1 file changed
src/main/java/frc/robot/Constants.java
@@ -9,7 +9,7 @@
9
10
public class Constants {
11
// Change this temporarily to override the RobotType, e.g. RobotType.ROBOT_SIMBOT
12
- private static final RobotType ROBOT_TYPE_OVERRIDE = RobotType.ROBOT_SIMBOT;
+ private static final RobotType ROBOT_TYPE_OVERRIDE = null;
13
public static final boolean tuningMode = false;
14
15
private static final String ROBOT_FILENAME = "/home/lvuser/robot";
0 commit comments