mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
Python tweaks (#1211)
* Increasing api parity with java/cpp by adding hasTargets * type hints fixed up * wpiFormat
This commit is contained in:
@@ -19,7 +19,7 @@ class EstimatedRobotPose:
|
||||
timestampSeconds: float
|
||||
"""The estimated time the frame used to derive the robot pose was taken"""
|
||||
|
||||
targetsUsed: [PhotonTrackedTarget]
|
||||
targetsUsed: list[PhotonTrackedTarget]
|
||||
"""A list of the targets used to compute this pose"""
|
||||
|
||||
strategy: "PoseStrategy"
|
||||
|
||||
Reference in New Issue
Block a user