Quote:
Originally Posted by ccresta1386
Yes because we recently switched from labview and strafing worked then but doesn't now.
|
It looks like you have your parameters out of order when you call the drive method. Try this:
Code:
drive.mecanumDrive_Cartesian(driverStick.getX(), driverStick.getY()*-1, rotation, 0);