AbstractSwerveDrive
constructor(frontLeft: SwerveModule, backLeft: SwerveModule, backRight: SwerveModule, frontRight: SwerveModule, trackWidth: Double, wheelBase: Double = trackWidth, externalHeadingSensor: AngleSensor? = null)
constructor(left: SwerveModule, right: SwerveModule, trackWidth: Double, externalHeadingSensor: AngleSensor? = null)
constructor(modules: List<SwerveModule>, modulePositions: List<Vector2d>, externalHeadingSensor: AngleSensor? = null)
Parameters
modules
the modules of the swerve drive, starting with the front left and moving counter-clockwise.
modulePositions
the positions of all the modules relative to the center of rotation of the robot