TeamCautionRobotics / 2017-FRC-robot

0 stars 0 forks source link

Use Joysticks for driver #9

Closed docprofsky closed 7 years ago

docprofsky commented 7 years ago

This will probably involve making an EnhancedJoystick class (enhanced to differentiate from the WPILib Joystick class), moving the deadband code from the Gamepad class to there, then making Gamepad extendEnhancedJoystick`.

docprofsky commented 7 years ago

I have confirmed we will use joysticks for the drive. This also helps with #2.

docprofsky commented 7 years ago

Closed by #28