lqrTrack
compute an LQR controller
Contents
Syntax
Description
This function computes the feedback matrix for the tracking controller by applying the LQR control approach to the linearized system
Input Arguments
|
x0 |
initial state of the considered reference trajectory part (dimension: [nx,1]) |
||||||||
|
xf |
final state of the considered reference trajectory part (dimension: [nx,1]) |
||||||||
|
u |
reference control input for the considered reference trajectory part (dimension: [nu,1]) |
||||||||
|
Opts |
a structure containing following options
|
Output Arguments
|
K |
computed feedback matrix for the tracking controller (dimension: [nu,nx]) |
See Also
© 2018-2023 I6 Technische Universität München Website License
|
![]() |
![]() |
![]() |


