X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunFlyWheelContinuous.java;h=ff4f65960c69a50ad6114e7993260aa131bee7ff;hp=2ae906c7be9753d2ba15de5b2994ccf765273a06;hb=09e509d3b1f6e73a06d62e41c5a959e6eed2e5c6;hpb=d7042bec1cddc809132fcc233ba3320b0b6681d9 diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java index 2ae906c..ff4f659 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java @@ -36,7 +36,7 @@ public class RunFlyWheelContinuous extends Command { this.wheelController.setDoneRange(0.5); this.wheelController.setMaxOutput(1.0); this.wheelController.setMinDoneCycles(3); - this.target = this.shooter.CURRENT_SHOOTING_SPEED; + this.target = this.shooter.getCurrentShootingSpeed(); } @Override