This commit is contained in:
Ryan
2022-03-24 10:38:13 -06:00
parent 6ffbdc57c6
commit 5dd99218ae
4 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ public class Robot extends TimedRobot {
LOGGER.log(Level.SEVERE, "Unable to record path to {0}", outputFile.getPath());
}
m_robotContainer.m_robotVisionOdometry.setLEDs(false);
m_robotContainer.m_robotVisionOdometry.setLEDs(true);
}
@Override