SwerveModule

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getModuleOrientation(): Angle
Link copied to clipboard
abstract fun getWheelPosition(): Double

Returns the positions of the wheel in linear distance units.

Link copied to clipboard

Returns the velocity of the wheel in linear distance units.

Link copied to clipboard
abstract fun setDrivePower(power: Double)

Sets the wheel motor power (normalized voltage) on the interval [-1.0, 1.0].

Link copied to clipboard
abstract fun setModuleOrientation(angle: Angle)
Link copied to clipboard
abstract fun setWheelVelocity(velocity: Double, acceleration: Double)

Sets the wheel velocity (and acceleration) of the wheel motor.

Link copied to clipboard
abstract fun update()

Updates the module.