add javadoc style comment for command group
authorShaina Chen <shaina.sierra@gmail.com>
Tue, 16 Feb 2016 19:20:31 +0000 (11:20 -0800)
committerShaina Chen <shaina.sierra@gmail.com>
Tue, 16 Feb 2016 19:20:31 +0000 (11:20 -0800)
src/org/usfirst/frc/team3501/robot/commands/auton/LiftRobot.java

index 89d52533b9c1aaeb057f647b43d646d3610e639a..dcf2095293c978f11363496871020834c02e537e 100755 (executable)
@@ -7,6 +7,13 @@ import org.usfirst.frc.team3501.robot.commands.scaler.StopWinch;
 
 import edu.wpi.first.wpilibj.command.CommandGroup;
 
+/***
+ * This command group runs the winch to lift robot.
+ * Requires Scaler
+ * 
+ * @author shaina
+ *
+ */
 public class LiftRobot extends CommandGroup {
 
   public LiftRobot() {