Hello,
in a SISO LQR tracking control ,the input command computed is :
u(k) = us -G(x-xs)
us represents the steady state input directly computed from my desired reference trajectory y(k) = r. it's the feedforward part of my control
y(k) = C*x(k) and r = C*xs
I'm stucked with the feedbackward part of my input command because i don't know how to compute xs which represents the steady state target.
my vector C is equal to (0,0,a,b,0,0).
i don't really care of the state of x as long as y(k) follows my reference.
I use xs = 0 (as if I regulate my plant to the equilibrium point) but i think it's not good
do i have to reformulate in an another way my state space model?
Thank you