We are having a peculiar issue with our arcade drive, when we drive forward or backward everything works normally, but when we try turning only the right side of our robot turns, whether we are turning left or right, while the left side doesn't move at all.
This is the code we have for driving in teleop:
Code:
myRobot.arcadeDrive(stick);
So this code works normally for going forward or backwards, which is why I don't think it is a wiring issue, but somewhere in the code.