photonlibpy 2025.1.1rc1__tar.gz → 2025.2.1.post8__tar.gz
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-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/PKG-INFO +2 -2
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/__init__.py +12 -4
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/__init__.py +8 -0
- photonlibpy-2025.2.1.post8/photonlibpy/targeting/__init__.py +13 -0
- photonlibpy-2025.2.1.post8/photonlibpy/version.py +2 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy.egg-info/PKG-INFO +2 -2
- photonlibpy-2025.2.1.post8/photonlibpy.egg-info/requires.txt +9 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/setup.py +9 -7
- photonlibpy-2025.1.1rc1/photonlibpy/targeting/__init__.py +0 -6
- photonlibpy-2025.1.1rc1/photonlibpy/version.py +0 -2
- photonlibpy-2025.1.1rc1/photonlibpy.egg-info/requires.txt +0 -9
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimatedRobotPose.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/__init__.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/cameraTargetRelation.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/openCVHelp.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/rotTrlTransform3d.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/targetModel.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/visionEstimation.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/MultiTargetPNPResultSerde.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/PhotonPipelineMetadataSerde.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/PhotonPipelineResultSerde.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/PhotonTrackedTargetSerde.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/PnpResultSerde.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/TargetCornerSerde.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/__init__.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/networktables/NTTopicSet.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/networktables/__init__.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/packet.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/photonCamera.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/photonPoseEstimator.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/py.typed +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/photonCameraSim.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/simCameraProperties.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/videoSimUtil.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/visionSystemSim.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/visionTargetSim.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/targeting/TargetCorner.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/targeting/multiTargetPNPResult.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/targeting/photonPipelineResult.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/targeting/photonTrackedTarget.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/timesync/__init__.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/timesync/timeSyncServer.py +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy.egg-info/SOURCES.txt +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy.egg-info/dependency_links.txt +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy.egg-info/top_level.txt +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/pyproject.toml +0 -0
- {photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
|
|
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.post8
|
4
|
+
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2025.2.1-8-g8d4024b8 .
|
5
5
|
Home-page: https://photonvision.org
|
6
6
|
Author: Photonvision Development Team
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -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
|
+
)
|
@@ -0,0 +1,13 @@
|
|
1
|
+
from .multiTargetPNPResult import MultiTargetPNPResult, PnpResult
|
2
|
+
from .photonPipelineResult import PhotonPipelineMetadata, PhotonPipelineResult
|
3
|
+
from .photonTrackedTarget import PhotonTrackedTarget
|
4
|
+
from .TargetCorner import TargetCorner
|
5
|
+
|
6
|
+
__all__ = (
|
7
|
+
"MultiTargetPNPResult",
|
8
|
+
"PnpResult",
|
9
|
+
"PhotonPipelineMetadata",
|
10
|
+
"PhotonPipelineResult",
|
11
|
+
"PhotonTrackedTarget",
|
12
|
+
"TargetCorner",
|
13
|
+
)
|
@@ -1,7 +1,7 @@
|
|
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.post8
|
4
|
+
Summary: Pure-python implementation of PhotonLib for interfacing with PhotonVision on coprocessors. Implemented with PhotonVision version v2025.2.1-8-g8d4024b8 .
|
5
5
|
Home-page: https://photonvision.org
|
6
6
|
Author: Photonvision Development Team
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -4,7 +4,9 @@ import subprocess
|
|
4
4
|
from setuptools import find_packages, setup
|
5
5
|
|
6
6
|
gitDescribeResult = (
|
7
|
-
subprocess.check_output(
|
7
|
+
subprocess.check_output(
|
8
|
+
["git", "describe", "--tags", "--match=v*", "--exclude=*rc*", "--always"]
|
9
|
+
)
|
8
10
|
.decode("utf-8")
|
9
11
|
.strip()
|
10
12
|
)
|
@@ -18,7 +20,7 @@ m = re.search(
|
|
18
20
|
# which should be PEP440 compliant
|
19
21
|
if m:
|
20
22
|
versionString = m.group(0)
|
21
|
-
# Hack -- for strings like v2024.1.1, do NOT add
|
23
|
+
# Hack -- for strings like v2024.1.1, do NOT add maturity/suffix
|
22
24
|
if len(m.group(2)) > 0:
|
23
25
|
print("using beta group matcher")
|
24
26
|
prefix = m.group(1)
|
@@ -59,11 +61,11 @@ setup(
|
|
59
61
|
version=versionString,
|
60
62
|
install_requires=[
|
61
63
|
"numpy~=2.1",
|
62
|
-
"wpilib<2026,>=2025.
|
63
|
-
"robotpy-wpimath<2026,>=2025.
|
64
|
-
"robotpy-apriltag<2026,>=2025.
|
65
|
-
"robotpy-cscore<2026,>=2025.
|
66
|
-
"pyntcore<2026,>=2025.
|
64
|
+
"wpilib<2026,>=2025.3.1",
|
65
|
+
"robotpy-wpimath<2026,>=2025.3.1",
|
66
|
+
"robotpy-apriltag<2026,>=2025.3.1",
|
67
|
+
"robotpy-cscore<2026,>=2025.3.1",
|
68
|
+
"pyntcore<2026,>=2025.3.1",
|
67
69
|
"opencv-python;platform_machine!='roborio'",
|
68
70
|
],
|
69
71
|
description=descriptionStr,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
# no one but us chickens
|
2
|
-
|
3
|
-
from .multiTargetPNPResult import MultiTargetPNPResult, PnpResult # noqa
|
4
|
-
from .photonPipelineResult import PhotonPipelineMetadata, PhotonPipelineResult # noqa
|
5
|
-
from .photonTrackedTarget import PhotonTrackedTarget # noqa
|
6
|
-
from .TargetCorner import TargetCorner # noqa
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/rotTrlTransform3d.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/targetModel.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/estimation/visionEstimation.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/PnpResultSerde.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/generated/TargetCornerSerde.py
RENAMED
File without changes
|
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/networktables/NTTopicSet.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/networktables/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/photonCameraSim.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/simCameraProperties.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/videoSimUtil.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/visionSystemSim.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/simulation/visionTargetSim.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/targeting/TargetCorner.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/targeting/multiTargetPNPResult.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/targeting/photonPipelineResult.py
RENAMED
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/targeting/photonTrackedTarget.py
RENAMED
File without changes
|
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy/timesync/timeSyncServer.py
RENAMED
File without changes
|
File without changes
|
{photonlibpy-2025.1.1rc1 → photonlibpy-2025.2.1.post8}/photonlibpy.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|