peterou / pure_pursuit

A ROS implementation of the pure pursuit path following algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

A pure pursuit path following controller, implemented in ROS.

Dependencies

Installable with rosdep:

rosdep install pure_pursuit

Usage

To se a demo of the controller in action, use the lattice_navigation_demos package.

Limitations

The controller currently does not handle backwards driving correctly.

About

A ROS implementation of the pure pursuit path following algorithm.

License:MIT License


Languages

Language:C++ 80.3%Language:CMake 17.4%Language:Python 2.3%