We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f790a98 commit 6eecf4fCopy full SHA for 6eecf4f
src/main/java/frc/robot/Lib/BallDetectionTest.java
@@ -164,8 +164,8 @@ private void testCase4_SmallAngle() {
164
// Robot moves slightly - should be right at the MIN_YAW_DIFFERENCE threshold
165
Pose2d pose1 = new Pose2d(0.0, 0.0, Rotation2d.fromDegrees(0));
166
double yaw1 = calculateYaw(pose1, ballPos);
167
-
168
- Pose2d pose2 = new Pose2d(0.0, 1.0, Rotation2d.fromDegrees(0));
+
+ Pose2d pose2 = new Pose2d(0.0, 1.2, Rotation2d.fromDegrees(0));
169
double yaw2 = calculateYaw(pose2, ballPos);
170
171
System.out.printf(" Sample 1: Yaw = %.1f°\n", yaw1);
0 commit comments