We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88df39b commit 279e20eCopy full SHA for 279e20e
src/main/java/frc/robot/Lib/BallDetectionTest.java
@@ -75,6 +75,7 @@ private void testCase1_StraightAhead() {
75
76
// Area random bc uh i like dont have a formula for area that works and wouldnt sim that so yeah
77
finder.setTestRobotPose(pose1);
78
+ System.out.println(" Some doohickey with adding a pose .");
79
finder.addVisionSample(createTarget(yaw1, 5.0));
80
System.out.println(" Added first vision sample.");
81
0 commit comments