Package frc.robot
Class Constants.OperatorConstants
java.lang.Object
frc.robot.Constants.OperatorConstants
- Enclosing class:
- Constants
Constants used to configure the operator controllers.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Type of game piece for the robot to interact with. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
Joystick deadband.static final int
Controller port index where the driver controller is connected.static final int
Controller port index where the operator controller is connected. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DRIVER_CONTROLLER_PORT
public static final int DRIVER_CONTROLLER_PORTController port index where the driver controller is connected.- See Also:
-
OPERATOR_CONTROLLER_PORT
public static final int OPERATOR_CONTROLLER_PORTController port index where the operator controller is connected.- See Also:
-
DEADBAND
public static final double DEADBANDJoystick deadband.- See Also:
-
-
Constructor Details
-
OperatorConstants
public OperatorConstants()
-