TagTracker icon indicating copy to clipboard operation
TagTracker copied to clipboard

AprilTag tracking and pose estimation in python for FRC

Results 9 TagTracker issues
Sort by recently updated
recently updated
newest added

Can you add a detailed explanation for the transformation matrix of the camera?

I'm looking through the different tags that you guys set in your environment and I'm wondering why you guys have the tag size at 8 inches and not 6 as...

The apriltag library that the code is using is no longer being updated while pupil-apriltags (or similar) is. Changing over should make the code more reliable and faster.

This PR adds new ways to define the position of tags, including quaternions, and Euler angles. This allows the `environment.json` to use WPILib styling. This pull request has not been...

The current install script uses apt by default, which is against best practice, the dependencies should be instead listed in the install section of either the wiki or the readme....

Could it be possible to add rotation to the solver and update the network table?

There is a chance that a future game will have apriltags posted on a moving game element. We should be prepared for this by adding support for apriltags without a...

enhancement

The JSON being put out for distortion coefficients is not formatted correctly (missing commas): ```` "dist": [[ 2.96051672e+01 -1.15858321e+04 -1.79874268e+00 -1.79700977e+00 4.78984685e+05]] ```` Looks like some of the sample files...

`pip install apriltag` requires cmake to be installed, so on Ubuntu, we had to `sudo apt install cmake`. `requirements.txt` and the documentation are missing two pip dependencies: `imutils` and `flask_opencv_streamer`

bug
documentation