|
Re: Use both joysticks to drive robot on Xbox controller?
What we did was define two variables as joysticks on the same port
From there use the Joystick.setChannel() method to change it to the y axis on the other stick. It should be channel 5.
after that it should work.
|