Skip to content

Commit

Permalink
Automated deploy commit at 04/06/2024 11:48:33
Browse files Browse the repository at this point in the history
  • Loading branch information
RHR2713 committed Apr 6, 2024
1 parent 1f5d521 commit b49094e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public static final class ShooterConstants {
public static final double MASS_KG = 0.83461;
public static final double MOI = 0.0001;
public static final PIDFFGains SHOOTER_GAINS =
PIDFFGains.builder().name("Shooter Controller").kP(0.0).kV(0.000157).build();
PIDFFGains.builder().name("Shooter Controller").kP(0.0).kV(0.000158).build();
}

@UtilityClass
Expand Down

0 comments on commit b49094e

Please sign in to comment.