Skip to content

Commit

Permalink
address PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maxspier committed Nov 6, 2024
1 parent f47c472 commit dda2b43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/team766/orin/GetApriltagPoseData.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public class GetApriltagPoseData {
public static ArrayList<AprilTag> getAllTags() {
ArrayList<AprilTag> apriltags = new ArrayList<AprilTag>();

int[] tagIds;
double[] tagData;

try {
Expand Down

0 comments on commit dda2b43

Please sign in to comment.