DCMotorFeedforward

public final class DCMotorFeedforward extends Feedforward

Feedforward gains for DC motor velocity control.

Parameters

kV

velocity gain

kA

acceleration gain

kStatic

additive constant

Properties

Link copied to clipboard
public Double kA
Link copied to clipboard
Link copied to clipboard
public Double kV

Functions

Link copied to clipboard
public Double calculate(Double vel, Double accel, Double base)

Computes the motor feedforward (i.e., open loop power) for the given set of coefficients on top of the given base output.