How do we make both socks active, we can only utilize one at the moment
Here are the raw axes we use when reading an XBox controller:
// left analog stick
public static final int LEFT_X_AXIS = 0;
public static final int LEFT_Y_AXIS = 1;
// right analog stick
public static final int RIGHT_X_AXIS = 4;
public static final int RIGHT_Y_AXIS = 5;
It sounds like part of your code is blocking another part of your code from executing. Can you please either post your code or post a link to your code?
For example, were using a taranis 9xd for control. It acts the exact same way as a Xbox 360 controller. We ar rushing java. We could really use your help and this. In driver station everything works when we have it mapped except the right stick. Just like an Xbox 360 controller.
Can a moderator please merge this post with these other posts: