The Knights of Ni 2024
CenterStage Off-season Documentation
Loading...
Searching...
No Matches
org.firstinspires.ftc.teamcode.Auto.Auto Class Referenceabstract

Auto creates a robot and runs it in auto mode. More...

Inheritance diagram for org.firstinspires.ftc.teamcode.Auto.Auto:
org.firstinspires.ftc.teamcode.Auto.AutoBlueLeft org.firstinspires.ftc.teamcode.Auto.AutoBlueRight org.firstinspires.ftc.teamcode.Auto.AutoLeftPark org.firstinspires.ftc.teamcode.Auto.AutoRedLeft org.firstinspires.ftc.teamcode.Auto.AutoRedRight org.firstinspires.ftc.teamcode.Auto.AutoRightPark org.firstinspires.ftc.teamcode.Testop.CraneCalibration org.firstinspires.ftc.teamcode.Testop.Drive.BackwardDriveTest org.firstinspires.ftc.teamcode.Testop.Drive.CurvedStrafeDriveTest org.firstinspires.ftc.teamcode.Testop.Drive.EncoderTest org.firstinspires.ftc.teamcode.Testop.Drive.ForwardDriveTest org.firstinspires.ftc.teamcode.Testop.Drive.PurePursuit org.firstinspires.ftc.teamcode.Testop.Drive.StrafeDriveTest org.firstinspires.ftc.teamcode.Testop.Drive.TurnDriveTest org.firstinspires.ftc.teamcode.Testop.Drive.TwoCommandDriveTest org.firstinspires.ftc.teamcode.Testop.Drive.VectorDriveTest org.firstinspires.ftc.teamcode.Testop.Drive.VectorDriveTest2 org.firstinspires.ftc.teamcode.Testop.ExtendShoulderTest org.firstinspires.ftc.teamcode.Testop.IMUDirectionalTest org.firstinspires.ftc.teamcode.Testop.VisionTestBlue org.firstinspires.ftc.teamcode.Testop.VisionTestRed

Public Member Functions

void initAuto (AllianceColor allianceColor)
 Initializes the robot class and sets the robot as the newly initialized robot.
 
void adjustPosition (MarkerDetectionPipeline.MarkerLocation location)
 

Public Attributes

Robot robot
 The robot class in the op mode.
 
ElapsedTime timer
 
ArmMovementThread controlThread
 

Static Public Attributes

static final float mmPerInch = (float) Drive.mmPerInch
 Number of millimeters per an inch.
 

Detailed Description

Auto creates a robot and runs it in auto mode.

See also
LinearOpMode

Member Function Documentation

◆ initAuto()

void org.firstinspires.ftc.teamcode.Auto.Auto.initAuto ( AllianceColor allianceColor)

Initializes the robot class and sets the robot as the newly initialized robot.

Parameters
allianceColorThe alliance color

The documentation for this class was generated from the following file: