Feedforward

public abstract class Feedforward

Feedforward model for basic velocity/acceleration control.

Inheritors

Constructors

Link copied to clipboard

Functions

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

Computes the feedforward output for the desired velocity and acceleration.

public final List<Double> calculate(List<Double> vels, List<Double> accels)

Computes the feedforward output for the desired velocities and accelerations.

public abstract Double calculate(Double vel, Double accel, Double base)

Computes the feedforward output for the desired velocity and acceleration on top of the given base output.