competition fixes
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / subsystems / Shooter.java
index ab36fddee10a8be135c5589ef4c1a8b5baa8d0e2..5711b2696ca632e6e790920f5a97057a2660f34b 100644 (file)
@@ -20,8 +20,8 @@ public class Shooter extends Subsystem {
   private static final double RPM_THRESHOLD = 10;
   private static final double DEFAULT_INDEXING_MOTOR_VALUE = 0.75;
   private static final double REVERSE_FLYWHEEL_MOTOR_VALUE = -0.75;
-  private static final double DEFAULT_SHOOTING_SPEED = 2700; // rpm
-  private static final double SHOOTING_SPEED_INCREMENT = 50;
+  private static final double DEFAULT_SHOOTING_SPEED = 2875; // rpm
+  private static final double SHOOTING_SPEED_INCREMENT = 25;
 
   private double targetShootingSpeed = DEFAULT_SHOOTING_SPEED;
   private double currentShooterMotorValue = 0;