@Autonomous(name="Auton TF Test",
group="TEST")
public class AutonTFTest
extends com.qualcomm.robotcore.eventloop.opmode.LinearOpMode
Modifier and Type | Field and Description |
---|---|
private TensorFlowManager.TFLocation |
location |
private com.qualcomm.robotcore.util.ElapsedTime |
runtime |
private TensorFlowManager |
visionManager |
Constructor and Description |
---|
AutonTFTest() |
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 TensorFlowManager visionManager
private TensorFlowManager.TFLocation location