1.纯跟踪算法

compute_wheel2 = atan(2 * Vehicle_length * sin(pid_yaw) / (k * 2 / 3.6 + Lf)) * 57.3   # Lf 为预瞄距离

https://blog.csdn.net/adamshan/article/details/80555174

2.standly算法

δ(t)=θe(t)+atan(ke(t)/v(t)​)  # k是系数,θe(t)是航向偏差,e(t) 是横向偏差, v(t)​是速度

https://blog.csdn.net/renyushuai900/article/details/98460758

 

相关文章:

  • 2021-10-27
  • 2021-10-22
  • 2021-11-30
  • 2021-04-18
  • 2021-07-30
  • 2021-11-05
  • 2021-08-06
  • 2021-06-04
猜你喜欢
  • 2021-10-20
  • 2021-12-04
  • 2021-05-04
  • 2021-07-18
  • 2021-09-28
  • 2021-12-26
  • 2021-06-22
相关资源
相似解决方案