Skip to content

Commit

Permalink
Disable PhotonVision version check (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjust authored Jan 24, 2024
1 parent ae3ffa9 commit 90c46e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public VisionSubsystem(PropertyFactory pf, RobotAssertionManager assertionManage
// of errors. Some sort of VisionReady in the ElectricalContract may also make sense. Similarly,
// we need to handle cases like not having the AprilTag data loaded.

PhotonCameraExtended.setVersionCheckEnabled(false);
forwardAprilCamera = new PhotonCameraExtended("forwardAprilCamera");
rearAprilCamera = new PhotonCameraExtended("rearAprilCamera");

Expand Down

0 comments on commit 90c46e7

Please sign in to comment.