mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
Change sim to use 36h11 tags when doing multitag (#1314)
This commit is contained in:
@@ -365,7 +365,7 @@ class PhotonCameraSim {
|
|||||||
std::sort(usedIds.begin(), usedIds.end());
|
std::sort(usedIds.begin(), usedIds.end());
|
||||||
PNPResult pnpResult = VisionEstimation::EstimateCamPosePNP(
|
PNPResult pnpResult = VisionEstimation::EstimateCamPosePNP(
|
||||||
prop.GetIntrinsics(), prop.GetDistCoeffs(), detectableTgts, tagLayout,
|
prop.GetIntrinsics(), prop.GetDistCoeffs(), detectableTgts, tagLayout,
|
||||||
kAprilTag16h5);
|
kAprilTag36h11);
|
||||||
multiTagResults = MultiTargetPNPResult{pnpResult, usedIds};
|
multiTagResults = MultiTargetPNPResult{pnpResult, usedIds};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user