代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。