Skip to content

Commit

Permalink
readme add link to tag image pdf
Browse files Browse the repository at this point in the history
Readme.md adds link to tag image pdf and the original tag images directory.
  • Loading branch information
honpong authored Jul 9, 2019
1 parent a5e9290 commit f03f7e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/pose-apriltag/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ In order to run this example, a T265 is required.

[Apriltags](https://april.eecs.umich.edu/software/apriltag) are fiducial markers that have been designed to be easily detected in images (other fiducial markers include QR codes and ARTags). Once detected, these markers can be used for a variety of applications.

This sample demonstrates how to detect the pose of a Apriltag of a known size that is visible in a T265 fisheye frame relative to the camera. Apriltags are detected on every 6th frame (at 5Hz). The sample uses `36h11` tags, though it can be easily modified to work with any tag supported by the Apriltag library.
This sample demonstrates how to detect the pose of a Apriltag of a known size that is visible in a T265 fisheye frame relative to the camera. Apriltags are detected on every 6th frame (at 5Hz). The sample uses `36h11` tags, though it can be easily modified to work with any tag supported by the Apriltag library.

A sample `36h11` image pdf can be downloaded [here](./tag36_11_00000_out180mm_in144mm.pdf), and other tag images can be found [here](https://github.com/AprilRobotics/apriltag-imgs).

## Dependency

Expand Down

0 comments on commit f03f7e8

Please sign in to comment.