Mecanum Drive
constructor(@NonNull driveModel: DriveModel, @NonNull motionProfile: MotionProfile, @NonNull mecanumGains: MecanumGains, @Nullable leftFront: DcMotor, @Nullable leftBack: DcMotor, @Nullable rightBack: DcMotor, @Nullable rightFront: DcMotor, @Nullable imu: IMU, @NonNull voltageSensorMapping: HardwareMap.DeviceMapping<VoltageSensor>, @NonNull startPose: Pose2d)
Create a new MecanumDrive.
Parameters
drive Model
the drive model parameters
motion Profile
the motion profile parameters
mecanum Gains
the mecanum gains parameters
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, see IMUEx for lazy initialisation
voltage Sensor Mapping
the voltage sensor mapping for the robot as returned by hardwareMap.voltageSensor
start Pose
the starting pose of the robot
constructor(@NonNull driveModel: DriveModel, @NonNull motionProfile: MotionProfile, @NonNull mecanumGains: MecanumGains, @Nullable leftFront: DcMotor, @Nullable leftBack: DcMotor, @Nullable rightBack: DcMotor, @Nullable rightFront: DcMotor, @Nullable imu: IMU, @NonNull voltageSensorMapping: HardwareMap.DeviceMapping<VoltageSensor>)
Create a new MecanumDrive that will start at the last known pose.
Parameters
drive Model
the drive model parameters
motion Profile
the motion profile parameters
mecanum Gains
the mecanum gains parameters
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, see IMUEx for lazy initialisation
voltage Sensor Mapping
the voltage sensor mapping for the robot as returned by hardwareMap.voltageSensor