@JvmStatic fun calculateMotorFeedforward(velocities: List<Double>, accelerations: List<Double>, kV: Double, kA: Double, kStatic: Double): List<Double>
Computes the motor feed forwards (i.e., open loop powers) for the given set of coefficients.