From 11fa322f5922f7d432c0db927c77ec061c44eb81 Mon Sep 17 00:00:00 2001 From: Michael Mikovsky Date: Mon, 19 Jan 2026 18:34:14 -0700 Subject: [PATCH] Autos Continued --- simgui-ds.json | 11 +++++++++-- .../pathplanner/autos/{New Auto.auto => Test.auto} | 0 .../java/frc4388/robot/constants/BuildConstants.java | 10 +++++----- 3 files changed, 14 insertions(+), 7 deletions(-) rename src/main/deploy/pathplanner/autos/{New Auto.auto => Test.auto} (100%) diff --git a/simgui-ds.json b/simgui-ds.json index 3407179..4a63cc1 100644 --- a/simgui-ds.json +++ b/simgui-ds.json @@ -62,7 +62,8 @@ 44, 46, 47 - ] + ], + "povCount": 0 }, { "axisConfig": [ @@ -84,7 +85,13 @@ 261, 269, 267 - ] + ], + "povCount": 0 + }, + { + "axisCount": 0, + "buttonCount": 0, + "povCount": 0 } ] } diff --git a/src/main/deploy/pathplanner/autos/New Auto.auto b/src/main/deploy/pathplanner/autos/Test.auto similarity index 100% rename from src/main/deploy/pathplanner/autos/New Auto.auto rename to src/main/deploy/pathplanner/autos/Test.auto diff --git a/src/main/java/frc4388/robot/constants/BuildConstants.java b/src/main/java/frc4388/robot/constants/BuildConstants.java index 260cfa6..1221bcf 100644 --- a/src/main/java/frc4388/robot/constants/BuildConstants.java +++ b/src/main/java/frc4388/robot/constants/BuildConstants.java @@ -7,12 +7,12 @@ public final class BuildConstants { public static final String MAVEN_GROUP = ""; public static final String MAVEN_NAME = "2026KPopRobotHunters"; public static final String VERSION = "unspecified"; - public static final int GIT_REVISION = 11; - public static final String GIT_SHA = "d30c807b0735998c3181d2fa0c83fde4ab9b3a6c"; - public static final String GIT_DATE = "2026-01-19 14:17:15 MST"; + public static final int GIT_REVISION = 12; + public static final String GIT_SHA = "7c8593a9f72fe5515886c9d6c122b14789652210"; + public static final String GIT_DATE = "2026-01-19 15:21:40 MST"; public static final String GIT_BRANCH = "Autorotate"; - public static final String BUILD_DATE = "2026-01-19 15:17:53 MST"; - public static final long BUILD_UNIX_TIME = 1768861073727L; + public static final String BUILD_DATE = "2026-01-19 18:33:26 MST"; + public static final long BUILD_UNIX_TIME = 1768872806551L; public static final int DIRTY = 1; private BuildConstants(){}