Troubleshooting 'lqr' Command Failures in MATLAB: Stabilization and Optimal Gain Issues
The 'lqr' command failed to stabilize the plant or find an optimal feedback gain. To remedy this problem:
- Make sure that all unstable poles of A are controllable through B (use MINREAL to check)
- Modify the weights Q and R to make [Q N;N' R] positive definite (use EIG to check positivity).
- Increase the value of the regularization parameter, if applicable.
- Consider using a different control design method, such as pole placement or H-infinity control.
- Check for errors in the system model or measurement data.
- Consult with an expert in control theory for further assistance.
原文地址: https://www.cveoy.top/t/topic/nQAs 著作权归作者所有。请勿转载和采集!