An open API service indexing awesome lists of open source software.

https://github.com/wueestry/f110-mpcc

Model Predictive Contouring Controller to control a F110 car
https://github.com/wueestry/f110-mpcc

f110 mpc mpcc ros ros-noetic

Last synced: 3 months ago
JSON representation

Model Predictive Contouring Controller to control a F110 car

Awesome Lists containing this project

README

          

This repository creates a model predictive contouring controller to use on a f110th racestack.


(source: https://github.com/alexliniger/MPCC)

\
The main branch is using a pacejka tire model to simulate the cars behaviour, while the additional branch `simplified_tire_model` uses a simpler, path-parametric tire model

# Setup
- install ros-noetic and f110 base system
- clone repo into catkin ws
- install python requirements by running `pip install -r requirements.txt`
- use `catkin build` to compile ros pkgs
- start mpcc node by running `roslaunch mpcc_ros mpcc_controller.launch`

# Obstacle Avoidance Demo