X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2Fshooter%2FRunIndexWheel.java;h=6804c255b781c67c0609f9615a9eb6e921f61274;hb=db563572154ac55dff3d7bd777025ba3ff8ff261;hp=5d075313a4b2fe99555325ea4b45544faa2128fd;hpb=0e77dfdedd8fe92dc6d8fb4ce58682cf37b9542b;p=3501%2F2017steamworks diff --git a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java index 5d07531..6804c25 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java +++ b/src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java @@ -3,13 +3,16 @@ package org.usfirst.frc.team3501.robot.commands.shooter; import edu.wpi.first.wpilibj.command.Command; /** - * Runs index wheel at a given speed for given time in seconds + * This command runs index wheel at a given speed for given time in seconds. + * + * pre-condition: fly wheel is running at full speed to prepare for shooting + * fuel * * @param motorVal - * [-1,1] + * value range is from -1 to 1 * @param time * in seconds - * @author shaina + * @author Shaina */ public class RunIndexWheel extends Command { private double time;