forked from PhotonVision/photonvision
-
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
Open
mcm001
wants to merge
17
commits into
master
Choose a base branch
from
20241108_tsp_bind_static
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
mcm001
commented
Nov 8, 2024
- Assert that version checking won't throw on startup (Assert that version checking won't throw on startup PhotonVision/photonvision#1512)
- Fix typos (Fix typos PhotonVision/photonvision#1508)
- Create TSP Server in C++ photonlib (Create TSP Server in C++ photonlib PhotonVision/photonvision#1516)
- Add QuadThresholdParameters to AprilTag config (Add QuadThresholdParameters to AprilTag config PhotonVision/photonvision#1519)
- Another config matching bug (Another config matching bug PhotonVision/photonvision#1518)
- Update docs to specify that WPILib JDK is required on Windows (Update docs to specify that WPILib JDK is required on Windows PhotonVision/photonvision#1522)
- Fixed Python code block being in C++ block (Fixed Python code block being in C++ block PhotonVision/photonvision#1527)
- Create FileLogger JNI (Create FileLogger JNI PhotonVision/photonvision#1517)
- Fix windows NPEs around exposure+klogs
- [TSP] Move Bind() to Start
# 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.
Signed-off-by: Jade Turner <[email protected]>
Automatically starts a TCP server in C++. Also adds warnings to Python.
This works around a change made to the default QuadThresholdParameters in the WPILib AprilTagDetector for 2025. wpilibsuite/allwpilib#6847
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.
…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.
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.)
mcm001
force-pushed
the
20241108_tsp_bind_static
branch
from
November 8, 2024 16:09
ca0c5d7
to
db2ea33
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.