A C D E F G H I J K L M N O P R S T V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Accel - Variable in class frc.robot.hardware.RobotHardware
-
Built-in accelerometer
- activeMode - Variable in class frc.robot.Robot
- autonomousDisable() - Method in class frc.robot.programs.interfaces.AutonomousInterface
-
call this function once to run autonomous disable code.
- autonomousDisable() - Method in class frc.robot.programs.NewAuto
- autonomousDisable() - Method in class frc.robot.programs.ObservedTeleop
- autonomousDisable() - Method in class frc.robot.programs.SupersonicTrain
- autonomousInit() - Method in class frc.robot.programs.interfaces.AutonomousInterface
-
call this function once to run autonomous init code.
- autonomousInit() - Method in class frc.robot.programs.NewAuto
- autonomousInit() - Method in class frc.robot.programs.ObservedTeleop
- autonomousInit() - Method in class frc.robot.programs.SupersonicTrain
- autonomousInit() - Method in class frc.robot.programs.WillAuto
- autonomousInit() - Method in class frc.robot.Robot
-
This autonomous (along with the chooser code above) shows how to select between different autonomous modes using the dashboard.
- AutonomousInterface - Class in frc.robot.programs.interfaces
-
Use this when writing an autonomous program
- AutonomousInterface(RobotHardware, String) - Constructor for class frc.robot.programs.interfaces.AutonomousInterface
-
Use this when writing a Autonomous program
- AutonomousInterface(RobotHardware, String, boolean) - Constructor for class frc.robot.programs.interfaces.AutonomousInterface
- AutonomousInterface(RobotHardware, String, boolean, int) - Constructor for class frc.robot.programs.interfaces.AutonomousInterface
- AutonomousInterface(RobotHardware, String, int) - Constructor for class frc.robot.programs.interfaces.AutonomousInterface
- autonomousPeriodic() - Method in class frc.robot.programs.interfaces.AutonomousInterface
-
call this function repeatedly to run autonomous periodic code.
- autonomousPeriodic() - Method in class frc.robot.programs.NewAuto
- autonomousPeriodic() - Method in class frc.robot.programs.ObservedTeleop
- autonomousPeriodic() - Method in class frc.robot.programs.SupersonicTrain
- autonomousPeriodic() - Method in class frc.robot.programs.WillAuto
- autonomousPeriodic() - Method in class frc.robot.Robot
-
This function is called periodically during autonomous.
- autonomousProgram - Variable in class frc.robot.Robot
- autonomousPrograms - Variable in class frc.robot.Robot
C
- cannon - Variable in class frc.robot.hardware.RobotHardware
-
Spark Cannon
- cannon - Variable in class frc.robot.programs.interfaces.RobotState
- clearStickyFaults() - Method in class frc.robot.hardware.Pneumatics
- climber - Variable in class frc.robot.hardware.Pneumatics
- clip(double, double, double) - Method in class frc.robot.hardware.RobotHardware
-
Clips the value to fit inbetween the minimum and maximum values
- Color(Number[]) - Constructor for class frc.robot.hardware.Limelight.Color
- compressor - Variable in class frc.robot.hardware.Pneumatics
- Compressor2(int, PneumaticsModuleType) - Constructor for class frc.robot.hardware.Pneumatics.Compressor2
- Compressor2(PneumaticsModuleType) - Constructor for class frc.robot.hardware.Pneumatics.Compressor2
- CustomMecanumTeleop - Class in frc.robot.programs
-
This program performs a basic mecanum drive using a custom algorithim
- CustomMecanumTeleop(RobotHardware) - Constructor for class frc.robot.programs.CustomMecanumTeleop
-
This program performs a basic mecanum drive using a custom algorithim
D
- Default - Variable in class frc.robot.programs.interfaces.AutonomousInterface
-
Is the defualt Autonomous Program
- Default - Variable in class frc.robot.programs.interfaces.TeleopInterface
-
If this is the defualt Teleop Program
- Default - Variable in class frc.robot.programs.interfaces.TestInterface
-
Is the defualt Test Program
- disabledInit() - Method in class frc.robot.Robot
-
This function is called once when the robot is disabled.
- disabledPeriodic() - Method in class frc.robot.Robot
-
This function is called periodically when disabled.
- displayName - Variable in class frc.robot.programs.interfaces.AutonomousInterface
-
This is what will show up in the smartDashboard
- displayName - Variable in class frc.robot.programs.interfaces.TeleopInterface
-
This is what will show up in the smartDashboard
- displayName - Variable in class frc.robot.programs.interfaces.TestInterface
-
This is what will show up in the smartDashboard
- Drive(double, double) - Method in class frc.robot.hardware.RobotHardware.MecanumDrivetrain
- Drive(double, double, double) - Method in class frc.robot.hardware.RobotHardware.MecanumDrivetrain
-
Classic Mecanum Drive
- drivetrain - Variable in class frc.robot.hardware.RobotHardware
-
use this for the provided mecanum drive
E
- elapsedTime - Variable in class frc.robot.programs.interfaces.AutonomousInterface
-
Used to get the elapsed time
- elapsedTime - Variable in class frc.robot.programs.interfaces.TeleopInterface
-
Used to get the elapsed time
- elapsedTime - Variable in class frc.robot.programs.interfaces.TestInterface
-
Used to get the elapsed time
- enable() - Method in class frc.robot.hardware.Pneumatics.Compressor2
- enable(boolean) - Method in class frc.robot.hardware.Pneumatics.Compressor2
- enable(double, double) - Method in class frc.robot.hardware.Pneumatics.Compressor2
F
- frc.robot - package frc.robot
- frc.robot.hardware - package frc.robot.hardware
- frc.robot.programs - package frc.robot.programs
- frc.robot.programs.interfaces - package frc.robot.programs.interfaces
- frontLeft - Variable in class frc.robot.hardware.RobotHardware
-
Front Left brushless motor (ID: 1)
- frontLeft - Variable in class frc.robot.programs.interfaces.RobotState
- frontRight - Variable in class frc.robot.hardware.RobotHardware
-
Front Right brushless motor (ID: 3)
- frontRight - Variable in class frc.robot.programs.interfaces.RobotState
G
- gamepad1 - Variable in class frc.robot.programs.interfaces.AutonomousInterface
-
Gamepad1 device
- gamepad1 - Variable in class frc.robot.programs.interfaces.TeleopInterface
-
Gamepad1 device
- gamepad1 - Variable in class frc.robot.programs.interfaces.TestInterface
-
Gamepad1 device
- gamepad1 - Variable in class frc.robot.Robot
- Gamepad1 - Class in frc.robot.hardware
-
Use this for reading inputs from Xbox controller 0
- Gamepad1() - Constructor for class frc.robot.hardware.Gamepad1
-
Use this for reading inputs from Xbox controller 0
- gamepad2 - Variable in class frc.robot.programs.interfaces.AutonomousInterface
-
Gamepad2 device
- gamepad2 - Variable in class frc.robot.programs.interfaces.TeleopInterface
-
Gamepad2 device
- gamepad2 - Variable in class frc.robot.programs.interfaces.TestInterface
-
Gamepad2 device
- gamepad2 - Variable in class frc.robot.Robot
- Gamepad2 - Class in frc.robot.hardware
-
Use this for reading inputs from Xbox controller 1
- Gamepad2() - Constructor for class frc.robot.hardware.Gamepad2
-
Use this for reading inputs from Xbox controller 1
- get() - Method in class frc.robot.hardware.RobotHardware.SparkPair
- get3D() - Method in class frc.robot.hardware.Limelight
-
Results of a 3D position solution, 6 numbers: Translation (x,y,z) Rotation(pitch,yaw,roll)
- getAngle2() - Method in class frc.robot.hardware.RobotHardware.Gyro
- getArea() - Method in class frc.robot.hardware.Limelight
-
Target Area
- getAutonomousPrograms() - Method in class frc.robot.ProgramFetcher
- getCamMode() - Method in class frc.robot.hardware.Limelight
-
Gets the Limelight's Operation Mode
- getColor() - Method in class frc.robot.hardware.Limelight
-
Get the average HSV color underneath the crosshair region as a NumberArray
- getHeight() - Method in class frc.robot.hardware.Limelight
-
Vertical sidelength of the rough bounding box
- getLEDMode() - Method in class frc.robot.hardware.Limelight
-
Get the Limelight's LED State
- getLeftY() - Method in class frc.robot.hardware.Gamepad1
-
Get the inverted Y axis value of left side of the controller.
- getLeftY() - Method in class frc.robot.hardware.Gamepad2
-
Get the inverted Y axis value of left side of the controller.
- getLongestSidelength() - Method in class frc.robot.hardware.Limelight
-
Sidelength of longest side of the fitted bounding box
- getPipe() - Method in class frc.robot.hardware.Limelight
-
True active pipeline index of the camera
- getRaw(String) - Method in class frc.robot.hardware.Limelight
-
Get value from network table
- getRightY() - Method in class frc.robot.hardware.Gamepad1
-
Get the inverted Y axis value of right side of the controller.
- getRightY() - Method in class frc.robot.hardware.Gamepad2
-
Get the inverted Y axis value of right side of the controller.
- getRotation() - Method in class frc.robot.hardware.Limelight
-
Skew or rotation
- getRotation2d2() - Method in class frc.robot.hardware.RobotHardware.Gyro
- getShortestSidelength() - Method in class frc.robot.hardware.Limelight
-
Sidelength of shortest side of the fitted bounding box
- getSnapshot() - Method in class frc.robot.hardware.Limelight
-
Get Wether Users Are Allowed Take Snapshots During A Match
- getStream() - Method in class frc.robot.hardware.Limelight
-
Gets the Limelight's Streaming Mode
- getTeleopPrograms() - Method in class frc.robot.ProgramFetcher
- getTestPrograms() - Method in class frc.robot.ProgramFetcher
- getWidth() - Method in class frc.robot.hardware.Limelight
-
Horizontal sidelength of the rough bounding box
- getX() - Method in class frc.robot.hardware.Limelight
-
Horizontal Offset From Crosshair To Target
- getY() - Method in class frc.robot.hardware.Limelight
-
Vertical Offset From Crosshair To Target
- gyro - Variable in class frc.robot.hardware.RobotHardware
-
I^2C Gyro
- Gyro() - Constructor for class frc.robot.hardware.RobotHardware.Gyro
H
- HowToCrashACar - Class in frc.robot.programs
-
NOTE: Kellen Named This Program
- HowToCrashACar(RobotHardware) - Constructor for class frc.robot.programs.HowToCrashACar
-
This program performs a basic mecanum drive using a custom algorithim
- hue - Variable in class frc.robot.hardware.Limelight.Color
I
- id - Variable in class frc.robot.programs.interfaces.AutonomousInterface
-
This is a unique identifier used to execute programs
- id - Variable in class frc.robot.programs.interfaces.TeleopInterface
-
This is a unique identifier used to execute programs
- id - Variable in class frc.robot.programs.interfaces.TestInterface
-
This is a unique identifier used to execute programs
- imageLatency() - Method in class frc.robot.hardware.Limelight
-
The image capture latency
- index - Variable in class frc.robot.programs.ObservedTeleop
- initSendable(SendableBuilder) - Method in class frc.robot.hardware.Limelight
- initSendable(SendableBuilder) - Method in class frc.robot.hardware.Pneumatics
- intake - Variable in class frc.robot.hardware.Pneumatics
- intake - Variable in class frc.robot.hardware.RobotHardware
-
Spark Intake
- intake - Variable in class frc.robot.programs.interfaces.RobotState
J
- JoesFirstTeleop - Class in frc.robot.programs
- JoesFirstTeleop(RobotHardware) - Constructor for class frc.robot.programs.JoesFirstTeleop
K
- KlaHaYaDays - Class in frc.robot.programs
- KlaHaYaDays(RobotHardware) - Constructor for class frc.robot.programs.KlaHaYaDays
L
- lastInches - Variable in class frc.robot.hardware.RobotHardware.MecanumDrivetrain
- latency() - Method in class frc.robot.hardware.Limelight
-
The pipeline’s latency contribution
- left - Variable in class frc.robot.hardware.RobotHardware.SparkPair
- limelight - Variable in class frc.robot.hardware.RobotHardware
-
Limelight Controller
- Limelight - Class in frc.robot.hardware
-
this class contains all of the code and functions required for using a limelight
- Limelight() - Constructor for class frc.robot.hardware.Limelight
- Limelight.Color - Class in frc.robot.hardware
- Limelight.Position - Class in frc.robot.hardware
M
- main(String...) - Static method in class frc.robot.Main
-
Main initialization function.
- Main - Class in frc.robot
-
Do NOT add any static variables to this class, or any initialization at all.
- Main() - Constructor for class frc.robot.Main
- makeCompressor2() - Method in class frc.robot.hardware.Pneumatics
- MecanumDrivetrain(MotorController, MotorController, MotorController, MotorController) - Constructor for class frc.robot.hardware.RobotHardware.MecanumDrivetrain
- moduleIndex - Variable in class frc.robot.hardware.Pneumatics
- Motors - Variable in class frc.robot.hardware.RobotHardware
-
Represents all the drive motors
- MotorTester - Class in frc.robot.programs
- MotorTester(RobotHardware) - Constructor for class frc.robot.programs.MotorTester
-
This program performs a basic tank drive simulation
N
- NewAuto - Class in frc.robot.programs
- NewAuto(RobotHardware) - Constructor for class frc.robot.programs.NewAuto
- numberToDouble(Number[]) - Method in class frc.robot.hardware.Limelight
-
Converts number array into double array
O
- ObservedTeleop - Class in frc.robot.programs
- ObservedTeleop(RobotHardware) - Constructor for class frc.robot.programs.ObservedTeleop
P
- pcm - Variable in class frc.robot.hardware.RobotHardware
-
Pneumatic Control Module
- pdp - Variable in class frc.robot.hardware.RobotHardware
-
Power Distribution Panel (ID: 5)
- period - Variable in class frc.robot.Robot
- pistonIn(int) - Method in class frc.robot.hardware.Pneumatics
- pistonOff(int) - Method in class frc.robot.hardware.Pneumatics
- pistonOut(int) - Method in class frc.robot.hardware.Pneumatics
- pistons - Variable in class frc.robot.hardware.Pneumatics
- pistonValues - Variable in class frc.robot.hardware.Pneumatics
-
true for out, false for in
- pitch - Variable in class frc.robot.hardware.Limelight.Position
- Pneumatics - Class in frc.robot.hardware
- Pneumatics() - Constructor for class frc.robot.hardware.Pneumatics
- Pneumatics(int) - Constructor for class frc.robot.hardware.Pneumatics
- Pneumatics.Compressor2 - Class in frc.robot.hardware
- Position(Number[]) - Constructor for class frc.robot.hardware.Limelight.Position
- programFetcher - Variable in class frc.robot.programs.TeleopObserver
- programFetcher - Variable in class frc.robot.Robot
- ProgramFetcher - Class in frc.robot
- ProgramFetcher(RobotHardware) - Constructor for class frc.robot.ProgramFetcher
- ProvidedMecanumTeleop - Class in frc.robot.programs
-
This program performs a basic mecanum drive using the provided algorithim
- ProvidedMecanumTeleop(RobotHardware) - Constructor for class frc.robot.programs.ProvidedMecanumTeleop
-
This program performs a basic mecanum drive using a provided algorithim
- PWMSpark(int) - Constructor for class frc.robot.hardware.RobotHardware.PWMSpark
R
- rearLeft - Variable in class frc.robot.hardware.RobotHardware
-
Rear Left brushless motor (ID: 2)
- rearLeft - Variable in class frc.robot.programs.interfaces.RobotState
- rearRight - Variable in class frc.robot.hardware.RobotHardware
-
Rear Right brushless motor (ID: 4)
- rearRight - Variable in class frc.robot.programs.interfaces.RobotState
- RelativeDrive(double, double, double, double) - Method in class frc.robot.hardware.RobotHardware.MecanumDrivetrain
-
Mecanum Drive using a Gyro for Relative Driving
- right - Variable in class frc.robot.hardware.RobotHardware.SparkPair
- robot - Variable in class frc.robot.ProgramFetcher
- robot - Variable in class frc.robot.programs.interfaces.AutonomousInterface
-
Robot Motor Controller
- robot - Variable in class frc.robot.programs.interfaces.TeleopInterface
-
Robot Motor Controller
- robot - Variable in class frc.robot.programs.interfaces.TestInterface
-
Robot Motor Controller
- robot - Variable in class frc.robot.programs.ProvidedMecanumTeleop
- robot - Variable in class frc.robot.Robot
- Robot - Class in frc.robot
-
The VM is configured to automatically run this class, and to call the functions corresponding to each mode, as described in the TimedRobot documentation.
- Robot() - Constructor for class frc.robot.Robot
- RobotHardware - Class in frc.robot.hardware
-
Use this class to control all motors and sensors
- RobotHardware(double) - Constructor for class frc.robot.hardware.RobotHardware
-
Use this class to control all motors and sensors See below for changes
- RobotHardware.Gyro - Class in frc.robot.hardware
- RobotHardware.MecanumDrivetrain - Class in frc.robot.hardware
- RobotHardware.PWMSpark - Class in frc.robot.hardware
- RobotHardware.SparkMax - Class in frc.robot.hardware
- RobotHardware.SparkPair - Class in frc.robot.hardware
- RobotHardware.SPX - Class in frc.robot.hardware
- robotInit() - Method in class frc.robot.Robot
-
This function is run when the robot is first started up and should be used for any initialization code.
- robotPeriodic() - Method in class frc.robot.Robot
-
This function is called every robot packet, no matter the mode.
- RobotState - Class in frc.robot.programs.interfaces
- RobotState() - Constructor for class frc.robot.programs.interfaces.RobotState
- RobotState(RobotHardware) - Constructor for class frc.robot.programs.interfaces.RobotState
- RobotState(RobotHardware, RobotState) - Constructor for class frc.robot.programs.interfaces.RobotState
- robotStateArray - Variable in class frc.robot.programs.ObservedTeleop
- robotStateArray - Variable in class frc.robot.programs.TeleopObserver
- robotStateArrayLog - Variable in class frc.robot.programs.TeleopObserver
- roll - Variable in class frc.robot.hardware.Limelight.Position
- round(double) - Method in class frc.robot.hardware.Limelight
-
Rounds input to the nearest hundereths place
S
- saturation - Variable in class frc.robot.hardware.Limelight.Color
- set(double) - Method in class frc.robot.hardware.RobotHardware.SparkPair
- setCamMode(double) - Method in class frc.robot.hardware.Limelight
-
Sets the Limelight's Operation Mode
- setLEDMode(double) - Method in class frc.robot.hardware.Limelight
-
Set the Limelight's LED State
- setPipeline(double) - Method in class frc.robot.hardware.Limelight
-
Sets the Limelight's Current Pipeline
- setRaw(String, double) - Method in class frc.robot.hardware.Limelight
-
Set value in network table
- setRumble(double, double) - Method in class frc.robot.hardware.Gamepad1
-
Rumble the gamepad
- setRumble(double, double) - Method in class frc.robot.hardware.Gamepad2
-
Rumble the gamepad
- setSafe(double) - Method in class frc.robot.hardware.RobotHardware.PWMSpark
- setSafe(double) - Method in class frc.robot.hardware.RobotHardware.SparkMax
- setSafe(double) - Method in class frc.robot.hardware.RobotHardware.SparkPair
- setSafe(double) - Method in class frc.robot.hardware.RobotHardware.SPX
- setSafe(double, double) - Method in class frc.robot.hardware.RobotHardware.SparkPair
- setSafeCalcuater(double, double) - Method in class frc.robot.hardware.RobotHardware
-
Calculates out what your motor speed should be
- setSafePosition(double) - Method in class frc.robot.hardware.RobotHardware.SparkMax
- setSnapshot(double) - Method in class frc.robot.hardware.Limelight
-
Allows Users To Take Snapshots During A Match
- setStream(double) - Method in class frc.robot.hardware.Limelight
-
Sets the Limelight's Streaming Mode
- shooters - Variable in class frc.robot.hardware.RobotHardware
-
Spark Shooters
- shooters - Variable in class frc.robot.programs.interfaces.RobotState
- SimulationBoard - Class in frc.robot.programs
- SimulationBoard(RobotHardware) - Constructor for class frc.robot.programs.SimulationBoard
-
This program performs a basic tank drive simulation
- SparkMax(int, CANSparkMaxLowLevel.MotorType) - Constructor for class frc.robot.hardware.RobotHardware.SparkMax
- SparkPair(RobotHardware.PWMSpark, RobotHardware.PWMSpark) - Constructor for class frc.robot.hardware.RobotHardware.SparkPair
- SPX(int) - Constructor for class frc.robot.hardware.RobotHardware.SPX
- SupersonicTrain - Class in frc.robot.programs
- SupersonicTrain(RobotHardware) - Constructor for class frc.robot.programs.SupersonicTrain
T
- TankDrive(double, double) - Method in class frc.robot.hardware.RobotHardware.MecanumDrivetrain
-
Tank Drive requireing a left and right input
- targetPosition - Variable in class frc.robot.hardware.RobotHardware.MecanumDrivetrain
- targetVisible() - Method in class frc.robot.hardware.Limelight
-
Whether the limelight has any valid targets
- targetVoltage - Static variable in class frc.robot.hardware.RobotHardware
-
Battery Running Voltage
- teleopDisable() - Method in class frc.robot.programs.HowToCrashACar
- teleopDisable() - Method in class frc.robot.programs.interfaces.TeleopInterface
-
call this function once to run teleop disable code.
- teleopDisable() - Method in class frc.robot.programs.KlaHaYaDays
- teleopInit() - Method in class frc.robot.programs.CustomMecanumTeleop
- teleopInit() - Method in class frc.robot.programs.HowToCrashACar
- teleopInit() - Method in class frc.robot.programs.interfaces.TeleopInterface
-
call this function once to run teleop init code.
- teleopInit() - Method in class frc.robot.programs.JoesFirstTeleop
- teleopInit() - Method in class frc.robot.programs.KlaHaYaDays
- teleopInit() - Method in class frc.robot.programs.ProvidedMecanumTeleop
- teleopInit() - Method in class frc.robot.programs.SimulationBoard
- teleopInit() - Method in class frc.robot.Robot
-
This function is called once when teleop is enabled.
- TeleopInterface - Class in frc.robot.programs.interfaces
-
Use this when writing an teleop program
- TeleopInterface(RobotHardware, String) - Constructor for class frc.robot.programs.interfaces.TeleopInterface
-
Use this when writing an teleop program
- TeleopInterface(RobotHardware, String, boolean) - Constructor for class frc.robot.programs.interfaces.TeleopInterface
- TeleopInterface(RobotHardware, String, boolean, int) - Constructor for class frc.robot.programs.interfaces.TeleopInterface
- TeleopInterface(RobotHardware, String, int) - Constructor for class frc.robot.programs.interfaces.TeleopInterface
- TeleopObserver - Class in frc.robot.programs
- TeleopObserver(RobotHardware) - Constructor for class frc.robot.programs.TeleopObserver
- teleopPeriodic() - Method in class frc.robot.programs.CustomMecanumTeleop
- teleopPeriodic() - Method in class frc.robot.programs.HowToCrashACar
- teleopPeriodic() - Method in class frc.robot.programs.interfaces.TeleopInterface
-
call this function repeatedly to run teleop periodic code.
- teleopPeriodic() - Method in class frc.robot.programs.JoesFirstTeleop
- teleopPeriodic() - Method in class frc.robot.programs.KlaHaYaDays
- teleopPeriodic() - Method in class frc.robot.programs.ProvidedMecanumTeleop
- teleopPeriodic() - Method in class frc.robot.programs.SimulationBoard
- teleopPeriodic() - Method in class frc.robot.Robot
-
This function is called periodically during operator control.
- teleopProgram - Variable in class frc.robot.programs.TeleopObserver
- teleopProgram - Variable in class frc.robot.Robot
- teleopPrograms - Variable in class frc.robot.Robot
- testDisable() - Method in class frc.robot.programs.interfaces.TestInterface
-
call this function once to run test disable code.
- testDisable() - Method in class frc.robot.programs.TeleopObserver
- testInit() - Method in class frc.robot.programs.interfaces.TestInterface
-
call this function once to run test init code.
- testInit() - Method in class frc.robot.programs.MotorTester
- testInit() - Method in class frc.robot.programs.TeleopObserver
- testInit() - Method in class frc.robot.Robot
-
This function is called once when test mode is enabled.
- TestInterface - Class in frc.robot.programs.interfaces
-
Use this when writing an test program
- TestInterface(RobotHardware, String) - Constructor for class frc.robot.programs.interfaces.TestInterface
-
Use this when writing a Test program
- TestInterface(RobotHardware, String, boolean) - Constructor for class frc.robot.programs.interfaces.TestInterface
- TestInterface(RobotHardware, String, boolean, int) - Constructor for class frc.robot.programs.interfaces.TestInterface
- TestInterface(RobotHardware, String, int) - Constructor for class frc.robot.programs.interfaces.TestInterface
- testPeriodic() - Method in class frc.robot.programs.interfaces.TestInterface
-
call this function repeatedly to run test periodic code.
- testPeriodic() - Method in class frc.robot.programs.MotorTester
- testPeriodic() - Method in class frc.robot.programs.TeleopObserver
- testPeriodic() - Method in class frc.robot.Robot
-
This function is called periodically during test mode.
- testProgram - Variable in class frc.robot.Robot
- testPrograms - Variable in class frc.robot.Robot
- toArray() - Method in class frc.robot.hardware.Limelight.Color
- toArray() - Method in class frc.robot.hardware.Limelight.Position
-
Converts the object to an array
- togglePiston(int) - Method in class frc.robot.hardware.Pneumatics
V
- value - Variable in class frc.robot.hardware.Limelight.Color
W
- wheelCircumference - Variable in class frc.robot.hardware.RobotHardware.MecanumDrivetrain
- wheelDiameter - Variable in class frc.robot.hardware.RobotHardware.MecanumDrivetrain
- WillAuto - Class in frc.robot.programs
- WillAuto(RobotHardware) - Constructor for class frc.robot.programs.WillAuto
X
- x - Variable in class frc.robot.hardware.Limelight.Position
Y
- y - Variable in class frc.robot.hardware.Limelight.Position
- yaw - Variable in class frc.robot.hardware.Limelight.Position
Z
- z - Variable in class frc.robot.hardware.Limelight.Position
All Classes All Packages