- Tape - Class in org.firstinspires.ftc.teamcode.legacy.hardware
-
Tape is the class that is used to define all of the hardware for a robot's hanging mechanism.
- Tape() - Constructor for class org.firstinspires.ftc.teamcode.legacy.hardware.Tape
-
Default constructor for Tape.
- Tape(LinearOpMode) - Constructor for class org.firstinspires.ftc.teamcode.legacy.hardware.Tape
-
Overloaded constructor for Tape.
- targetVisible - Variable in class org.firstinspires.ftc.teamcode.prototype.VuforiaPhoneTesting
-
- targetVisible - Variable in class org.firstinspires.ftc.teamcode.util.vision.VisionManager
-
- TeleopSlideMain - Class in org.firstinspires.ftc.teamcode.opmode
-
TeleopMain is the primary TeleOp OpMode for slide drivetrains.
- TeleopSlideMain() - Constructor for class org.firstinspires.ftc.teamcode.opmode.TeleopSlideMain
-
- TeleopSlideScaled - Class in org.firstinspires.ftc.teamcode.opmode
-
TeleopMain is the primary TeleOp OpMode for slide drivetrains.
- TeleopSlideScaled() - Constructor for class org.firstinspires.ftc.teamcode.opmode.TeleopSlideScaled
-
- TeleopSlideScaledTest - Class in org.firstinspires.ftc.teamcode.prototype
-
TeleopMain is the primary TeleOp OpMode for slide drivetrains.
- TeleopSlideScaledTest() - Constructor for class org.firstinspires.ftc.teamcode.prototype.TeleopSlideScaledTest
-
- TeleopSlideTest - Class in org.firstinspires.ftc.teamcode.opmode
-
TeleopMain is the primary TeleOp OpMode for slide drivetrains.
- TeleopSlideTest() - Constructor for class org.firstinspires.ftc.teamcode.opmode.TeleopSlideTest
-
- TeleopTank - Class in org.firstinspires.ftc.teamcode.legacy
-
TeleopTankMain is the primary TeleOp OpMode for tank drivetrains.
- TeleopTank() - Constructor for class org.firstinspires.ftc.teamcode.legacy.TeleopTank
-
- TeleopTankArcade - Class in org.firstinspires.ftc.teamcode.legacy
-
TeleopTankMain is the primary TeleOp OpMode for tank drivetrains.
- TeleopTankArcade() - Constructor for class org.firstinspires.ftc.teamcode.legacy.TeleopTankArcade
-
- TensorFlowManager - Class in org.firstinspires.ftc.teamcode.util.vision
-
This class handles the robot CV functions and makes TensorFlow easy in a single
OpMode.
- TensorFlowManager() - Constructor for class org.firstinspires.ftc.teamcode.util.vision.TensorFlowManager
-
Default constructor for TensorFlowManager.
- TensorFlowManager.TFDetector - Enum in org.firstinspires.ftc.teamcode.util.vision
-
Enum containing all possible detections of the minerals .
- TensorFlowManager.TFLocation - Enum in org.firstinspires.ftc.teamcode.util.vision
-
Enum containing all possible locations of the minerals .
- TFDetector(String) - Constructor for enum org.firstinspires.ftc.teamcode.util.vision.TensorFlowManager.TFDetector
-
- TFLocation(String, int, int, int, int) - Constructor for enum org.firstinspires.ftc.teamcode.util.vision.TensorFlowManager.TFLocation
-
- tfod - Variable in class org.firstinspires.ftc.teamcode.prototype.ConceptTensorFlowObjectDetection
-
- tfod - Variable in class org.firstinspires.ftc.teamcode.util.vision.TensorFlowManager
-
- TFOD_MODEL_ASSET - Static variable in class org.firstinspires.ftc.teamcode.prototype.ConceptTensorFlowObjectDetection
-
- TFOD_MODEL_ASSET - Static variable in class org.firstinspires.ftc.teamcode.util.vision.TensorFlowManager
-
Constants for TensorFlow detectors + Vuforia Key
- TICKS_PER_INCH - Static variable in class org.firstinspires.ftc.teamcode.hardware.Constants
-
Calculated inch per tick.
- TICKS_PER_INCH_MR - Static variable in class org.firstinspires.ftc.teamcode.hardware.Constants
-
- TICKS_PER_MOTOR_MR - Static variable in class org.firstinspires.ftc.teamcode.hardware.Constants
-
- TICKS_PER_MOTOR_REV - Static variable in class org.firstinspires.ftc.teamcode.hardware.Constants
-
Ticks per revolution for a NeverRest 40 and GoBilda.
- TILE_HYPOTENUSE - Static variable in class org.firstinspires.ftc.teamcode.FieldConstants
-
- TOUCH_SENSOR - Static variable in class org.firstinspires.ftc.teamcode.hardware.RCConfig
-
- turn(double, double, double) - Method in class org.firstinspires.ftc.teamcode.hardware.slidedrive.Drivetrain
-
Turn to a specified angle using an IMU.
- turn(double, double) - Method in class org.firstinspires.ftc.teamcode.legacy.hardware.tankdrive.Drivetrain
-
Turn to a specified angle using an IMU.
- TURN_SPEED - Static variable in class org.firstinspires.ftc.teamcode.hardware.Constants
-
Turn speed when using encoders.
- turnPID(int) - Method in class org.firstinspires.ftc.teamcode.hardware.slidedrive.Drivetrain
-
Turn to a specified angle accurately using a PID loop.
- turnPID(int) - Method in class org.firstinspires.ftc.teamcode.legacy.hardware.tankdrive.Drivetrain
-
Turn to a specified angle accurately using a PID loop.