You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current PhotonUtils class makes some assumptions about the camera's rotation relative to the robot, and does not support 3d geometry. Related issue: wpilibsuite/allwpilib#4757
I previously attempted to update this class (link) while testing with trigonometry calculations in simulation to handle 3d geometry, but I'm not sure what the best user API would look like.
Note: these calculations would be affected by #896 !
The text was updated successfully, but these errors were encountered:
The current
PhotonUtils
class makes some assumptions about the camera's rotation relative to the robot, and does not support 3d geometry. Related issue: wpilibsuite/allwpilib#4757I previously attempted to update this class (link) while testing with trigonometry calculations in simulation to handle 3d geometry, but I'm not sure what the best user API would look like.
Note: these calculations would be affected by #896 !
The text was updated successfully, but these errors were encountered: