Mecanum Localizer
constructor(@NonNull driveModel: DriveModel, @Nullable leftFront: DcMotor, @Nullable leftBack: DcMotor, @Nullable rightBack: DcMotor, @Nullable rightFront: DcMotor, @Nullable imu: IMU)
Create a new MecanumLocalizer that will run on four Mecanum drive motors and an IMU.
Parameters
drive Model
the drive model to use for kinematics
left Front
the front left motor
left Back
the back left motor
right Back
the back right motor
right Front
the front right motor
imu
the IMU to use for heading