Tank Localizer
constructor(@NonNull driveModel: DriveModel, @NonNull leftMotors: List<DcMotor>, @NonNull rightMotors: List<DcMotor>)
Create a new TankLocalizer that will run on two parallel sets of drive motors.
Parameters
drive Model
the drive model to use for kinematics
left Motors
the left motors
right Motors
the right motors