mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
disable pose print
This commit is contained in:
@@ -242,7 +242,7 @@ public class SolvePNPPipe implements Pipe<List<StandardCVPipeline.TrackedTarget>
|
||||
target.rVector = rVec;
|
||||
target.tVector = tVec;
|
||||
|
||||
System.out.println("Found target at pose: " + target.cameraRelativePose.toString());
|
||||
// System.out.println("Found target at pose: " + target.cameraRelativePose.toString());
|
||||
|
||||
return target;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user