mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 08:48:05 -06:00
Finished autos
This commit is contained in:
@@ -189,7 +189,7 @@ public class RobotContainer {
|
||||
dir = new File("/home/lvuser/deploy/pathplanner/autos/");
|
||||
} else {
|
||||
// dir = new File("C:\\Users\\Ridgebotics\\Documents\\GitHub\\2025RidgeScape\\src\\main\\deploy\\pathplanner\\autos\\");
|
||||
dir = new File("C:\\Users\\Ridgebotics\\Documents\\GitHub\\2026KPopRobotHunters\\src\\main\\deploy\\pathplanner\\autos");
|
||||
dir = new File("C:\\Users\\Ridgebotics\\Documents\\GitHub\\2026KPopRobotHunters\\src\\main\\deploy\\pathplanner\\autos\\");
|
||||
}
|
||||
|
||||
String[] autos = dir.list();
|
||||
|
||||
@@ -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 = 12;
|
||||
public static final String GIT_SHA = "7c8593a9f72fe5515886c9d6c122b14789652210";
|
||||
public static final String GIT_DATE = "2026-01-19 15:21:40 MST";
|
||||
public static final int GIT_REVISION = 13;
|
||||
public static final String GIT_SHA = "11fa322f5922f7d432c0db927c77ec061c44eb81";
|
||||
public static final String GIT_DATE = "2026-01-19 18:34:14 MST";
|
||||
public static final String GIT_BRANCH = "Autorotate";
|
||||
public static final String BUILD_DATE = "2026-01-19 18:33:26 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1768872806551L;
|
||||
public static final String BUILD_DATE = "2026-01-19 19:39:28 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1768876768990L;
|
||||
public static final int DIRTY = 1;
|
||||
|
||||
private BuildConstants(){}
|
||||
|
||||
Reference in New Issue
Block a user