add comments for JoystickDrive command
authorMeryem Esa <meresa14@gmail.com>
Sat, 14 Jan 2017 19:28:58 +0000 (11:28 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Sat, 14 Jan 2017 23:01:53 +0000 (15:01 -0800)
src/org/usfirst/frc/team3501/robot/commands/driving/JoystickDrive.java

index d12614f06ca99b2fb64a1c03173f39037c453a7a..a56b1f3549a7b0017485fcd3764bd34b0a6249ff 100755 (executable)
@@ -6,7 +6,9 @@ import org.usfirst.frc.team3501.robot.Robot;
 import edu.wpi.first.wpilibj.command.Command;
 
 /**
- *
+ * This command will run throughout teleop and listens for joystick inputs to
+ * drive the driveTrain. This never finishes until teleop ends.
+ * - works in conjunction with OI.java
  */
 public class JoystickDrive extends Command {