mlsdpk / cmpf

CARLA Motion Planning Framework (CMPF)

Home Page:https://cmpf.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CARLA Motion Planning Framework (CMPF)

license - apache 2.0 Documentation Status Clang Format CI Focal

⚠️ This project is in progress.

CMPF is an open-source software framework for motion planning of autonomous vehicles in CARLA Autonomous Driving Simulator. The framework contains various components of motion planning including route planning, behavior planning (or decision making), trajectory planning and path tracking controllers. It also provides implementations of several perception and behavior prediction plugins including state-of-the-art learning-based approaches from autonomous driving literature to be used with core motion planning modules. The framework is highly reconfigurable and users can design their own behavior trees to customize for application specific motion planning stack. For more information of the project, please visit our documention site.

Getting started

Installation — Installation steps required to use CMPF.

About

CARLA Motion Planning Framework (CMPF)

https://cmpf.readthedocs.io

License:Apache License 2.0


Languages

Language:C++ 90.5%Language:CMake 9.5%