Skip to content

Commit

Permalink
Modified some constants (so that is more healthy for robot)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imeanbusiness committed Feb 26, 2024
1 parent 4393a9a commit d20a279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/constants/ElevatorConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class ElevatorConstants {
public static final double MOTOR_MAX_STEPS = 0.1575;
public static final double MOTOR_MIN_STEPS = -0.025;

public static final double MOTOR_TEMP_STEPS = 0.001;
public static final double MOTOR_TEMP_STEPS = 0.02;
public static final double MOTOR_TEMPDROP_SPEED = -0.1;
public static final double MOTOR_TEMPDROP_DELAY = 0.5;
}
Expand Down

0 comments on commit d20a279

Please sign in to comment.