This project addresses the challenge of real-time control for dynamic systems, specifically focusing on a six-degrees-of-freedom (6 DOF) aerodynamic model of a quadrotor. Our proposed solution integrates a Linear Quadratic Regulator with Proportional-Integral (LQR-PI) controller and Adaptive Control (AC) through an augmented architecture:
By combining these two control strategies, we aim to achieve robust performance in the presence of model inaccuracies and unforeseen disturbances, while maintaining a well-defined nominal control law.
The MSBS is designed to collect data for learning the dynamics of various systems without the need for mechanical supports that can cause wake interference. One key implementation challenge on real hardware is overcoming:
In addressing these challenges, the system must account for constraints in both the frequency and time domains, ensuring robust stability and high performance.
Adaptive Control offers a self-correcting control strategy that can handle system uncertainties using online information without further modeling. Key reasons include:
We adopt an Augmented Model Reference Adaptive Control (MRAC) approach, layering adaptive laws on top of a nominal LQR-PI design:
By introducing adaptation only when significant errors or uncertainties arise, we maintain computational efficiency and high performance.
In simulation (MATLAB/Simulink), the LQR-PI and Adaptive Control loop are combined to meet both time-domain and frequency-domain requirements. This setup is then translated to real hardware in the MSBS, where challenges like sensor noise, control saturation, and varying aerodynamic conditions are addressed.
The integration of an LQR-PI controller with Adaptive Control significantly enhances the stability and performance of the Magnetic Suspension and Balance System. By seamlessly adapting to uncertainties in real-time, the proposed approach overcomes issues such as noisy measurements and control saturation, all while meeting frequency-domain requirements and sustaining performance at higher operating conditions.
The same augmented adaptive concept, demonstrated with a 6 DOF quadrotor model for rigorous testing, underscores the broad applicability of robust adaptive solutions in complex, uncertain environments.