Skip to main content

Module pure_pursuit

Module pure_pursuit 

Source
Expand description

Pure Pursuit path tracking algorithm

A geometric path tracking controller that computes the steering angle to follow a reference path by looking ahead to a target point.

Structsยง

PurePursuitConfig
Configuration for Pure Pursuit controller
PurePursuitController
Pure Pursuit path tracking controller
VehicleState
Vehicle state for Pure Pursuit