SwerveEncoderConfig

data class SwerveEncoderConfig(var offset: Rotation2d = Rotation2d(), var clockwisePositive: Boolean = false)

Configuration builder for swerve encoder setup.

Constructors

Link copied to clipboard
constructor(offset: Rotation2d = Rotation2d(), clockwisePositive: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
var offset: Rotation2d