PIDSwerveModule

public abstract class PIDSwerveModule extends SwerveModule

A basic SwerveModule implementation using a PIDController to hold module position.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
protected final PIDController getPidController()
Link copied to clipboard
public abstract Unit setCorrectedDrivePower(Double power)

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

Link copied to clipboard
public abstract Unit setCorrectedWheelVelocity(Double velocity, Double acceleration)

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

Link copied to clipboard
public final Unit setDrivePower(Double power)

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

Link copied to clipboard
public final Unit setModuleOrientation(Angle angle)
Link copied to clipboard
public abstract Unit setModulePower(Double power)

Sets the power of the actuator which rotates the module.

Link copied to clipboard
public final Unit setWheelVelocity(Double velocity, Double acceleration)

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

Link copied to clipboard
public Unit update()

Updates the module.