photonvision-docs icon indicating copy to clipboard operation
photonvision-docs copied to clipboard

Docs for PhotonVision, a free open-source vision processing software for FRC teams.

Results 35 photonvision-docs issues
Sort by recently updated
recently updated
newest added

https://docs.photonvision.org/en/latest/docs/programming/photonlib/using-target-data.html calls AprilTagFieldLayout.getTagPose(), which returns an Optional. It doesn't unwrap the optional before passing it to a function expecting a Pose3d.

bug

The docs recommend max error bits > 7 for tag family 36h11. However, the official AprilTag library does not support values >3. https://github.com/AprilRobotics/apriltag/blob/4a689cc13cfe1f3b31f7ea6f07575364e65b2c90/apriltag.c#L261-L267 Where did this recommendation come from? https://docs.photonvision.org/en/latest/docs/apriltag-pipelines/2D-tracking-tuning.html#max-error-bits

Updates simulation example walkthrough pages for new simulation functionality. Currently only includes Java. - `simaimandrange` - [x] Background + video - [x] Walkthrough - `swervedriveposeestsim` - [x] Background + video...

Document that you should use python 3.11 and install (insert packages here)

Install: Split into C++/Java, and then Python. Python instructions should basically be: 1) install robotpy like their docs say 2) pip install photonlibpy on your local PC 3) Follow their...

docs

Add another power option and notes that pi 5 may need more power. Add more wiring information for CSI cameras. Update warning about supported cameras.

Documentation is behind recent changes.

https://github.com/PhotonVision/photonvision-docs/blob/9204b9c044086256edb97cb414150cb59591fff6/source/docs/contributing/photonvision/build-instructions.rst?plain=1#L13 New UI requires Node 16+ to work