Quote:
Originally Posted by notmattlythgoe
I'm guessing you have your motor ports backwards, try changing it to this:
Code:
myRobot = new RobotDrive(0, 10);
RobotDrive takes in the left side, then the right side.
|
I applied your change and redeployed the code, however nothing has changed. I'm still getting the same issue. any other idea's?