mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
3a5057fc41
vision constants and implementation roller percent output operator controls update
20 lines
772 B
Java
20 lines
772 B
Java
package frc4388.robot.constants;
|
|
|
|
/**
|
|
* Automatically generated file containing build version information.
|
|
*/
|
|
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 = 65;
|
|
public static final String GIT_SHA = "7ec022bc7a2732fef46e2b0a7e5d5d31b88e1cde";
|
|
public static final String GIT_DATE = "2026-02-16 18:21:53 MST";
|
|
public static final String GIT_BRANCH = "operator-controls";
|
|
public static final String BUILD_DATE = "2026-02-17 19:45:30 MST";
|
|
public static final long BUILD_UNIX_TIME = 1771382730050L;
|
|
public static final int DIRTY = 1;
|
|
|
|
private BuildConstants(){}
|
|
}
|