apriltag icon indicating copy to clipboard operation
apriltag copied to clipboard

AprilTag is a visual fiducial system popular for robotics research.

Results 50 apriltag issues
Sort by recently updated
recently updated
newest added

Hi,Thanks for your great work! I have some questions when I read your article "AprilTag: A robust and flexible visual fiducial system". In Setion " Homography and extrinsics estimation", why...

Regarding the `fprintf` in [apriltag_pose.c:435](https://github.com/AprilRobotics/apriltag/blob/3.1.1/apriltag_pose.c#L435) that prints: > Error, more than one new minima found How is a user of your library supposed to react to this message? Is this...

When running multiple iterations we want to focus the profiling time on the core algorithm. This change separates image loading from detection. Each iteration is the array of loaded images....

I'd like to share a small project I did recently to add automated testing and code coverage to an old GitHub project. In this case the author had archived their...

One of the python wrappers of the April tag library that I am using for this benchmark test. [https://github.com/duckietown/lib-dt-apriltags](https://github.com/duckietown/lib-dt-apriltags) Intel NUC i3 CPU Results: 1. 30 FPS Apriltag not in...

Visual Studio in Debug is telling me that the stack is getting corrupted in apriltag.c in homography_compute2(). See lines 435, 436. ` double max_val = 0;` ` int max_val_idx =...

I did some tests and here is some basic python code using dt_apriltags in python. I believe the solvepnp to be equivalent eg uses the center of the tag and...

Hi, I want to update the Julia wrapper for apriltags and I have this change that fixes an issue. Memory not owned by the function is freed and new memory...

Resolved comparison between signed and unsigned.

I was wondering if it's possible to detect Apriltags using stitched images from spherical/360 cameras, as the camera intrinsic parameters are of different nature. Example image from 360 camera: ![image](https://user-images.githubusercontent.com/20337475/85648481-ba29d300-b655-11ea-828f-48c7dbe203f5.png)