What does feedforward mean?
The part of a command worked out from a model of the system and the reference alone, before any error has appeared, such as the command known to give the wanted speed. Feedback then only has to correct what the model got wrong.
In a lesson
The feedforward term is the model running in reverse: you want the robot to move at
v_ref, and U2 says the command for that is100 * v_ref / 20. Send it. Now the feedback term has nothing left to do except correct the parts the model got wrong, and the steady error drops fromv / Kto(model error) / K.
Learn it
- Taught in U10.5 Feedforward and feedback Following a trajectory, University