Skip to content

autonomous-viranjan/pure-pursuit-controller

Repository files navigation

Pure Pursuit Controller

  • This repo containts a starter implementation of pure pursuit controller for lane changing

  • Following is the derivation of the controller

    alt text

  • Tuning parameters:

    • Speed dependent lookahead $ld$ params $K_d$, $ld_{min}$, $ld_{max}$
    • Vehicle wheelbase $L$
    • Target increment param $\epsilon$
  • Example run (constant longitudinal acceleration of $1 m/s^2$)

alt text

About

Pure pursuit controller tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages