Skip to content

cwsfa/apriltag_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

AprilTags Generator

Images of all tags from all the pre-generated AprilTag 3 families. You can generate your own layouts or images of tags.


How to use


Setup

$ sudo apt install python-pyx

Generate 1x1 AprilTag

$ python ./make_tag.py --nx 1 --ny 1 --marginx 0.00 --marginy 0.00 --tsize 0.16 --tspace 0.0 --startid 0 --tfam t36h11 --borderbits 1

Generate 2x2 AprilTags

$ python ./make_tag.py --nx 2 --ny 2 --marginx 0.00 --marginy 0.00 --tsize 0.08 --tspace 0.1 --startid 0 --tfam t36h11 --borderbits 1

About

Generate AprilTags in custom layouts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages