Skip to content

Commit

Permalink
Update photon-core/src/main/java/org/photonvision/vision/pipe/impl/Mu…
Browse files Browse the repository at this point in the history
…ltiTargetPNPPipe.java

Co-authored-by: amquake <[email protected]>
  • Loading branch information
mcm001 and amquake authored Oct 1, 2023
1 parent d71a670 commit e322fd1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ private MultiTargetPNPResults calculateTargetPose(List<TrackedTarget> targetList
return ret;
}

Mat rotationMatrix = new Mat();
Mat inverseRotationMatrix = new Mat();
Mat pzeroWorld = new Mat();
Mat kMat = new Mat();
Mat scaledTvec;

public static class MultiTargetPNPPipeParams {
private final CameraCalibrationCoefficients cameraCoefficients;
private final AprilTagFieldLayout atfl;
Expand Down

0 comments on commit e322fd1

Please sign in to comment.