Skip to content

Commit

Permalink
fix comment from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maxspier committed Oct 19, 2024
1 parent 6a5164e commit 069de95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/team766/orin/GetApriltagPoseData.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public static ArrayList<AprilTag> getAllTags() {
return apriltags; // Can just return an array of zero apriltags here
}

if (tagData.length / 3 != tagIds.length) return apriltags;

int counter = 0;
for (int i = 0; i < tagIds.length; i++) {
AprilTag tag =
Expand Down

0 comments on commit 069de95

Please sign in to comment.