lots of weird turret limit shtuff, NOT COMPLETE

This commit is contained in:
Ryan Manley
2022-03-16 21:18:10 -06:00
parent 2f23aed7f1
commit 411e06211c
6 changed files with 80 additions and 27 deletions
+1 -1
View File
@@ -204,7 +204,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