@Autonomous(name="Depot: Drop + Sample + Marker",
group="Depot")
@Disabled
public class AutonDepot
extends com.qualcomm.robotcore.eventloop.opmode.LinearOpMode
Modifier and Type | Field and Description |
---|---|
private boolean |
bargin |
private int |
barginID |
private boolean |
cantTouch |
private int |
cantTouchID |
private boolean |
einstein |
private int |
einsteinID |
private boolean |
ground |
private int |
groundID |
private HardwareTank |
robot |
private com.qualcomm.robotcore.util.ElapsedTime |
runtime |
private SoundManager |
soundManager |
Constructor and Description |
---|
AutonDepot() |
Modifier and Type | Method and Description |
---|---|
void |
runOpMode()
Runs the autonomous routine.
|
handleLoop, idle, init_loop, init, internalPostInitLoop, internalPostLoop, isStarted, isStopRequested, loop, opModeIsActive, sleep, start, stop, waitForNextHardwareCycle, waitForStart, waitOneFullHardwareCycle
private com.qualcomm.robotcore.util.ElapsedTime runtime
private HardwareTank robot
private SoundManager soundManager
private boolean bargin
private boolean cantTouch
private boolean einstein
private boolean ground
private int barginID
private int cantTouchID
private int einsteinID
private int groundID