CI test fix (#280)

Addresses OOM in CI
This commit is contained in:
Banks T
2021-08-31 23:27:51 -04:00
committed by GitHub
parent 9dc5481d1c
commit 9cf5c77d69
9 changed files with 115 additions and 102 deletions

View File

@@ -53,7 +53,6 @@ class SimVisionSystemTest {
@ParameterizedTest
@ValueSource(doubles = {5, 10, 15, 20, 25, 30})
public void testDistanceAligned(double dist) {
final var targetPose = new Pose2d(new Translation2d(35, 0), new Rotation2d());
var sysUnderTest =
new SimVisionSystem("Test", 80.0, 0.0, new Transform2d(), 1, 99999, 320, 240, 0);