Skip to content

Commit

Permalink
Update PhotonSim.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MEFThunders7035 committed Feb 26, 2024
1 parent 323c39c commit dadbd32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/frc/robot/simulationSystems/PhotonSim.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ public static PhotonCameraSim getCameraSim() {
return cameraSim;
}

public static void addAprilTagWithID(int id) {}
public static void moveCameraSim(Pose2d pose) {
visionSim.update(pose);
}
}

0 comments on commit dadbd32

Please sign in to comment.