@Autonomous(name="Shooter Test")
public class ShooterTest
extends com.qualcomm.robotcore.eventloop.opmode.LinearOpMode
Constructor and Description |
---|
ShooterTest() |
Modifier and Type | Method and Description |
---|---|
void |
runOpMode() |
void |
shootThreeRings(double flywheelSpeed,
int numRings,
long speedUpWaitTime,
long pushRingWaitTime,
long readyIndexerWaitTime,
long stopWaitTime) |
handleLoop, idle, init_loop, init, internalPostInitLoop, internalPostLoop, isStarted, isStopRequested, loop, opModeIsActive, sleep, start, stop, waitForStart
Robot robot
public void runOpMode()
runOpMode
in class com.qualcomm.robotcore.eventloop.opmode.LinearOpMode
public void shootThreeRings(double flywheelSpeed, int numRings, long speedUpWaitTime, long pushRingWaitTime, long readyIndexerWaitTime, long stopWaitTime)