calculate

fun calculate(velocity: Double, acceleration: Double): Double

Compute feedforward for given velocity and acceleration


fun calculate(wheelV: DoubleArray, wheelA: DoubleArray? = null): DoubleArray

Compute feedforward for an array of wheel velocities & accelerations