This commit is contained in:
Ryan
2022-03-24 13:30:43 -06:00
parent 1221fb74d5
commit 4bc1dc6b37
2 changed files with 5 additions and 3 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(true);
m_robotContainer.m_robotVisionOdometry.setLEDs(false);
}
@Override