Thank you for your fast reply. I tried switching to using the getRawAxis method, but it still does the same thing. I try:
Code:
// I also try 1-6 instead of 0
leftMotor.set(leftDriveStick.getRawAxis(0));
When I put in 3, the motor drives at full speed, but for everything else it does not drive at all. In either case, I can't control them with the joysticks. Am I missing something else?