add Motor value in constants
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / StopWinch.java
index 903f22b94488c57bb6bdee942894ef6f4b40e084..892d2ddfb2c726a90814d39bc7c0b2c00a1ba344 100644 (file)
@@ -15,6 +15,8 @@ import edu.wpi.first.wpilibj.command.Command;
 public class StopWinch extends Command {
 
   public StopWinch() {
+    requires(Robot.getClimber());
+
   }
 
   @Override