Skip to content

Commit 6eecf4f

Browse files
committed
something or other
1 parent f790a98 commit 6eecf4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/frc/robot/Lib/BallDetectionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ private void testCase4_SmallAngle() {
164164
// Robot moves slightly - should be right at the MIN_YAW_DIFFERENCE threshold
165165
Pose2d pose1 = new Pose2d(0.0, 0.0, Rotation2d.fromDegrees(0));
166166
double yaw1 = calculateYaw(pose1, ballPos);
167-
168-
Pose2d pose2 = new Pose2d(0.0, 1.0, Rotation2d.fromDegrees(0));
167+
168+
Pose2d pose2 = new Pose2d(0.0, 1.2, Rotation2d.fromDegrees(0));
169169
double yaw2 = calculateYaw(pose2, ballPos);
170170

171171
System.out.printf(" Sample 1: Yaw = %.1f°\n", yaw1);

0 commit comments

Comments
 (0)