Skip to main content

Module ilqr

Module ilqr 

Source
Expand description

Iterative Linear Quadratic Regulator (iLQR) for a unicycle model.

The planner optimizes a finite-horizon state and control trajectory to drive a robot from a start pose to a goal pose.

Reference:

Structs§

ILQRConfig
Configuration for the iLQR planner.
ILQRPlanner
iLQR planner for a unicycle model.
ILQRResult
Optimized iLQR trajectory.