X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunFlyWheel.java;h=bb3fbccf56de701b1b56691b876517bb2b92f562;hp=d68b13eca0b71d3cc3024769ac8f56777da1cbbe;hb=8c09ecc2c94fac9c2e04c4fcf35dadd3a10e094e;hpb=cf77d84e212b20171a5a3397b26fe7f98f4ba460 diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java index d68b13e..bb3fbcc 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java @@ -8,8 +8,9 @@ import org.usfirst.frc.team3501.robot.utils.PIDController; import edu.wpi.first.wpilibj.command.Command; /** - * This command runs the fly wheel at a given speed for a given time. The fly - * wheel is intended to shoot balls fed by the intake wheel. + * This command runs the fly wheel at a specific speed using a PID Controller + * for accuracy for a given time. The fly wheel is intended to shoot balls fed + * by the intake wheel. * * @author Shaina & Chris */