-
大小: 16KB文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-03-11
- 語言: Matlab
- 標簽: MPC??trajectory??車輛跟蹤??軌跡預測??
資源簡介
通過carsim與matlab聯(lián)合仿真,基于模型預測控制算法的無人車輛軌跡跟蹤(內(nèi)含五個matlab編程代碼)
代碼片段和文件信息
function?[sysx0strts]?=?MY_MPCController3(txuflag)
%???該函數(shù)是寫的第3個S函數(shù)控制器(MATLAB版本:R2011a)
%???限定于車輛運動學模型,控制量為速度和前輪偏角,使用的QP為新版本的QP解法
%???[sysx0strts]?=?MY_MPCController3(txuflag)
%
%?is?an?S-function?implementing?the?MPC?controller?intended?for?use
%?with?Simulink.?The?argument?md?which?is?the?only?user?supplied
%?argument?contains?the?data?structures?needed?by?the?controller.?The
%?input?to?the?S-function?block?is?a?vector?signal?consisting?of?the
%?measured?outputs?and?the?reference?values?for?the?controlled
%?outputs.?The?output?of?the?S-function?block?is?a?vector?signal
%?consisting?of?the?control?variables?and?the?estimated?state?vector
%?potentially?including?estimated?disturbance?states.
switch?flag
?case?0
??[sysx0strts]?=?mdlInitializeSizes;?%?Init
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????6639??2014-05-30?10:20??MPCController\MPCController1.m
?????文件??????14496??2014-05-30?10:20??MPCController\MPCController2.m
?????文件???????9536??2014-05-30?10:20??MPCController\MPCController3.m
?????文件??????12503??2014-05-30?10:20??MPCController\MPCController4.m
?????文件???????4528??2014-05-30?10:20??MPCController\MPCController5.m
?????目錄??????????0??2017-09-22?17:28??MPCController
-----------?---------??----------?-----??----
????????????????47702????????????????????6
評論
共有 條評論