Updated Maven Deps to the new WPILib Artifactory, added AARCH64-Bionic support (Jetson)

This commit is contained in:
Banks Troutman
2019-09-26 14:19:30 -04:00
parent c46ec3066d
commit c5de2f8f5e
4 changed files with 41 additions and 58 deletions

View File

@@ -20,7 +20,6 @@ import java.util.List;
public class CameraManager {
private static final Path CamConfigPath = Paths.get(SettingsManager.SettingsPath.toString(), "Cams");
public static HashMap<String, Integer> CameraPorts = new HashMap<>();
private static HashMap<String, Camera> AllCamerasByName = new HashMap<>();