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
We need to (re)implement AprilTag odometry in this project. To do so, you should reference the PhotonVision Example for pose estimation. The example provides a Vision class, which we want to adapt to our IO class structure.
This means a Vision class, and a CameraIO interface (with RealCamera and SimCamera implementations). The IO classes should encapsulate the PhotonCamera, PhotonCameraSim, VisionSystemSim, etc.
The text was updated successfully, but these errors were encountered:
We need to (re)implement AprilTag odometry in this project. To do so, you should reference the PhotonVision Example for pose estimation. The example provides a Vision class, which we want to adapt to our IO class structure.
This means a Vision class, and a CameraIO interface (with RealCamera and SimCamera implementations). The IO classes should encapsulate the PhotonCamera, PhotonCameraSim, VisionSystemSim, etc.
The text was updated successfully, but these errors were encountered: