Skip to content

Commit 9f1d70b

Browse files
committed
Change to a regular robot instead of simbot.
1 parent 1bced51 commit 9f1d70b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
public class Constants {
1111
// Change this temporarily to override the RobotType, e.g. RobotType.ROBOT_SIMBOT
12-
private static final RobotType ROBOT_TYPE_OVERRIDE = RobotType.ROBOT_SIMBOT;
12+
private static final RobotType ROBOT_TYPE_OVERRIDE = null;
1313
public static final boolean tuningMode = false;
1414

1515
private static final String ROBOT_FILENAME = "/home/lvuser/robot";

0 commit comments

Comments
 (0)