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
As ATFLs are currently handled through the UI, there is no way to specify custom layouts in simulation with the existing API. See #1629.
An alternative to implementing ATFL subscribing would be to overwrite a PhotonCameraSim's stored ATFL that it uses for simulating multitag estimation manually or with an ATFL created from a VisionSystemSim's apriltag targets, but this seems a bit messy.
The text was updated successfully, but these errors were encountered:
photonvision/photon-lib/src/main/java/org/photonvision/simulation/PhotonCameraSim.java
Lines 84 to 85 in 782929b
photonvision/photon-lib/src/main/java/org/photonvision/simulation/PhotonCameraSim.java
Lines 525 to 527 in 782929b
As ATFLs are currently handled through the UI, there is no way to specify custom layouts in simulation with the existing API. See #1629.
An alternative to implementing ATFL subscribing would be to overwrite a
PhotonCameraSim
's stored ATFL that it uses for simulating multitag estimation manually or with an ATFL created from aVisionSystemSim
's apriltag targets, but this seems a bit messy.The text was updated successfully, but these errors were encountered: