Simple Tank Drive
Construct a new SimpleTankDrive.
Parameters
left Motors
all motors on the left side of the robot (e.g. Arrays.asList(leftFront, leftBack)
)
right Motors
all motors on the right side of the robot (e.g. Arrays.asList(rightFront, rightBack)
)