Package frc.robot.userinterface
Class UserInterface
java.lang.Object
frc.robot.userinterface.UserInterface
public class UserInterface
extends java.lang.Object
Contains instances of all UI elements.
-
Field Summary
Fields Modifier and Type Field Description static RumbleXboxControllerdriverControllerThe driver controller (white).static RumbleXboxControlleroperatorControllerThe operator controller (black). -
Constructor Summary
Constructors Constructor Description UserInterface() -
Method Summary
-
Field Details
-
driverController
The driver controller (white).
Used to control the drive base alone in teleop. -
operatorController
The operator controller (black).
Used to control all subsystems except the drive base in teleop.
-
-
Constructor Details
-
UserInterface
public UserInterface()
-