SwerveModule

public abstract class SwerveModule

Inheritors

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract Angle getModuleOrientation()
Link copied to clipboard
public abstract Double getWheelPosition()

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
public abstract Unit setDrivePower(Double power)

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

Link copied to clipboard
public abstract Unit setModuleOrientation(Angle angle)
Link copied to clipboard
public abstract Unit setWheelVelocity(Double velocity, Double acceleration)

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

Link copied to clipboard
public abstract Unit update()

Updates the module.