Skip to content

Commit

Permalink
changed current limit from 30 to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
hamburger73 committed Feb 7, 2025
1 parent ae8cee1 commit f093dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/maps/ColdStart.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public ElevatorMap getElevatorMap() {
rightMotor.getMotorController().configure(configRight, ResetMode.kResetSafeParameters,
PersistMode.kPersistParameters);
configLeft.voltageCompensation(11.5);
configLeft.smartCurrentLimit(30);
configLeft.smartCurrentLimit(50);
configLeft.encoder.velocityConversionFactor(((1 / 22.2) * Math.PI * 1.75) * 60);
// Gear reduction is 22.2 sprocket diameter is 1.75 inches
configLeft.encoder.positionConversionFactor(((1 / 22.2) * Math.PI * 1.75) * 2);
Expand Down

0 comments on commit f093dad

Please sign in to comment.