Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit cb53412

Browse files
committed
Update to PhotonLib dev-v2023.3.0-6-g0255798d
1 parent 244e7be commit cb53412

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

gen/PhotonCamera.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ classes:
1616
inputSaveImgSubscriber:
1717
outputSaveImgEntry:
1818
outputSaveImgSubscriber:
19-
pipelineIndexEntry:
20-
ledModeEntry:
19+
pipelineIndexPub:
20+
pipelineIndexSub:
21+
ledModePub:
22+
ledModeSub:
2123
versionEntry:
2224
driverModeSubscriber:
2325
driverModePublisher:

gen/PhotonPoseEstimator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ classes:
2222
SetPoseStrategy:
2323
GetReferencePose:
2424
SetReferencePose:
25+
GetRobotToCameraTransform:
26+
SetRobotToCameraTransform:
2527
SetLastPose:
2628
Update:
2729
GetCamera:

gen/RobotPoseEstimator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ extra_includes:
44

55
enums:
66
PoseStrategy:
7+
ignore: true # duplicated in PhotonPoseEstimator.h
78
classes:
89
RobotPoseEstimator:
910
force_type_casters:

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
22
requires = [
33
"robotpy-build<2024,>=2023.0.0",
4-
"pyntcore~=2023.2.1",
5-
"robotpy-apriltag~=2023.2.1",
6-
"robotpy-wpimath~=2023.2.1",
7-
"wpilib~=2023.2.1",
4+
"pyntcore~=2023.3.2",
5+
"robotpy-apriltag~=2023.3.2",
6+
"robotpy-wpimath~=2023.3.2",
7+
"wpilib~=2023.3.2",
88
]
99

1010
[tool.robotpy-build.metadata]
@@ -15,10 +15,10 @@ author_email = "[email protected]"
1515
url = "https://github.com/robotpy/robotpy-photonvision"
1616
license = "MIT"
1717
install_requires = [
18-
"pyntcore<2024.0.0,>=2023.2.1",
19-
"robotpy-apriltag<2024.0.0,>=2023.2.1",
20-
"robotpy-wpimath<2024.0.0,>=2023.2.1",
21-
"wpilib<2024.0.0,>=2023.2.1",
18+
"pyntcore<2024.0.0,>=2023.3.2",
19+
"robotpy-apriltag<2024.0.0,>=2023.3.2",
20+
"robotpy-wpimath<2024.0.0,>=2023.3.2",
21+
"wpilib<2024.0.0,>=2023.3.2",
2222
]
2323

2424
[tool.robotpy-build]
@@ -27,8 +27,8 @@ base_package = "photonvision"
2727
[tool.robotpy-build.static_libs."photonlib".maven_lib_download]
2828
artifact_id = "PhotonLib-cpp"
2929
group_id = "org.photonvision"
30-
repo_url = "https://maven.photonvision.org/repository/internal"
31-
version = "v2023.3.0"
30+
repo_url = "https://maven.photonvision.org/repository/snapshots"
31+
version = "dev-v2023.3.0-6-g0255798d"
3232

3333
libs = ["Photon"]
3434

0 commit comments

Comments
 (0)