mirror of
https://github.com/Team4388/2026KPopRobotHunters.git
synced 2026-06-09 00:38:03 -06:00
Robot should be ready
This commit is contained in:
@@ -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 = 35;
|
||||
public static final String GIT_SHA = "684e18ddcc5438f14f05c5902506d14cc4cbab19";
|
||||
public static final String GIT_DATE = "2026-02-07 14:52:21 MST";
|
||||
public static final int GIT_REVISION = 36;
|
||||
public static final String GIT_SHA = "d90bddac0fff1c8f1bb6dd9a6b4a862c822a005a";
|
||||
public static final String GIT_DATE = "2026-02-09 17:03:48 MST";
|
||||
public static final String GIT_BRANCH = "arm-test";
|
||||
public static final String BUILD_DATE = "2026-02-09 16:43:56 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1770680636562L;
|
||||
public static final String BUILD_DATE = "2026-02-09 18:14:36 MST";
|
||||
public static final long BUILD_UNIX_TIME = 1770686076395L;
|
||||
public static final int DIRTY = 1;
|
||||
|
||||
private BuildConstants(){}
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
|
||||
package frc4388.robot.constants;
|
||||
|
||||
import com.ctre.phoenix6.CANBus;
|
||||
|
||||
import edu.wpi.first.apriltag.AprilTagFieldLayout;
|
||||
import edu.wpi.first.apriltag.AprilTagFields;
|
||||
import edu.wpi.first.math.Matrix;
|
||||
@@ -31,7 +33,8 @@ import frc4388.utility.structs.LEDPatterns;
|
||||
* constants are needed, to reduce verbosity.
|
||||
*/
|
||||
public final class Constants {
|
||||
public static final String CANBUS_NAME = "rio";
|
||||
public static final CANBus RIO_CANBUS = CANBus.roboRIO();
|
||||
public static final CANBus CANIVORE_CANBUS = new CANBus("drivetrain");
|
||||
|
||||
// public static final class LiDARConstants {
|
||||
// public static final int REEF_LIDAR_DIO_CHANNEL = 7;
|
||||
|
||||
Reference in New Issue
Block a user