Skip to content

Commit

Permalink
idk how that got in there
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan1522 committed Dec 18, 2024
1 parent 9b2d52e commit bbb9fc8
Show file tree
Hide file tree
Showing 21 changed files with 6 additions and 1,409 deletions.
12 changes: 6 additions & 6 deletions src/main/java/frc/robot/BuildConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ public final class BuildConstants {
public static final String MAVEN_GROUP = "";
public static final String MAVEN_NAME = "4829-BaseRobotCode";
public static final String VERSION = "unspecified";
public static final int GIT_REVISION = 13;
public static final String GIT_SHA = "c9b53f77ffe5d9294a84e77fe471839907a42770";
public static final String GIT_DATE = "2024-11-20 17:53:15 EST";
public static final int GIT_REVISION = 15;
public static final String GIT_SHA = "9b2d52efc94f51550c86781dc4d51112afc44b13";
public static final String GIT_DATE = "2024-12-16 17:53:23 EST";
public static final String GIT_BRANCH = "ExamplesYay";
public static final String BUILD_DATE = "2024-12-06 16:29:40 EST";
public static final long BUILD_UNIX_TIME = 1733520580115L;
public static final int DIRTY = 0;
public static final String BUILD_DATE = "2024-12-18 17:41:48 EST";
public static final long BUILD_UNIX_TIME = 1734561708416L;
public static final int DIRTY = 1;

private BuildConstants(){}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ public interface ElevatorInterface {
@AutoLog
public static class ElevatorInputs {
public double leaderMotorPosition = 0.0;
public double leaderMotorAppliedVolts = 0.0;

public double followerMotorPosition = 0.0;
public double followerMotorAppliedVolts = 0.0;
}

public default void updateInputs(ElevatorInputs inputs) {}
Expand Down
184 changes: 0 additions & 184 deletions src/main/java/frc/robot/subsystems/intake/IntakeThing/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

102 changes: 0 additions & 102 deletions src/main/java/frc/robot/subsystems/intake/IntakeThing/build.gradle

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit bbb9fc8

Please sign in to comment.