public abstract class TeleOpTest extends TeleOp
TeleOpTest
class is a base class that acts as a 'dummy' tele op. Everything
is exactly the same between a TeleOp
and a TeleOpTest
, except that a
tele op test program outputs the forward and clockwise motor powers to the screen of the
driver station phone, instead of actually controlling any motors.Constructor and Description |
---|
TeleOpTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
setMovement()
Sets the instantaneous movement of the robot based on readings from the joysticks.
|
createControlLayout, getControlLayout, initializeOpMode, main, mainLoop
getRobot, setRobot
runOpMode
init_loop, init, loop, opModeIsActive, sleep, start, stop, waitForNextHardwareCycle, waitForStart, waitOneFullHardwareCycle
protected void setMovement()
TeleOp
setMovement
in class TeleOp