new autos
This commit is contained in:
@@ -276,6 +276,7 @@ public class Auto21Ball_Front_Gate extends LinearOpMode {
|
|||||||
pathState = PathState.DRIVE_SHOOT1;
|
pathState = PathState.DRIVE_SHOOT1;
|
||||||
timeStamp = currentTime;
|
timeStamp = currentTime;
|
||||||
}
|
}
|
||||||
|
// TODO: add logic to shoot gate
|
||||||
break;
|
break;
|
||||||
case DRIVE_SHOOT_GATE:
|
case DRIVE_SHOOT_GATE:
|
||||||
if (!follower.isBusy() && currentTime - timeStamp > rapidWaitTime){
|
if (!follower.isBusy() && currentTime - timeStamp > rapidWaitTime){
|
||||||
|
|||||||
Reference in New Issue
Block a user