LMIs in Control/Applications/Hinf LMI SatelliteAttitudeControl

LMIs in Control/Applications/Hinf LMI SatelliteAttitudeControl


This is a LMI for Satellite Attitude Control. Satellite attitude control is necessary to allow satellites in orbit accomplish their mission. Poor satellite attitude control results in poor pointing performance which can result in increased cost, delayed service, and reduced lifetime of the satellite.


The System edit

The full derivation of the system from first principles is accomplished in the companion LMI for   Satellite Attitude Control. The link to that page is at the bottom with the references.

Continuous Time:

 

The above model was derived by substituting satellite attitude kinematics into the attitude dynamics of a satellite. The following are definitions of the variables above:

  • Moments of inertia about the corresponding axis:  
  • Euler Angles:  
  • Disturbance Torques (flywheel, gravitational, and disturbance):  
  • Rotational-angular velocity of the Earth:  

The state-space representation of the system can be found by the following steps. Let

 

Introduce the notations

 

where   stand for any element in  . Then the state-space system is:

 

where the matrices in the above state-space representation are defined as follows:

 

The Data edit

Data required for this LMI include moments of inertia of the satellite being controlled and the angular velocity of the earth. Any knowledge of the disturbance torques would also facilitate solution of the problem.

The Optimization Problem edit

The idea is to design a state feedback control law for the previous satellite state-space system of the form

 

This control law is designed so that the closed-loop system is stable and the transfer function matrix from disturbance to output

 

satisfies

 

for a minimal positive scalar   which represents the minimum attenuation level.

The idea here is to attenuate the disturbances as much as possible while still maintaining the ability of the satellite to track. This minimum attenuation level is found from the LMI in the following section.

  • Objective: Hinf norm
  • Variables: Controller Gains
  • Constraints: Satellite Attitude Dynamics and Kinematics. Maximum safe rotational rate of Satellite, maximum jet pulse thrust

The LMI: Feedback Control of the Satellite System edit

Duan and Yu approach the   satellite system as follows. The minimum attenuation level from disturbance to output can be found by solving the following LMI optimization problem.

 

which is the same as Theorem 8.1 in Duan and Yu's Book, the solution to the   problem.

Conclusion: edit

The Duan and Yu textbook takes as typical values of the satellite moment of inertias as:

 

They then proceed to solve the optimization problem to find a controller gain that yields an attenuation level of 0.0010. Though this value is very small and represents very good attenuation the optimized controller pushes the poles of the closed loop system very close to the imaginary axis, resulting in slow oscillatory behavior with a very long settling time.

To address this a second approach was used by the authors which involves modifying the final LMI in the expression above and requiring that it be constrained as follows

 

These results are planned verified in the linked code implementation using YALMIP, whereas the authors took advantage of the MATLAB LMI Toolbox to achieve their results.

Implementation edit

A link to CodeOcean or other online implementation of the LMI

Related LMIs edit

Links to other closely-related LMIs

External Links edit

A list of references documenting and validating the LMI.