Delete StopWinch and Climber subsystem, edit javadoc comments
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / StopWinch.java
index 2c99adc7bd4aa2185aa87fab3fb31b64546bf35b..45ae19efee0860cb2d32beb995cdedc8e1e96990 100644 (file)
@@ -13,11 +13,9 @@ import edu.wpi.first.wpilibj.command.Command;
 public class StopWinch extends Command {
 
   public StopWinch() {
-<<<<<<< HEAD
+
     requires(Robot.getDriveTrain());
-=======
     requires(Robot.getClimber());
->>>>>>> add Motor value in constants
 
   }