photonlibpy 2025.1.1rc1__py3-none-any.whl → 2025.2.1__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/__init__.py +12 -4
- photonlibpy/simulation/__init__.py +8 -0
- photonlibpy/targeting/__init__.py +12 -5
- photonlibpy/version.py +2 -2
- {photonlibpy-2025.1.1rc1.dist-info → photonlibpy-2025.2.1.dist-info}/METADATA +7 -7
- {photonlibpy-2025.1.1rc1.dist-info → photonlibpy-2025.2.1.dist-info}/RECORD +8 -8
- {photonlibpy-2025.1.1rc1.dist-info → photonlibpy-2025.2.1.dist-info}/WHEEL +0 -0
- {photonlibpy-2025.1.1rc1.dist-info → photonlibpy-2025.2.1.dist-info}/top_level.txt +0 -0
photonlibpy/__init__.py
CHANGED
@@ -22,7 +22,15 @@
|
|
22
22
|
# SOFTWARE.
|
23
23
|
#
|
24
24
|
|
25
|
-
from .estimatedRobotPose import EstimatedRobotPose
|
26
|
-
from .packet import Packet
|
27
|
-
from .photonCamera import PhotonCamera
|
28
|
-
from .photonPoseEstimator import PhotonPoseEstimator, PoseStrategy
|
25
|
+
from .estimatedRobotPose import EstimatedRobotPose
|
26
|
+
from .packet import Packet
|
27
|
+
from .photonCamera import PhotonCamera
|
28
|
+
from .photonPoseEstimator import PhotonPoseEstimator, PoseStrategy
|
29
|
+
|
30
|
+
__all__ = (
|
31
|
+
"EstimatedRobotPose",
|
32
|
+
"Packet",
|
33
|
+
"PhotonCamera",
|
34
|
+
"PhotonPoseEstimator",
|
35
|
+
"PoseStrategy",
|
36
|
+
)
|
@@ -3,3 +3,11 @@ from .simCameraProperties import SimCameraProperties
|
|
3
3
|
from .videoSimUtil import VideoSimUtil
|
4
4
|
from .visionSystemSim import VisionSystemSim
|
5
5
|
from .visionTargetSim import VisionTargetSim
|
6
|
+
|
7
|
+
__all__ = (
|
8
|
+
"PhotonCameraSim",
|
9
|
+
"SimCameraProperties",
|
10
|
+
"VideoSimUtil",
|
11
|
+
"VisionSystemSim",
|
12
|
+
"VisionTargetSim",
|
13
|
+
)
|
@@ -1,6 +1,13 @@
|
|
1
|
-
|
1
|
+
from .multiTargetPNPResult import MultiTargetPNPResult, PnpResult
|
2
|
+
from .photonPipelineResult import PhotonPipelineMetadata, PhotonPipelineResult
|
3
|
+
from .photonTrackedTarget import PhotonTrackedTarget
|
4
|
+
from .TargetCorner import TargetCorner
|
2
5
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
6
|
+
__all__ = (
|
7
|
+
"MultiTargetPNPResult",
|
8
|
+
"PnpResult",
|
9
|
+
"PhotonPipelineMetadata",
|
10
|
+
"PhotonPipelineResult",
|
11
|
+
"PhotonTrackedTarget",
|
12
|
+
"TargetCorner",
|
13
|
+
)
|
photonlibpy/version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
PHOTONLIB_VERSION="2025.
|
2
|
-
PHOTONVISION_VERSION="v2025.
|
1
|
+
PHOTONLIB_VERSION="2025.2.1"
|
2
|
+
PHOTONVISION_VERSION="v2025.2.1"
|
@@ -1,17 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: photonlibpy
|
3
|
-
Version: 2025.1
|
4
|
-
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2025.
|
3
|
+
Version: 2025.2.1
|
4
|
+
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2025.2.1 .
|
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.
|
11
|
-
Requires-Dist: robotpy-wpimath<2026,>=2025.
|
12
|
-
Requires-Dist: robotpy-apriltag<2026,>=2025.
|
13
|
-
Requires-Dist: robotpy-cscore<2026,>=2025.
|
14
|
-
Requires-Dist: pyntcore<2026,>=2025.
|
10
|
+
Requires-Dist: wpilib<2026,>=2025.3.1
|
11
|
+
Requires-Dist: robotpy-wpimath<2026,>=2025.3.1
|
12
|
+
Requires-Dist: robotpy-apriltag<2026,>=2025.3.1
|
13
|
+
Requires-Dist: robotpy-cscore<2026,>=2025.3.1
|
14
|
+
Requires-Dist: pyntcore<2026,>=2025.3.1
|
15
15
|
Requires-Dist: opencv-python; platform_machine != "roborio"
|
16
16
|
|
17
17
|
A Pure-python implementation of PhotonLib
|
@@ -1,10 +1,10 @@
|
|
1
|
-
photonlibpy/__init__.py,sha256=
|
1
|
+
photonlibpy/__init__.py,sha256=nPUL143Q0VAdgE4L1U-xRkodvoU4a76w5lu_1iDVJjI,1413
|
2
2
|
photonlibpy/estimatedRobotPose.py,sha256=X7wF9xdPXGKSVy0MY0qrWZJOEbuZPd721lYp0KXKlP0,1603
|
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
6
|
photonlibpy/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
7
|
-
photonlibpy/version.py,sha256=
|
7
|
+
photonlibpy/version.py,sha256=U5S3mVGpuhCcgNqFwtm9ekxAvT7n1zgt7C_1LJXrM8I,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
|
@@ -20,20 +20,20 @@ photonlibpy/generated/TargetCornerSerde.py,sha256=FJ6rPTGlwpp6ORUYU-y09xaZxBFlV1
|
|
20
20
|
photonlibpy/generated/__init__.py,sha256=mElM8M88---wxTWO-SRqIJ4EfxN0fdIUwZBZ-UIGuRw,428
|
21
21
|
photonlibpy/networktables/NTTopicSet.py,sha256=29wPgXcuqT-u72-YXwSjRHWhECNzU8eDsexcqlA8KQ0,2967
|
22
22
|
photonlibpy/networktables/__init__.py,sha256=o_LxTdyIylAszMy_zhUtTkXHyu6jqxccccj78d44OrI,35
|
23
|
-
photonlibpy/simulation/__init__.py,sha256=
|
23
|
+
photonlibpy/simulation/__init__.py,sha256=HazsBMXg1HT8TnyxYO8QI9NXwZOrtuCSytnTdquLBKw,358
|
24
24
|
photonlibpy/simulation/photonCameraSim.py,sha256=K4NW9kvyPFtjqvank11YDOdxTQrJzx0OuzTY9oIMUDI,19980
|
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
|
28
28
|
photonlibpy/simulation/visionTargetSim.py,sha256=FH85fKE4NntowUvssfgZ1KlE-I_3Z-QuAgb2bFqvfdY,2219
|
29
29
|
photonlibpy/targeting/TargetCorner.py,sha256=ouKj3E5uD76OZSNHHuSDzKOY65a8HqtcOsuejH-MVsU,276
|
30
|
-
photonlibpy/targeting/__init__.py,sha256=
|
30
|
+
photonlibpy/targeting/__init__.py,sha256=OxxkBvBa6sFdjG7T1hO8CwBkRHk6GYdXbVhVgYfW7Gc,402
|
31
31
|
photonlibpy/targeting/multiTargetPNPResult.py,sha256=Y9rweHtMzoCZ6mv6F8CutQi2Thq5pHN0ydBWvTCsOwY,806
|
32
32
|
photonlibpy/targeting/photonPipelineResult.py,sha256=MbaSyHZTJpoKTtLOZztpSGSt9xWWFqhzgwj8medObVA,2732
|
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.1.
|
37
|
-
photonlibpy-2025.1.
|
38
|
-
photonlibpy-2025.1.
|
39
|
-
photonlibpy-2025.1.
|
36
|
+
photonlibpy-2025.2.1.dist-info/METADATA,sha256=Tm0UfX_jKY9jO_XH-z8B4L5Avz3OkCIXnMC_bswzWFg,721
|
37
|
+
photonlibpy-2025.2.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
38
|
+
photonlibpy-2025.2.1.dist-info/top_level.txt,sha256=T8Xc6U6he2VjKUAca6zawSkHdUZuLanxYIc4nxw2ctc,12
|
39
|
+
photonlibpy-2025.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|