View Single Post
  #4   Spotlight this post!  
Unread 15-01-2017, 16:00
18gillespiery 18gillespiery is offline
Registered User
FRC #6421
 
Join Date: Jan 2017
Location: Wisconsin
Posts: 1
18gillespiery is an unknown quantity at this point
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.
Reply With Quote