Roll Back to 2024.3.2 (#1423)

Roll back to 2024.3.2 to get some good testing on actual robots.
This commit is contained in:
Cameron (3539)
2024-09-15 20:01:11 -04:00
committed by GitHub
parent 9e6a066561
commit 546058593e
4 changed files with 17 additions and 228 deletions

View File

@@ -26,7 +26,7 @@ package org.photonvision;
import static org.junit.jupiter.api.Assertions.*;
import edu.wpi.first.cscore.OpenCvLoader;
import edu.wpi.first.cscore.CameraServerCvJNI;
import edu.wpi.first.math.MathUtil;
import edu.wpi.first.math.geometry.Pose3d;
import edu.wpi.first.math.geometry.Rotation2d;
@@ -77,7 +77,7 @@ public class OpenCVTest {
@BeforeAll
public static void setUp() throws IOException {
OpenCvLoader.forceLoad();
CameraServerCvJNI.forceLoad();
// NT live for debug purposes
NetworkTableInstance.getDefault().startServer();