@Autonomous(name="Slide: TEST PID STRAIGHT AND ROTATE ",
group="Test")
public class AutonTankPIDStraightTest
extends com.qualcomm.robotcore.eventloop.opmode.LinearOpMode
Modifier and Type | Field and Description |
---|---|
private HardwareSlide |
robot |
private com.qualcomm.robotcore.util.ElapsedTime |
runtime |
Constructor and Description |
---|
AutonTankPIDStraightTest() |
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 HardwareSlide robot