Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 399 Bytes

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.