Beta8397 / virtual_robot

A 2D robot simulator to help beginners learn Java programming for FTC Robotics
100 stars 171 forks source link

Add gamepad functionality #11

Closed alan412 closed 5 years ago

alan412 commented 5 years ago

This adds the deadzone functionality

jkenney2 commented 5 years ago

Thanks. I recently modified GamePad.java significantly to allow the use of two gamepads (using Start-A and Start-B to choose). Since your addition is to the old version, it may make merging complicated. I'll try it onto a new branch.

I'm also soon going to be merging a new branch that changes how OpModes are registered: it will use the familiar annotations from the FTC SDK, rather than the OpModeList.

You may want to clone the most recent version of the repository.