Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
powei-lin committed Jul 29, 2023
1 parent 92dc7e4 commit ec2e5c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ detector = Detector("t36h11")

detector.detect(img)
```

Kalibr uses 2 bit black border while apriltag3 uses 1 bit black border for each tag. The default of aprilgrid follows Kalibr. Please use `t36h11b1` if you're using tags with 1 bit black border.

<img src="docs/tag_border_issue.png" width="400" alt="Slow down for show case.">

## Development
```sh
git clone https://github.com/powei-lin/aprilgrid.git
Expand All @@ -28,7 +33,6 @@ pip install -e .
```

## TODO
- [ ] Clean up unused debug code.
- [ ] Add output for opencv calibrate camera.
- [ ] Provide pregenerated pdf and easy way to customize.
- [ ] Support all tag families.
Expand Down
File renamed without changes
Binary file added docs/tag_border_issue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec2e5c0

Please sign in to comment.