casper-auto / carla_trajectory_controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carla Trajectory Controller

Methods

The longitudinal control is implemented with a PID Controller, while the later controller is optional to use one of the three: Pure Pursuit, Stanley and MPC.

Quick Setup

./setup_workspace.sh

Run Demo

Pure Pursuit

roslaunch trajectory_controller trajectory_control_demo.launch control_method:="PurePursuit"

Stanley

roslaunch trajectory_controller trajectory_control_demo.launch control_method:="Stanley"

Pure Pursuit

roslaunch trajectory_controller trajectory_control_demo.launch control_method:="MPC"

Clang Format

An easy way to create the .clang-format file is:

clang-format -style=llvm -dump-config > .clang-format

Available style options are described in Clang-Format Style Options.

Reference

About


Languages

Language:C++ 88.9%Language:Shell 6.7%Language:CMake 4.4%