bug fixes and added nt pipline change

This commit is contained in:
ori agranat
2019-09-25 10:32:22 -07:00
parent 3af2f3c686
commit f611b857a4
4 changed files with 14 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ public class Main {
new Thread(new VisionProcess(camSet.getValue())).start();
}
NetworkTableInstance.getDefault().startClientTeam(SettingsManager.GeneralSettings.team_number);
//NetworkTableInstance.getDefault().startClient("localhost");
// NetworkTableInstance.getDefault().startClient("localhost");
Server.main(8888);
} else {
System.err.println("No cameras connected!");