SwerveModuleState

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

Represents a swerve module's state (velocity and steering angle).

Parameters

velocity

wheel velocity

angle

steering angle

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