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 97070637f1bc5901fa8e2510a858b17354d72ac7..ce2b7fb72c41a7da3558ebcea815e8d313c24df9 100755 (executable)
@@ -42,11 +42,11 @@ public class DefaultAutonStrategy extends CommandGroup {
 
     case CHEVAL_DE_FRISE:
 
-      addSequential(new LowerChevalDeFrise());
+      addSequential(new PassChevalDeFrise());
 
     case DRAWBRIDGE:
 
-      addSequential(new LowerDrawBridge());
+      addSequential(new PassDrawBridge());
 
     case MOAT: