Control of inverted pendulum

조회 수: 27 (최근 30일)
AG
AG 2019년 11월 18일
답변: AG 2019년 12월 5일
Hello everyone,
I'm playing with the Inverted Pendulum example : openExample('simulink_general/penddemoExample') in Command Window. I'm trying to understand which control theory stays behind the state space estimator and the choice of LQR parameters.
I don't find anything similar in literature, can anyone help me, please?

답변 (2개)

M
M 2019년 11월 18일
I don't find anything similar in literature
LQR algorithm with state estimator is very common and you can find plenty of examples in the literature.
In the simulink example, the state space estimator is implemented with a discrete time state space equation:
And the LQR block is simply a matrix gain. You can find details about lqr in matlab here:
  댓글 수: 3
M
M 2019년 11월 20일
I did not look into details but it looks like the matrices inside the estimator block come from a linearization of the functions that model the cart + pendulum. I guess the linearization is made around the vertical position.
AG
AG 2019년 11월 22일
Its look like we use the information of cart position and angle sensor "as is", the meaning of A=0 is that we don't consider the previous state but I don't understand why. If I linearize the generic model of a inverted pendulum on a cart I must use the general model where A is a 4x4 matrix and not 2x2.

댓글을 달려면 로그인하십시오.


AG
AG 2019년 12월 5일
No one could help me?
Thank you very much!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by