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