Skip to content

Commit

Permalink
Change sim to use 36h11 tags when doing multitag (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4stered authored Apr 29, 2024
1 parent c9a6962 commit 6535710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class PhotonCameraSim {
std::sort(usedIds.begin(), usedIds.end());
PNPResult pnpResult = VisionEstimation::EstimateCamPosePNP(
prop.GetIntrinsics(), prop.GetDistCoeffs(), detectableTgts, tagLayout,
kAprilTag16h5);
kAprilTag36h11);
multiTagResults = MultiTargetPNPResult{pnpResult, usedIds};
}

Expand Down

0 comments on commit 6535710

Please sign in to comment.