Skip to content

bennylu/carla-mpc

Repository files navigation

carla-mpc

In this repo, a MPC based vehicle steering controller is implemented based on Carla simulator.

Setup

python -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Run

./start-carla.sh

# on another terminal
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published