Swerve Drive Builder
Builder class for creating a SwerveDrive with DSL syntax.
Functions
Link copied to clipboard
Builds the SwerveDrive instance.
Link copied to clipboard
Configures the swerve drive parameters.
Link copied to clipboard
fun modules(frontLeft: SwerveModule, frontRight: SwerveModule, backLeft: SwerveModule, backRight: SwerveModule)
Sets the four swerve modules for the drive.