X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunIndexWheelContinuous.java;h=cb56bf42f4e2b1b53cbbaf35a0e3c15bd8c29293;hp=adcd1a618df4b8f614824574952871d7c75f455b;hb=135022bce3be160d803dc6d297f5b9139a7afb31;hpb=5e93f30897a0c337c7c970d5829e00c4979dd32a diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java index adcd1a6..cb56bf4 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java @@ -44,6 +44,7 @@ public class RunIndexWheelContinuous extends Command { // Called once after isFinished returns true @Override protected void end() { + shooter.stopIndexWheel(); } // Called when another command which requires one or more of the same