For example, I have state-space of 4th order with one control input (see the attached picture).

This system describes lateral dynamics of the vehicle and there is no transfer fuction for steering. I know every state and so I can easly create LQR feedback controller.

But what to do in case when there is some transfer function for steering? For example, let it be the first-order TF. So, when I convert this system to SS representation, I will have 5th order system, where 5th state is actual steering.

I once again want create LQR controller for such system, and I have desired and actual values for all first 4 states, but I don't have one for 5th state.

How to handle it?

Similar questions and discussions