Skip to content

Commit

Permalink
Turn camera position calibration mode on
Browse files Browse the repository at this point in the history
  • Loading branch information
simonstoryparker committed Nov 27, 2024
1 parent 992a5c0 commit 8bcc036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/config/RobotConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public record LightsConfig(String canBusName, int deviceID) {}
// TODO: Change this to false during events
public static final boolean IS_DEVELOPMENT = true;

public static final boolean IS_CAMERA_POSITION_CALIBRATION = false;
public static final boolean IS_CAMERA_POSITION_CALIBRATION = true;

public static final String SERIAL_NUMBER = System.getenv("serialnum");

Expand Down

0 comments on commit 8bcc036

Please sign in to comment.