加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Reference:
    https://github.com/darienmt/CarND-MPC-Project-P5


Kinematic model:
    x[t] = x[t-1] + v[t-1] * cos(psi[t-1]) * dt
    y[t] = y[t-1] + v[t-1] * sin(psi[t-1]) * dt
    psi[t] = psi[t-1] + v[t-1] / Lf * delta[t-1] * dt
    v[t] = v[t-1] + a[t-1] * dt
    cte[t] = f(x[t-1]) - y[t-1] + v[t-1] * sin(epsi[t-1]) * dt
    epsi[t] = psi[t] - psi[t-1] + v[t-1] * delta[t-1] / Lf * dt
      where:
        x, y : Car's position
        psi : Car's heading direction  
        v : Car's velocity
        cte : Cross-track error
        epsi : Orientation error


视频展示:
   GoogleDrive:
    https://drive.google.com/open?id=1gETWosieQwrqf_ETh6eX5eH-9yi255QO
   云盘:
    https://www.jianguoyun.com/p/DTgIBV8QvsmaCBjHq_UC

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化