mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
fixed auto score 1 to move arm back
This commit is contained in:
@@ -7,13 +7,13 @@
|
|||||||
{
|
{
|
||||||
"type": "named",
|
"type": "named",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Robot Rev Up"
|
"name": "Intake Extended"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "named",
|
"type": "named",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "Intake Retracted"
|
"name": "Robot Rev Up"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -7,12 +7,12 @@ public final class BuildConstants {
|
|||||||
public static final String MAVEN_GROUP = "";
|
public static final String MAVEN_GROUP = "";
|
||||||
public static final String MAVEN_NAME = "2026KPopRobotHunters";
|
public static final String MAVEN_NAME = "2026KPopRobotHunters";
|
||||||
public static final String VERSION = "unspecified";
|
public static final String VERSION = "unspecified";
|
||||||
public static final int GIT_REVISION = 127;
|
public static final int GIT_REVISION = 128;
|
||||||
public static final String GIT_SHA = "e1aa43d596bdcd524a75e05c72928658debd97a0";
|
public static final String GIT_SHA = "a769953c22bf4140820cc5a6e6457a2c0f57774a";
|
||||||
public static final String GIT_DATE = "2026-02-28 13:15:57 MST";
|
public static final String GIT_DATE = "2026-02-28 13:36:49 MST";
|
||||||
public static final String GIT_BRANCH = "shikhar-op-controls";
|
public static final String GIT_BRANCH = "shikhar-op-controls";
|
||||||
public static final String BUILD_DATE = "2026-02-28 13:31:13 MST";
|
public static final String BUILD_DATE = "2026-02-28 13:52:47 MST";
|
||||||
public static final long BUILD_UNIX_TIME = 1772310673146L;
|
public static final long BUILD_UNIX_TIME = 1772311967522L;
|
||||||
public static final int DIRTY = 1;
|
public static final int DIRTY = 1;
|
||||||
|
|
||||||
private BuildConstants(){}
|
private BuildConstants(){}
|
||||||
|
|||||||
Reference in New Issue
Block a user