mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
[fieldImages] Fix 2024 field json (#6179)
Field corners and field size were identical to 2023.
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
"field-image": "2024-field.png",
|
||||
"field-corners": {
|
||||
"top-left": [
|
||||
46,
|
||||
36
|
||||
113,
|
||||
25
|
||||
],
|
||||
"bottom-right": [
|
||||
1088,
|
||||
544
|
||||
1008,
|
||||
522
|
||||
]
|
||||
},
|
||||
"field-size": [
|
||||
54.27083,
|
||||
26.2916
|
||||
26.9375
|
||||
],
|
||||
"field-unit": "foot"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user