mpt0816 / ContingencyPlanning

A contingency speed planning for cut in
GNU General Public License v2.0
5 stars 4 forks source link

Contingency Speed Planning

简单实现。

1. Control Model

$$ A = \left[\begin{matrix} 0 & 1 & 0 \ 0 & 0 & 1 \ 0 & 0 & 0 \ \end{matrix}\right] , B = \left[\begin{matrix} 0 \ 0 \ 1 \ \end{matrix}\right] $$

2. Config

config.m中为参数设置。

3. Planner

contingency planning优化求解;

4. PlotResults

画图。

5. 运行

main.m