From f1836e1321352f188cb65797bc9ca5c9cf5ed784 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 8 Jan 2024 19:27:55 -0800 Subject: [PATCH] [fieldImages] Fix 2024 field json (#6179) Field corners and field size were identical to 2023. --- .../resources/edu/wpi/first/fields/2024-crescendo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fieldImages/src/main/native/resources/edu/wpi/first/fields/2024-crescendo.json b/fieldImages/src/main/native/resources/edu/wpi/first/fields/2024-crescendo.json index 32650381bc..9a1cbf3de4 100644 --- a/fieldImages/src/main/native/resources/edu/wpi/first/fields/2024-crescendo.json +++ b/fieldImages/src/main/native/resources/edu/wpi/first/fields/2024-crescendo.json @@ -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" }