Skip to content

Commit

Permalink
set aruco tag model
Browse files Browse the repository at this point in the history
  • Loading branch information
amquake committed Oct 28, 2023
1 parent f8ec2a1 commit 027e741
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ protected void setPipeParamsImpl() {
// 2024 tag, 6.5in
params.tagFamily = Objdetect.DICT_APRILTAG_36h11;
tagWidth = Units.inchesToMeters(6.5);
tagModel = TargetModel.kAprilTag36h11;
break;
case kTag25h9:
params.tagFamily = Objdetect.DICT_APRILTAG_25h9;
Expand Down

0 comments on commit 027e741

Please sign in to comment.