-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 2025 field and apriltags (#7634)
Column in Field Drawings is labeled X-Rotation, but I believe it should be Y-Rotation so have reflected that here. We'll fix in a TU if this is correct.
- Loading branch information
1 parent
11a0c36
commit b65f159
Showing
11 changed files
with
480 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
apriltag/src/main/native/resources/edu/wpi/first/apriltag/2024-crescendo.csv
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
apriltag/src/main/native/resources/edu/wpi/first/apriltag/2025-reefscape.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
ID,X,Y,Z,Z-Rotation,X-Rotation | ||
1,657.37,25.8,58.5,126,0 | ||
2,657.37,291.2,58.5,234,0 | ||
3,455.15,317.15,51.25,270,0 | ||
4,365.2,241.64,73.54,0,30 | ||
5,365.2,75.39,73.54,0,30 | ||
6,530.49,130.17,12.13,300,0 | ||
7,546.87,158.5,12.13,0,0 | ||
8,530.49,186.83,12.13,60,0 | ||
9,497.77,186.83,12.13,120,0 | ||
10,481.39,158.5,12.13,180,0 | ||
11,497.77,130.17,12.13,240,0 | ||
12,33.51,25.8,58.5,54,0 | ||
13,33.51,291.2,58.5,306,0 | ||
14,325.68,241.64,73.54,180,30 | ||
15,325.68,75.39,73.54,180,30 | ||
16,235.73,-0.15,51.25,90,0 | ||
17,160.39,130.17,12.13,240,0 | ||
18,144,158.5,12.13,180,0 | ||
19,160.39,186.83,12.13,120,0 | ||
20,193.1,186.83,12.13,60,0 | ||
21,209.49,158.5,12.13,0,0 | ||
22,193.1,130.17,12.13,300,0 |
Oops, something went wrong.