Obtaining Linear State-Space Matrices (A,B,C,D) from UAV Toolbox Guidance Model for MPC/LQR Control Design

조회 수: 17 (최근 30일)
I need to design advanced controllers (MPC or LQR) for a UAV system using the Guidance Model block from UAV Toolbox. However, these control design methods require linear state-space matrices (A, B, C, D), but the Guidance Model represents a closed-loop reduced-order system that cannot be directly linearized using standard Simulink linearization tools.
Key Challenges :
  1. Closed-Loop Nature: The Guidance Model already includes autopilot + airframe dynamics, making it a stabilized closed-loop system
  2. Reduced-Order Model: Internal states don't directly correspond to physical states
Any guidance would be greatly appreciated!

채택된 답변

Jianxin Sun
Jianxin Sun 2025년 9월 30일
Hi, if you want to design controllers for the outter loop, such as position tracking controllers, you can still linearize the guidance model at different operating point. However, if you need to design controllers for the inner loop that is already part of guidance model, such as attitude controller for multirotor, you will need to build your model differently. For example, you can build your model using aerospace blockset following example in https://www.mathworks.com/help/aeroblks/quadcopter-modeling-based-on-parrot-minidrone.html
  댓글 수: 3
Jianxin Sun
Jianxin Sun 2025년 9월 30일
Have you ran the following command to get example files first?
openExample('aeroblks_quad/QuadcopterProjectExample')

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

추가 답변 (0개)

제품

Community Treasure Hunt

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

Start Hunting!

Translated by