[photonlib-py] Begin implementing PhotonPoseEstimator in Python (#1178)

* [photonlib-py] Initial impl of PhotonPoseEstimator

---------

Co-authored-by: Matt <matthew.morley.ca@gmail.com>
This commit is contained in:
Ethan Wall
2024-01-21 07:57:32 -05:00
committed by GitHub
parent 57f02f31a5
commit 90773e0e4a
4 changed files with 591 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ setup(
install_requires=[
"wpilib<2025,>=2024.0.0b2",
"robotpy-wpimath<2025,>=2024.0.0b2",
"robotpy-apriltag<2025,>=2024.0.0b2",
"pyntcore<2025,>=2024.0.0b2",
],
description=descriptionStr,