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=5cb3ada2c93251a7b15c51842c8c0c27e7eb983b;hpb=c0860df7686073da86c6021170b168b5101e00a5;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 5cb3ada..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 in () for given time in seconds + * This command runs index wheel at a given speed for given time in seconds. * - * @param speed - * in () + * pre-condition: fly wheel is running at full speed to prepare for shooting + * fuel + * + * @param motorVal + * value range is from -1 to 1 * @param time * in seconds - * @author shaina + * @author Shaina */ public class RunIndexWheel extends Command { private double time;