Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
fix: Reduce shooter speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenheroux committed Apr 4, 2024
1 parent 2fb0e6e commit d5fa243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/shooter/ShooterConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class SerializerConstants {
/** Constants for the flywheel motor used in the shooter subsystem. */
public static class FlywheelConstants {
/** Velocity to apply while shooting into the speaker in rotations per second. */
public static final double SPEAKER_VELOCITY = 26;
public static final double SPEAKER_VELOCITY = 24;

/** Velocity to apply while passing in rotations per second. */
public static final double PASS_VELOCTY = 44;
Expand Down

0 comments on commit d5fa243

Please sign in to comment.