SwerveRobotics / ftc_app

FTC robot controllers ++
15 stars 38 forks source link

Right Stick Button and Left Stick Button do not work #74

Open Ace314159 opened 8 years ago

Ace314159 commented 8 years ago

In a SynchronousOpmode, I call gamepad1.right_stick_button or gamepad1.left_stick_button, but their values do not change when I press the buttons on the gamepad. I also call this when updateGamepads() is true.

IronReignRobotics commented 8 years ago

I don't think that's a syncopmode thing, rather it's a result of changing the controllers over to xbox mode this year.

On Thu, Feb 11, 2016 at 9:10 PM, Akash notifications@github.com wrote:

In a SynchronousOpmode, I call gamepad1.right_stick_button or gamepad1.left_stick_button, but their values do not change when I press the buttons on the gamepad. I also call this when updateGamepads() is true .

— Reply to this email directly or view it on GitHub https://github.com/SwerveRobotics/ftc_app/issues/74.

Ace314159 commented 8 years ago

So there's no way to fix it?