SwerveModuleState

data class SwerveModuleState<Param : DualParameter>(val velocity: DualNum<Param>, val angle: DualNum<Param>)

Constructors

Link copied to clipboard
constructor(velocity: Double, angle: Double)
constructor(velocity: DualNum<Param>, angle: DualNum<Param>)

Properties

Link copied to clipboard
Link copied to clipboard