MecanumDrive
A Component implementation of a mecanum drive.
Constructors
Link copied to clipboard
public MecanumDrive MecanumDrive(MotorGroup motors, MecanumConstraints constraints, AngleSensor externalHeadingSensor)
Constructs a mecanum drive using constraints.
Constructs a mecanum drive using constraints.
public MecanumDrive MecanumDrive(Motor frontLeft, Motor backLeft, Motor backRight, Motor frontRight, AngleSensor externalHeadingSensor, MecanumConstraints constraints)
Constructs a mecanum drive from its individual motors.
public MecanumDrive MecanumDrive(Motor frontLeft, Motor backLeft, Motor backRight, Motor frontRight, AngleSensor externalHeadingSensor)
Constructs a mecanum drive from its individual motors.
public MecanumDrive MecanumDrive(Motor frontLeft, Motor backLeft, Motor backRight, Motor frontRight)
Constructs a mecanum drive from its individual motors.
public MecanumDrive MecanumDrive(MotorGroup motors, Double trackWidth, Double wheelBase, Double lateralMultiplier, AngleSensor externalHeadingSensor)
public MecanumDrive MecanumDrive(MotorGroup motors, Double trackWidth, Double wheelBase, Double lateralMultiplier)