X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunIndexWheelContinuous.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunIndexWheelContinuous.java;h=062da20f01a5dd73c36a3dcfcd34f2c227f9a420;hb=b6c65122a978685703718a9d0f1d8ee012cbf9c8;hp=cf200ebfdd2afcce5d5fc1fa95ee476c25a05cc9;hpb=6b2fc22f2340904faee55cf5c84c57f59188f1d9;p=3501%2F2017steamworks 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 cf200eb..062da20 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java @@ -3,6 +3,10 @@ package org.usfirst.frc.team3501.robot.commands.shooter; import org.usfirst.frc.team3501.robot.Robot; import org.usfirst.frc.team3501.robot.Constants; import org.usfirst.frc.team3501.robot.subsystems.Shooter; +<<<<<<< HEAD +======= + +>>>>>>> Remove getters for shift pistons import edu.wpi.first.wpilibj.Timer; import edu.wpi.first.wpilibj.command.Command; @@ -31,7 +35,11 @@ public class RunIndexWheelContinuous extends Command { @Override protected void initialize() { +<<<<<<< HEAD t.start(); +======= + t.reset(); +>>>>>>> Remove getters for shift pistons } @Override