calculate

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.


public final Double calculate(Double vel, Double accel)

Computes the feedforward output for the desired velocity and acceleration.