Skip to content

Commit

Permalink
updated gear ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
StewardHail3433 committed Jan 20, 2024
1 parent d1590bd commit 34f0053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import edu.wpi.first.math.util.Units;

public class ShooterIOSparkMax implements ShooterIO {
private static final double GEAR_RATIO = 1.5;
private static final double GEAR_RATIO = 5.0;

private final CANSparkMax leader = new CANSparkMax(0, MotorType.kBrushless);
private final CANSparkMax follower = new CANSparkMax(1, MotorType.kBrushless);
Expand Down

0 comments on commit 34f0053

Please sign in to comment.