Add thumb button to send to RioLog/Drive console the current speed of the shooter...
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / ShooterTest.java
index a256bad47a5bde38097fd3df125f85765c9ed207..44a3686817620031770f3bd50df74bb08433d875 100644 (file)
@@ -16,7 +16,9 @@ public class ShooterTest extends Command {
 
   @Override
   protected void initialize() {
+
     Robot.shooter.setSpeed(0.5);
+
   }
 
   @Override