Skip to content

Commit cad1009

Browse files
authored
Update README with paper links
1 parent 43dbab7 commit cad1009

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
11
AprilTag 3
22
==========
3-
AprilTag is a visual fiducial system popular in robotics research. This repository contains the most recent version of AprilTag, AprilTag 3, which includes a faster (>2x) detector, improved detection rate on small tags, flexible tag layouts, and pose estimation. AprilTag consists of a small C library with minimal dependencies. Officially only linux operating systems are supported.
3+
AprilTag is a visual fiducial system popular in robotics research. This repository contains the most recent version of AprilTag, AprilTag 3, which includes a faster (>2x) detector, improved detection rate on small tags, flexible tag layouts, and pose estimation. AprilTag consists of a small C library with minimal dependencies.
44

55
You can find tag images for the pre-generated layouts [here](https://github.com/AprilRobotics/apriltag-imgs). We recommend using the tagStandard41h12 layout.
66

77
[![Build Status](https://travis-ci.com/AprilRobotics/apriltag.svg?branch=master)](https://travis-ci.com/AprilRobotics/apriltag)
88

9+
Papers
10+
======
11+
AprilTag is the subject of the following papers.
12+
13+
[AprilTag: A robust and flexible visual fiducial system](https://april.eecs.umich.edu/papers/details.php?name=olson2011tags)
14+
15+
[AprilTag 2: Efficient and robust fiducial detection](https://april.eecs.umich.edu/papers/details.php?name=wang2016iros)
16+
17+
[Flexible Layouts for Fiducial Tags](https://april.eecs.umich.edu/papers/details.php?name=krogius2019iros)
18+
19+
20+
921
Usage
1022
=====
1123
[User Guide](https://github.com/AprilRobotics/apriltag/wiki/AprilTag-User-Guide)
1224

1325
Install
1426
=======
1527

16-
The default installation will place headers in /usr/local/include and
28+
Officially only linux operating systems are supported, although users have had success installing on windows too.
29+
30+
The default installation will place headers in /usr/local/include and
1731
shared library in /usr/local/lib. It also installs a pkg-config script
1832
into /usr/local/lib/pkgconfig and will install a python wrapper if python3 is installed. Be aware that there are some larger tag families which may take a long time to build. If you do not want to use these tag families then you can speed up the installation by deleting the files tagCircle49h12.c, tagCircle49h12.h, tagCustom48h12.c, tagCustom48h12.h, tagStandard52h13.c, and tagStandard52h13.h before installing.
1933

0 commit comments

Comments
 (0)