change name of LowerDrawBridge to PassDrawBridge and add pre and post condition comments
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / DefaultAutonStrategy.java
index 594e42faac2a93a80759ce23c8a35ca61aacfde9..ce2b7fb72c41a7da3558ebcea815e8d313c24df9 100755 (executable)
@@ -46,7 +46,7 @@ public class DefaultAutonStrategy extends CommandGroup {
 
     case DRAWBRIDGE:
 
-      addSequential(new LowerDrawBridge());
+      addSequential(new PassDrawBridge());
 
     case MOAT: