mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Fix deprecation warnings in PhotonLib examples (#1699)
The following deprecation warnings have been fixed: - `SwerveModuleState.optimize(desiredState, currentRotation);`, which is now an instance method - `AprilTagFields.kDefaultField.loadAprilTagLayoutField();`, which is now `AprilTagFieldLayout.loadField(AprilTagFields.kDefaultField);` WIP: - [x] C++ - [x] Python
This commit is contained in:
1
photon-lib/py/enableUsingDevBuilds.sh
Executable file
1
photon-lib/py/enableUsingDevBuilds.sh
Executable file
@@ -0,0 +1 @@
|
||||
python3 -m pip config set global.find-links dist
|
||||
Reference in New Issue
Block a user