TankLocalizer

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

driveModel

the drive model to use for kinematics

leftMotors

the left motors

rightMotors

the right motors