Skip to content

Commit

Permalink
increase autoZeroMaxCurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
StewardHail3433 committed Jun 1, 2024
1 parent e49f59e commit fb6a5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/config/RobotConfigInferno.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public RobotConfigInferno() {
ClimberConstants.maxPositionInRadians = 27.875;
ClimberConstants.defaultSpeedInVolts = 12.0;
ClimberConstants.autoZeroVoltage = 2.0;
ClimberConstants.autoZeroMaxCurrent = 16;
ClimberConstants.autoZeroMaxCurrent = 18;
ClimberConstants.autoZeroMinVelocity = 1.0;
ClimberConstants.autoZeroExtendTimeInSeconds = 0.5;
ClimberConstants.autoZeroMaxRetractTimeInSeconds =
Expand Down

0 comments on commit fb6a5f5

Please sign in to comment.