add corrections
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheelContinuous.java
index cb56bf42f4e2b1b53cbbaf35a0e3c15bd8c29293..2f1b9fecc07f90795dd0c5a7acaf038a86e05d1c 100644 (file)
@@ -38,7 +38,7 @@ public class RunIndexWheelContinuous extends Command {
   // Called repeatedly when this Command is scheduled to run
   @Override
   protected void execute() {
-    shooter.setIndexWheelMotorVal(shooter.DEFAULT_INDEXING_SPEED);
+    shooter.runIndexWheelForward();
   }
 
   // Called once after isFinished returns true