Merge remote-tracking branch 'origin/testRoboReveal' into cleanup

This commit is contained in:
nathanrsxtn
2022-03-22 17:48:41 -06:00
19 changed files with 764 additions and 213 deletions
+3 -4
View File
@@ -46,7 +46,7 @@ public class Robot extends TimedRobot {
private double current;
private static DesmosServer desmosServer = new DesmosServer(8000);
// private static DesmosServer desmosServer = new DesmosServer(8000);
public static Alliance alliance;
@@ -121,7 +121,7 @@ public class Robot extends TimedRobot {
}
});
desmosServer.start();
// desmosServer.start();
m_robotContainer.m_robotVisionOdometry.setLEDs(false);
// DesmosServer.putTable("table", "x1", new double[] {44}, "y1", new double[] {0});
}
@@ -214,8 +214,7 @@ public class Robot extends TimedRobot {
* This function is called periodically during autonomous.
*/
@Override
public void autonomousPeriodic() {
}
public void autonomousPeriodic() {}
@Override
public void teleopInit() {