Tyler Veness
|
5a13739818
|
Remove unused private variable (#317)
|
2021-11-21 20:30:03 -05:00 |
|
Tyler Veness
|
5ca39e7f84
|
Upgrade to Gradle 7.2 and WPILib 2022 (#316)
|
2021-11-21 20:22:56 -05:00 |
|
Matt
|
7e74da5cff
|
Make photonlib complain if versions don't match (#302)
Adds messages if Photon isn't detected or major versions don't match
|
2021-10-18 22:31:18 -04:00 |
|
Tyler Veness
|
798b8e398a
|
Remove hasTargets member variable and fix docs warnings (#283)
hasTargets is redundant because the same information can be obtained by
checking the size of the targets array.
|
2021-09-03 22:19:38 -04:00 |
|
Tyler Veness
|
affb27038b
|
Fix uninitialized variables in PhotonPipelineResult (#282)
If the default constructor is used, some member variables weren't properly initialized.
|
2021-09-02 20:48:05 -07:00 |
|
Banks T
|
9cf5c77d69
|
CI test fix (#280)
Addresses OOM in CI
|
2021-08-31 20:27:51 -07:00 |
|
Banks T
|
1e715ce4bb
|
Sim target sorting and "easy" NT entries (#262)
* Typo fixes, add target sorting
* Add easy NT entries
* spotttttttttttttttttlessssssssssssss
* Run wpiformat
* Fix return on no targets
* formatting hell 2 electric boogaloo
Co-authored-by: Matt <matthew.morley.ca@gmail.com>
|
2021-03-23 12:47:26 -04:00 |
|
Matt
|
b653fc7db1
|
deprecate hasTargets (#252)
hasTargets has the potential to allow users to inadvertantly create NPEs.
|
2021-02-23 15:07:31 -05:00 |
|
Matt
|
2e1b3d0f83
|
Add Photonlib (#231)
Merges Photonlib into Photonvision, along with the Photonlib code examples. Also creates a new PhotonTargeting library teams can depend on.
|
2021-01-16 20:41:47 -08:00 |
|