• Stars
    star
    1,898
  • Rank 23,888 (Top 0.5 %)
  • Language
    Python
  • Created almost 4 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Motion planning algorithms commonly used on autonomous vehicles. (path planning + path tracking)

Overview

This repository implemented some common motion planners used on autonomous vehicles, including

Also, this repository provides some controllers for path tracking, including

Requirement

Vehicle models

This repository uses two models: simple car model and car pulling trailers model.

Hybrid A* Planner

1 2
11 12
13 14

State Lattice Planner

1 2

Controllers

1 2
1 2
1 2

Paper

Planning

Control

Useful Material