mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
bug fixes and added nt pipline change
This commit is contained in:
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user