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

Commit

Permalink
fix: correct shooter rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Dec 17, 2023
1 parent 55e59f2 commit 4c80557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/team1540/bunnybotTank2023/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static class ShooterConstants {
public static final double KV = 0.113;

public static final double ERROR_TOLERANCE_RPM = 30;
public static final double SHOOTER_ACTIVE_RPM = 2200;
public static final double SHOOTER_ACTIVE_RPM = 2215;

public static final double MOI = 0.0014924622;
}
Expand Down

0 comments on commit 4c80557

Please sign in to comment.