Delete methods in Shooter subsystem, add shooter getter method
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheel.java
index 5cb3ada2c93251a7b15c51842c8c0c27e7eb983b..6804c255b781c67c0609f9615a9eb6e921f61274 100644 (file)
@@ -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;