robotpy / mostrobotpy

Official Repository of python implementation of WPILib components
https://robotpy.github.io
Other
9 stars 9 forks source link

Make AprilTagDetection.Point unpackable #97

Closed auscompgeek closed 3 days ago

auscompgeek commented 3 days ago

AprilTagDetection.Point is plain old data. Make it unpackable like Translation2d, and behave more similarly to a namedtuple.