Files
PhotonVision/photon-lib
amquake 2881741226 Fix false-positive vision estimation edgecase (#932)
> there is a problem if the found tags are a valid one plus an invalid tag, so eg it sees a tag but finds noise on the wall, and so lists tags 2 and 15. Lines 90-99 will ignore tag 15, and put 4 corners into the list. It will get past the test on line 100 (there are 4 corners). BUT then at line 106, there are 2 entries in visTags, so it will go to the "else" and try to use solvePNP_SQPNP().
2023-10-07 20:59:19 -04:00
..
2021-01-16 20:41:47 -08:00
2023-04-18 18:49:40 -04:00
2021-01-16 20:41:47 -08:00

PhotonLib

The vendor dependency for PhotonVision. Just add the vendor JSON to your robot project and you're good!