move setmotorvalues to execute and set wheels to constant speeds
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / subsystems / Shooter.java
index 73c1b23282356686b7475b9ba8b21692c0753504..ba0f51cefbf86e775efeb159feab757f2439eb78 100644 (file)
@@ -10,6 +10,7 @@ public class Shooter extends Subsystem {
   private static Shooter shooter;
   private final CANTalon flyWheel, indexWheel;
 
+  public static final double DEFAULT_INDEXING_SPEED = 0;
   public static final double DEFAULT_SHOOTING_SPEED = 0;
   public static double CURRENT_SHOOTING_SPEED;