apriltag-generation icon indicating copy to clipboard operation
apriltag-generation copied to clipboard

Generate AprilTags in custom layouts

Results 3 apriltag-generation issues
Sort by recently updated
recently updated
newest added

I am attempting to generate new TagStandard41h* and TagStandard52h* families and I am seeing extremely long generation time estimates. I have attempted to generate some of the larger Standard families...

The following command will make apriltags where the size of 1 bit is 32 pixels. ``` java -cp april.jar april.tag.GenerateTags april.tag.Tag36h11 ./tags 32 ``` The change is backward compatible, hence...