Control of a Three Dimension of Freedom Quadcopter Stand Using a Linear Quadratic Integral Regulator Based on the Differential Game Theory
In this study, a quadcopter stand with three degrees of freedom was controlled using game theory-based control. The first player tracks a desired input, and the second player creates a disturbance in the tracking of the first player to cause an error in the tracking. The move is chosen using the Nash equilibrium, which presupposes that the other player made the worst move.. In addition to being resistant to input interruptions, this method may also be resilient to modeling system uncertainty. This method evaluated the performance through simulation in the Simulink environment and implementation on a three-degree-of-freedom stand.
Keywords: Quadcopter, Differential Game, Game Theory, Nash Equilibrium, Three Degree of Freedom Stand, Model Base Design, Linear Quadratic Regulator
This is three degree of freedom quadcopter stand.
In game theory, differential games are a group of problems related to the modeling and analysis of conflict in the context of a dynamical system. More specifically, a state variable or variables evolve over time according to a differential equation.
Optimum answer of LQDG come from solving two coupled riccati equation. riccati equation mentioned before:
Optimum control command:
When there is uncertanity in model it is better to use LQIDG controller. In this controller, the integral of the difference between the system output and the desired value is added to the state vector.
New space state matrix:
and C matrix is identity matrix. LQIDG coupled riccati equation:
$$ \begin{split} \boldsymbol{\dot{K}{a_1}}(t) &= -\boldsymbol{A}^\mathrm{T}\boldsymbol{K{a_1}}(t) - \boldsymbol{K_{a_1}}(t)\boldsymbol{A} - \boldsymbol{Q_{a_1}} +\boldsymbol{K_{a_1}}(t)\boldsymbol{S_{a_1}}(t)\boldsymbol{K_{a_1}}(t) + \boldsymbol{K_{a_1}}(t)\boldsymbol{S_{a_2}}(t)\boldsymbol{K_{a_2}}(t)\ \boldsymbol{\dot{K}{a_2}}(t) &= -\boldsymbol{A}^\mathrm{T}\boldsymbol{K{a_2}}(t) - \boldsymbol{K_{a_2}}(t)\boldsymbol{A} - \boldsymbol{Q_{a_2}} +\boldsymbol{K_{a_2}}(t)\boldsymbol{S_{a_2}}(t)\boldsymbol{K_{a_2}}(t) + \boldsymbol{K_{a_2}}(t)\boldsymbol{S_{a_1}}(t)\boldsymbol{K_{a_1}}(t) \end{split} $$
LQIDG omptimum control command:
This Article used perivous work to model the quadcopter stand. Final model is shown below.
Constants used above are shown below.
The parameter used in this model introduced in the article.
In this article used simmulink to simulate the quadcopter stand. Simulation in MATLAB simulink is shown below.
Solving differtial eqautions using ode45.
All 6 chanell of quadcopter are shown in the figure below.Three degree of freedom simulation of quadcopter are shown in the figure below. For optimzation of LQIDG weighting matrix used TCACS algorithm.
roll | pitch |
---|---|
yaw | |
Motor commands simulation of quadcopter are shown in the figure below.
Motor 1 | Motor 2 |
---|---|
Motor 3 | Motor 4 |
Three degree of freedom final test of quadcopter are shown in the figure below. For optimzation of LQIDG weighting matrix used TCACS algorithm that used in simulation.
roll | pitch |
---|---|
yaw | |
Motor commands final test of quadcopter are shown in the figure below.
Motor 1 | Motor 2 |
---|---|
Motor 3 | Motor 4 |
This project is licensed under the MIT License - Author: Ali BaniAsad