add corrections
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheel.java
index 68383544bf95779ff7b7b79f887703b9a8942a83..89a0b9c2b00b106752e9462c3e064ef3a97ed906 100644 (file)
@@ -38,7 +38,7 @@ public class RunIndexWheel 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