mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
Merge branch 'testRoboReveal' of https://github.com/Team4388/2022NoWayHome into testRoboReveal
This commit is contained in:
@@ -45,7 +45,7 @@ public class Robot extends TimedRobot {
|
|||||||
|
|
||||||
private double current;
|
private double current;
|
||||||
|
|
||||||
private static DesmosServer desmosServer = new DesmosServer(8000);
|
// private static DesmosServer desmosServer = new DesmosServer(8000);
|
||||||
|
|
||||||
public static Alliance alliance;
|
public static Alliance alliance;
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ public class Robot extends TimedRobot {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
desmosServer.start();
|
// desmosServer.start();
|
||||||
m_robotContainer.m_robotVisionOdometry.setLEDs(false);
|
m_robotContainer.m_robotVisionOdometry.setLEDs(false);
|
||||||
// DesmosServer.putTable("table", "x1", new double[] {44}, "y1", new double[] {0});
|
// DesmosServer.putTable("table", "x1", new double[] {44}, "y1", new double[] {0});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user