Matt
|
f6e3c9b3ee
|
Fix desync between web UI and NT (#778)
Actually calls VisionModule::setPipeline when changing pipelines (needed to change video modes)
|
2023-01-29 23:30:34 -05:00 |
|
Matt
|
087429dab9
|
[Workaround] Publish rawBytes as periodic (#707)
Closes #704 -- addressed by upstream PR https://github.com/wpilibsuite/allwpilib/pull/4903 (not released yet)
|
2023-01-06 17:53:19 -05:00 |
|
Nick Hadley
|
0f427bb52b
|
Update PhotonCamera error messages to be more specific (#697)
Closes #692
|
2023-01-05 19:28:32 -05:00 |
|
Chris Gerth
|
aaa886bd73
|
Java-side bugfixes for RobotPoseEstimator and PhotonCamera (#685)
Closes #684
Closes #683
Closes #681
Closes #680
Closes #678
|
2023-01-01 22:40:48 -05:00 |
|
Chris Gerth
|
d0bf64af6c
|
Convert input/output image save to integers (#664)
Changes image saving technique to use integers, not booleans
|
2022-12-30 22:48:28 -05:00 |
|
Lavi Arzi
|
8330bf9d92
|
Expose camera name in PhotonCamera (#523)
Co-authored-by: Matt <matthew.morley.ca@gmail.com>
|
2022-12-25 00:01:57 -05:00 |
|
shueja-personal
|
bb63af601d
|
Update to wpilib 2023 beta 7 (#607)
We now need platform specific jars -- reworks actions to support that. Currently only generates 32 bit pi images.
|
2022-12-16 20:05:23 -05:00 |
|
Noah
|
7dd1719fbd
|
Expose NT entry change time in PhotonLib (#562)
Adds target change timestamp to PhotonPipelineResult
Co-authored-by: Matt <matthew.morley.ca@gmail.com>
|
2022-11-07 13:09:55 -05:00 |
|
Matt
|
def40484e3
|
Add delay to version check (#466)
Rate limits version check spam print
Co-authored-by: Chris Gerth <gerth2@users.noreply.github.com>
|
2022-10-21 20:53:28 -04:00 |
|
Matt
|
9090aa6bcc
|
Add version verification disable switch in photonlib (#437)
|
2022-02-28 07:37:52 -05:00 |
|
Matt
|
b2a3f34433
|
Fix version verification with non-default networktable (#407)
Adds version verification to c++ too
|
2022-01-24 12:38:45 -05:00 |
|
Tyler Veness
|
9893cf1f7e
|
Update photonlib and photonlib example license headers to MIT (#395)
|
2022-01-20 22:35:28 -05:00 |
|
Tyler Veness
|
46fa17dfd8
|
Upgrade spotless and shadow (#385)
Fixes Log4J vulnerability
|
2022-01-10 11:56:45 -08:00 |
|
icemannie
|
1522adaa0e
|
Remove pipeline index/driver mode/led mode caching in PhotonCamera
|
2021-12-15 12:16:09 -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 |
|
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 |
|