Public Member Functions | |
| Controller () | |
| double | getLeftX () |
| double | getLeftY () |
| double | getRightX () |
| double | getRightY () |
Private Member Functions | |
| double | applyPreferences (double input, double exponent) |
Definition at line 6 of file Controller.java.
| frc.robot.subsystems.Controller.Controller | ( | ) |
Definition at line 8 of file Controller.java.
References frc.robot.Constants.XBOX_CONTROLLER_PORT.
|
private |
Definition at line 13 of file Controller.java.
References frc.robot.Constants.ANALOG_DEAD_ZONE.
Referenced by frc.robot.subsystems.Controller.getLeftX(), frc.robot.subsystems.Controller.getLeftY(), frc.robot.subsystems.Controller.getRightX(), and frc.robot.subsystems.Controller.getRightY().
| double frc.robot.subsystems.Controller.getLeftX | ( | ) |
Definition at line 23 of file Controller.java.
References frc.robot.subsystems.Controller.applyPreferences(), and frc.robot.Constants.LEFT_X_EXPONENT.
Referenced by frc.robot.Robot.drive().
| double frc.robot.subsystems.Controller.getLeftY | ( | ) |
Definition at line 29 of file Controller.java.
References frc.robot.subsystems.Controller.applyPreferences(), and frc.robot.Constants.LEFT_Y_EXPONENT.
Referenced by frc.robot.Robot.drive().
| double frc.robot.subsystems.Controller.getRightX | ( | ) |
Definition at line 34 of file Controller.java.
References frc.robot.subsystems.Controller.applyPreferences(), and frc.robot.Constants.RIGHT_X_EXPONENT.
Referenced by frc.robot.Robot.drive().
| double frc.robot.subsystems.Controller.getRightY | ( | ) |
Definition at line 40 of file Controller.java.
References frc.robot.subsystems.Controller.applyPreferences(), and frc.robot.Constants.RIGHT_Y_EXPONENT.