teleop
Abstract
introduction
Parameter list
Defining gamepad
robot.gamepad1
.update()//Update the state
.keyPress("a",Runnable)//Press a to run the runnable method
.keyUp("b",Runnable)//Release b to run the runnable method
.keyDown("x",Runnable)//Keep pressing x to keep the runnable method running
.keyToggle("y",Runnable1, Runnable2)//Press y to switch
;Field coordinate system
Gamepad stick curve
Last updated