Package frc.robot
Class RobotConstants.HumanInputs
- java.lang.Object
-
- frc.robot.RobotConstants.HumanInputs
-
- Enclosing class:
- RobotConstants
public static class RobotConstants.HumanInputs extends java.lang.ObjectConstants regarding human input
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRobotConstants.HumanInputs.DeadbandsDeadband values for various inputs
-
Field Summary
Fields Modifier and Type Field Description static intDRIVER_CONTROLLER_IDHID device id of the driver ans operator Xbox controllersstatic intOPERATOR_CONTROLLER_ID
-
Constructor Summary
Constructors Constructor Description HumanInputs()
-
-
-
Field Detail
-
DRIVER_CONTROLLER_ID
public static final int DRIVER_CONTROLLER_ID
HID device id of the driver ans operator Xbox controllers- See Also:
- Constant Field Values
-
OPERATOR_CONTROLLER_ID
public static final int OPERATOR_CONTROLLER_ID
- See Also:
- Constant Field Values
-
-