Skip to content

MapaRobo/apriltag-generation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AprilTag-Generation

Generate AprilTags in custom layouts for AprilTag 3.

Example usage for generating the 21h7 circular tag family:

$ ant
$ java -cp april.jar april.tag.TagFamilyGenerator circle_9 7

Then to generate the c code and tag images after copying the output into the source folder:

$ ant
$ java -cp april.jar april.tag.TagToC april.tag.TagCircle21h7
$ java -cp april.jar april.tag.GenerateTags april.tag.TagCircle21h7 .

About

Generate AprilTags in custom layouts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%