@JvmOverloads fun update(position: Double, velocity: Double = 0.0, acceleration: Double = 0.0): Double
Run a single iteration of the controller.
position - current measured position (feedback)
position
velocity - feedforward velocity
velocity
acceleration - feedforward acceleration
acceleration