Skip to content

Commit

Permalink
Workshop 9/26
Browse files Browse the repository at this point in the history
  • Loading branch information
ControlsNarwhal committed Sep 27, 2023
1 parent 022b584 commit ac81ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/frc/team3128/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -527,13 +527,13 @@ public static class ElevatorConstants {
public static final double kV = 0;
public static final double kG = 0.625;

public static final double MIN_DIST = 0; //Ask Charlie
public static final double MAX_DIST = 64; //Ask Charlie
public static final double MIN_DIST = 5; //Ask Charlie
public static final double MAX_DIST = 55; //Ask Charlie

public static final double GEAR_RATIO = 12.5;
public static final double SPOOL_CIRCUMFERENCE = 3 * Math.PI;

public static final int CURRENT_LIMIT = 40;
public static final int CURRENT_LIMIT = 80;
}

public static class BalanceConstants{
Expand Down

0 comments on commit ac81ba4

Please sign in to comment.