model-predictive-control topic

List model-predictive-control repositories

qpmpc

28
Stars
1
Forks
Watchers

Model predictive control in Python based on quadratic programming

ROS-Turtlebot-Navigation

40
Stars
12
Forks
Watchers

Custom navigation stack for Turtlebot3. Includes Fast SLAM, EKF SLAM, several path planners, and a model predictive path integral controller.

Motion Planning for Autonomous Driving using Model Predictive Control based on CommonRoad Framework.

Master's Thesis Project: Design, Development, Modelling and Simulating of a Y6 Multi-Rotor UAV, Imlementing Control Schemes such as Proportional Integral Derivative Control, Linear Quadratic Gaussian...

MPC-Implementation

48
Stars
11
Forks
Watchers

This repository has the code for the nonlinear model predictive controller for target tracking problems with the use of Casadi framework and Matlab simulation environment. 🏎️ ✈️

MPC-control-with-LMIs

36
Stars
6
Forks
Watchers

MODEL PREDICTIVE CONTROL (MPC) CONTROL BASED ON THE QUASI-MIN-MAX ALGORITHM WITH RELAXATION IN LMIS

quadrotor-pendulum

33
Stars
5
Forks
Watchers

A model predictive control (MPC) design and implementation for a quadrotor balancing an inverted pendulum. Includes a stability analysis and an estimate of the region-of-recursive-stability.

vpi-crossing

23
Stars
4
Forks
Watchers

A vehicle-pedestrian interaction framework for simulation.

python_simple_mppi

175
Stars
18
Forks
Watchers

Python implementation of MPPI (Model Predictive Path-Integral) controller to understand the basic idea. Mandatory dependencies are numpy and matplotlib only.