photonlibpy 2025.2.1rc1__py3-none-any.whl → 2025.3.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- photonlibpy/py.typed +0 -1
- photonlibpy/simulation/photonCameraSim.py +2 -2
- photonlibpy/version.py +2 -2
- {photonlibpy-2025.2.1rc1.dist-info → photonlibpy-2025.3.2.dist-info}/METADATA +7 -7
- {photonlibpy-2025.2.1rc1.dist-info → photonlibpy-2025.3.2.dist-info}/RECORD +7 -7
- {photonlibpy-2025.2.1rc1.dist-info → photonlibpy-2025.3.2.dist-info}/WHEEL +0 -0
- {photonlibpy-2025.2.1rc1.dist-info → photonlibpy-2025.3.2.dist-info}/top_level.txt +0 -0
photonlibpy/py.typed
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
|
@@ -477,11 +477,11 @@ class PhotonCameraSim:
|
|
477
477
|
|
478
478
|
intrinsics = self.prop.getIntrinsics()
|
479
479
|
intrinsicsView = intrinsics.flatten().tolist()
|
480
|
-
self.ts.cameraIntrinsicsPublisher.set(intrinsicsView, receiveTimestamp_us)
|
480
|
+
self.ts.cameraIntrinsicsPublisher.set(list(intrinsicsView), receiveTimestamp_us)
|
481
481
|
|
482
482
|
distortion = self.prop.getDistCoeffs()
|
483
483
|
distortionView = distortion.flatten().tolist()
|
484
|
-
self.ts.cameraDistortionPublisher.set(distortionView, receiveTimestamp_us)
|
484
|
+
self.ts.cameraDistortionPublisher.set(list(distortionView), receiveTimestamp_us)
|
485
485
|
|
486
486
|
self.ts.heartbeatPublisher.set(self.heartbeatCounter, receiveTimestamp_us)
|
487
487
|
self.heartbeatCounter += 1
|
photonlibpy/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
PHOTONLIB_VERSION="2025.2
|
2
|
-
PHOTONVISION_VERSION="v2025.2
|
1
|
+
PHOTONLIB_VERSION="2025.3.2"
|
2
|
+
PHOTONVISION_VERSION="v2025.3.2"
|
@@ -1,17 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: photonlibpy
|
3
|
-
Version: 2025.2
|
4
|
-
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2025.2
|
3
|
+
Version: 2025.3.2
|
4
|
+
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2025.3.2 .
|
5
5
|
Home-page: https://photonvision.org
|
6
6
|
Author: Photonvision Development Team
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
8
8
|
Description-Content-Type: text/markdown
|
9
9
|
Requires-Dist: numpy~=2.1
|
10
|
-
Requires-Dist: wpilib<2026,>=2025.3.
|
11
|
-
Requires-Dist: robotpy-wpimath<2026,>=2025.3.
|
12
|
-
Requires-Dist: robotpy-apriltag<2026,>=2025.3.
|
13
|
-
Requires-Dist: robotpy-cscore<2026,>=2025.3.
|
14
|
-
Requires-Dist: pyntcore<2026,>=2025.3.
|
10
|
+
Requires-Dist: wpilib<2026,>=2025.3.2
|
11
|
+
Requires-Dist: robotpy-wpimath<2026,>=2025.3.2
|
12
|
+
Requires-Dist: robotpy-apriltag<2026,>=2025.3.2
|
13
|
+
Requires-Dist: robotpy-cscore<2026,>=2025.3.2
|
14
|
+
Requires-Dist: pyntcore<2026,>=2025.3.2
|
15
15
|
Requires-Dist: opencv-python; platform_machine != "roborio"
|
16
16
|
|
17
17
|
A Pure-python implementation of PhotonLib
|
@@ -3,8 +3,8 @@ photonlibpy/estimatedRobotPose.py,sha256=X7wF9xdPXGKSVy0MY0qrWZJOEbuZPd721lYp0KX
|
|
3
3
|
photonlibpy/packet.py,sha256=5YomViVFwOljL2FGOetWM9FbPc_yCQ15ylzkYlgLIs8,9724
|
4
4
|
photonlibpy/photonCamera.py,sha256=r5dH2S4ZcwiBDrpK58aHULrifIA0Tqr4iJp94My75A0,13006
|
5
5
|
photonlibpy/photonPoseEstimator.py,sha256=2iMqxPFsQHTsq95yv-WCSv1a6wXNcHPqOyMc4Bu6IG0,12584
|
6
|
-
photonlibpy/py.typed,sha256=
|
7
|
-
photonlibpy/version.py,sha256=
|
6
|
+
photonlibpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
photonlibpy/version.py,sha256=SAchXEI4wYx6RIgKL3e_khs4gaDfnKLfyzylwj_RIgk,62
|
8
8
|
photonlibpy/estimation/__init__.py,sha256=pZ-d6fN1DJvT-lRl4FfIos5HAvlzmetIOrGIinrdv7k,223
|
9
9
|
photonlibpy/estimation/cameraTargetRelation.py,sha256=i7DPBXtkZve4ToXQscEIe-5F1oGQ1Qmf5QBaE__EeMQ,1158
|
10
10
|
photonlibpy/estimation/openCVHelp.py,sha256=O1dV7v7RHSyw7l5L0QXbal6t9K7iyvEG76tG-t4AFVg,12388
|
@@ -21,7 +21,7 @@ photonlibpy/generated/__init__.py,sha256=mElM8M88---wxTWO-SRqIJ4EfxN0fdIUwZBZ-UI
|
|
21
21
|
photonlibpy/networktables/NTTopicSet.py,sha256=29wPgXcuqT-u72-YXwSjRHWhECNzU8eDsexcqlA8KQ0,2967
|
22
22
|
photonlibpy/networktables/__init__.py,sha256=o_LxTdyIylAszMy_zhUtTkXHyu6jqxccccj78d44OrI,35
|
23
23
|
photonlibpy/simulation/__init__.py,sha256=HazsBMXg1HT8TnyxYO8QI9NXwZOrtuCSytnTdquLBKw,358
|
24
|
-
photonlibpy/simulation/photonCameraSim.py,sha256=
|
24
|
+
photonlibpy/simulation/photonCameraSim.py,sha256=24AcbAjWEfGBAhuIXuTuISb9uM0lLtgMdqSGZvJGPjg,19992
|
25
25
|
photonlibpy/simulation/simCameraProperties.py,sha256=ODVxnylF8zw9HZSbw0PzG_OEtUo9ChRo-G_iEgADOCg,27195
|
26
26
|
photonlibpy/simulation/videoSimUtil.py,sha256=xMuTvJ2Jx9IoQqmAJi_zUm06MdEwhVpIz9OyzYQp0k4,29
|
27
27
|
photonlibpy/simulation/visionSystemSim.py,sha256=GmKs0d32WE8B020YEWnj-0dQuCnVv1ScGdcFl1fOsKo,13835
|
@@ -33,7 +33,7 @@ photonlibpy/targeting/photonPipelineResult.py,sha256=MbaSyHZTJpoKTtLOZztpSGSt9xW
|
|
33
33
|
photonlibpy/targeting/photonTrackedTarget.py,sha256=zCoFp32hX-3GmBYEmsYBQieBoMzXtP2F_55_q0zPOXA,1956
|
34
34
|
photonlibpy/timesync/__init__.py,sha256=pECFraHRZC2Dl4x4OrmhW8oWkawP68pCb-Y61dZycJs,25
|
35
35
|
photonlibpy/timesync/timeSyncServer.py,sha256=0d76uHBS_Jo3etvougdZHapbRrbb31iu-jlf8h9U_QQ,3194
|
36
|
-
photonlibpy-2025.2.
|
37
|
-
photonlibpy-2025.2.
|
38
|
-
photonlibpy-2025.2.
|
39
|
-
photonlibpy-2025.2.
|
36
|
+
photonlibpy-2025.3.2.dist-info/METADATA,sha256=I2o8AX_j0PMkvUCz4lawZ2jWyupx2Gjk_86XymhBa3U,721
|
37
|
+
photonlibpy-2025.3.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
38
|
+
photonlibpy-2025.3.2.dist-info/top_level.txt,sha256=T8Xc6U6he2VjKUAca6zawSkHdUZuLanxYIc4nxw2ctc,12
|
39
|
+
photonlibpy-2025.3.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|