icemannie
|
1522adaa0e
|
Remove pipeline index/driver mode/led mode caching in PhotonCamera
|
2021-12-15 12:16:09 -05:00 |
|
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 |
|
Matt
|
0977fd0dff
|
Update PacketTest.java (#301)
Adds unit test to make sure the packet structure doesn't change
|
2021-10-16 09:42:21 -04:00 |
|
Tyler Veness
|
f8def88e4d
|
Rename tests to appease wpiformat (#290)
|
2021-09-23 21:13:04 -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 |
|
Tyler Veness
|
6767781a41
|
Update photonlib vendordep JSON URL (#281)
|
2021-09-01 05:11:03 -07:00 |
|
Banks T
|
9cf5c77d69
|
CI test fix (#280)
Addresses OOM in CI
|
2021-08-31 20:27:51 -07:00 |
|
Matt
|
3948650e6c
|
[photonlib] Fix C++ compilation errors (#266)
Properly builds linux athena artifacts and fixes vendor JSON bug
|
2021-03-28 14:36:03 -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 |
|
Vasista Vovveti
|
f9fd7a0b45
|
Handle GetLatestResult segfault (#259)
* Handle GetLatestResult segfault
* Update PhotonCamera.cpp
* Update PhotonCamera.cpp
|
2021-03-21 16:29:29 -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 |
|