-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TSP] Move Bind() to Start #28
base: master
Are you sure you want to change the base?
Commits on Nov 2, 2024
-
Assert that version checking won't throw on startup (PhotonVision#1512)
# Overview Previously if the coproc came up later, getProperty would return the string literal "null", which made us print the BFW. Add tests to make sure that we don't do that anymore by rebooting a sim coproc + robot in a combination of different orders.
Configuration menu - View commit details
-
Copy full SHA for 7a4ea3d - Browse repository at this point
Copy the full SHA 7a4ea3dView commit details -
Signed-off-by: Jade Turner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75e2498 - Browse repository at this point
Copy the full SHA 75e2498View commit details -
Create TSP Server in C++ photonlib (PhotonVision#1516)
Automatically starts a TCP server in C++. Also adds warnings to Python.
Configuration menu - View commit details
-
Copy full SHA for fc8ecac - Browse repository at this point
Copy the full SHA fc8ecacView commit details
Commits on Nov 4, 2024
-
Add QuadThresholdParameters to AprilTag config (PhotonVision#1519)
This works around a change made to the default QuadThresholdParameters in the WPILib AprilTagDetector for 2025. wpilibsuite/allwpilib#6847
Configuration menu - View commit details
-
Copy full SHA for 625dacb - Browse repository at this point
Copy the full SHA 625dacbView commit details
Commits on Nov 5, 2024
-
Another config matching bug (PhotonVision#1518)
This is quite an odd issue/fix. So this is what happened... Photonvision booted with the camera connected and the camera was working... After a short time the camera stopped working (for some reason maybe static, maybe temp, maybe wiring, idk). During this time pv showed Jul 04 06:25:18 BackLeft java[643]: [2024-07-04 06:25:18] [CSCore - PvCSCoreLogger] [ERROR] CS: ERROR 40: ioctl VIDIOC_QBUF failed at UsbCameraImpl.cpp:723: Invalid argument (UsbUtil.cpp:156) Jul 04 06:25:18 BackLeft java[643]: [2024-07-04 06:25:18] [CSCore - PvCSCoreLogger] [WARN] CS: WARNING 30: BackLeft: could not queue buffer 0 (UsbCameraImpl.cpp:724) I went over and played with the wire. The camera fully disconnected but it ended up "reconnecting" When the camera was "reconnected" photonvision detected a "new camera" except this time with no otherpaths (aka no usb path, or by id path). That resulted in pv creating a new camera configuration for a camera with no otherpaths Cscore then started to report errors that look like it attempted to connect to the same camera twice This fixes it by filtering out USB cameras that have no otherpath on linux.
Configuration menu - View commit details
-
Copy full SHA for 5d55d21 - Browse repository at this point
Copy the full SHA 5d55d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b22cd - Browse repository at this point
Copy the full SHA a0b22cdView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a99a8e7 - Browse repository at this point
Copy the full SHA a99a8e7View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dcf0b3 - Browse repository at this point
Copy the full SHA 8dcf0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a842581 - Browse repository at this point
Copy the full SHA a842581View commit details -
Make install.sh run the version from photon-image-modifier. (PhotonVi…
…sion#1531) We've moved the install script to photon-image-modifier. This updates the install script in photonvision to just download and run the install.sh from photon-image-modifier.
Configuration menu - View commit details
-
Copy full SHA for 58a0597 - Browse repository at this point
Copy the full SHA 58a0597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 150561a - Browse repository at this point
Copy the full SHA 150561aView commit details
Commits on Nov 8, 2024
-
Add license to jars (PhotonVision#1530)
Fixes GPL violation, the license has been missing since 2024. This also puts licenses in as many JARs and native library archives as possible (for good measure.)
Configuration menu - View commit details
-
Copy full SHA for 04ec99f - Browse repository at this point
Copy the full SHA 04ec99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf1c7e - Browse repository at this point
Copy the full SHA 4cf1c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for db2ea33 - Browse repository at this point
Copy the full SHA db2ea33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8073a80 - Browse repository at this point
Copy the full SHA 8073a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7a57d - Browse repository at this point
Copy the full SHA 0d7a57dView commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec6f8a0 - Browse repository at this point
Copy the full SHA ec6f8a0View commit details