Difference between revisions of "Supplement: Optimization-Based Control"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
| width=50% | | | width=50% | | ||
* {{OBC pdf|Contents and Preface|obc-frontmatter|03Jan10}} | * {{OBC pdf|Contents and Preface|obc-frontmatter|03Jan10}} | ||
− | * {{OBC pdf|Ch 1 - Trajectory Generation and Tracking|obc-trajgen|03Jan10}} | + | * {{OBC pdf|Ch 1 - Introduction|obc-intro|22Dec2022}} |
+ | ** System and Control Design | ||
+ | ** The Control System “Standard Model” | ||
+ | ** Layered Control Systems | ||
+ | ** The Python Control Systems Library (python-control) | ||
+ | * {{OBC pdf|Ch 2 - Trajectory Generation and Tracking|obc-trajgen|03Jan10}} | ||
** Two Degree of Freedom Design | ** Two Degree of Freedom Design | ||
** Trajectory Tracking and Gain Scheduling | ** Trajectory Tracking and Gain Scheduling | ||
** Trajectory Generation and Differential Flatness | ** Trajectory Generation and Differential Flatness | ||
− | * {{OBC pdf|Ch | + | * {{OBC pdf|Ch 3 - Optimal Control|obc-optimal|27Oct18}} |
** Review: Optimization | ** Review: Optimization | ||
** Optimal Control of Systems | ** Optimal Control of Systems | ||
Line 30: | Line 35: | ||
** Choosing LQR Weights | ** Choosing LQR Weights | ||
** Advanced Topics | ** Advanced Topics | ||
− | * {{OBC pdf|Ch | + | * {{OBC pdf|Ch 4 - Receding Horizon Control|obc-rhc|22Dec09}} |
** Optimization-Based Control | ** Optimization-Based Control | ||
** Receding Horizon Control with CLF Terminal Cost | ** Receding Horizon Control with CLF Terminal Cost | ||
Line 36: | Line 41: | ||
** Implementation on the Caltech Ducted Fan | ** Implementation on the Caltech Ducted Fan | ||
| width=50% | | | width=50% | | ||
− | * {{OBC pdf|Ch | + | * {{OBC pdf|Ch 5 - Stochastic Systems|obc-stochastic|15Feb10}} |
** Review of Random Variables | ** Review of Random Variables | ||
** Introduction to Random Processes | ** Introduction to Random Processes | ||
Line 42: | Line 47: | ||
** Linear Stochastic Systems | ** Linear Stochastic Systems | ||
** Random Processes in the Frequency Domain | ** Random Processes in the Frequency Domain | ||
− | * {{OBC pdf|Ch | + | * {{OBC pdf|Ch 6 - Kalman Filtering|obc-kalman|22Dec09}} |
** Linear Quadratic Estimators | ** Linear Quadratic Estimators | ||
** Extensions of the Kalman Filter | ** Extensions of the Kalman Filter | ||
** LQG Control | ** LQG Control | ||
** Application to a Vectored Thrust Aircraft | ** Application to a Vectored Thrust Aircraft | ||
− | * {{OBC pdf|Ch | + | * {{OBC pdf|Ch 7 - Sensor Fusion|obc-fusion|22Dec09}} |
** Discrete-Time Stochastic Systems | ** Discrete-Time Stochastic Systems | ||
** Kalman Filters in Discrete Time | ** Kalman Filters in Discrete Time |
Revision as of 08:46, 21 December 2021
|
These notes serve as a supplement to Feedback Systems by Åström and Murray and expand on some of the topics introduced there. Our focus is on the use of optimization-based methods for control, including optimal control theory, receding horizon control and Kalman filtering. Each chapter is intended to be a standalone reference for advanced topics that are introduced in Feedback Systems.
Note: These notes are in draft form and may contain errors. Permission is granted to download and print a copy for individual use, but this material may not be reproduced, in whole or in part, without written consent from the author.
News (archive)
- 15 Feb 10: updated version of Chapter 4 (stochastic systems) is posted; multiple fixes + some new material
- 3 Jan 10: posted updated version of Chapters 1 and 2 (mainly small fixes) + working errata link
- 22 Dec 09: updated versions of all chapters posted; working through small fixes over the next few weeks
- 22 Dec 09: updated supplement main page to a new format
- 4 Jan 09: Version 2.0b posted - fixes and error corrections for chapters 1-4
Contents
|
|