Skip to content

nikolaif399/LinearMPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Model Predictive Control

A generic Linear Model Predictive Control library in MATLAB.

Compatible backend solvers are quadprog (OSQP and qpOASES under development)

Linear MPC Tracking

Setup Instructions

The default solver in this library is MATLAB Optimization Toolbox's built in quadprog function. To use this, just clone the repo locally and run test_quadprog.m. This library also supports qpOASES as a backend solver. To use, follow the instructions here (under doc/manual) to setup the MATLAB bindings of qpOASES on your machine. Make sure that the qpOASES mex file is added to the matlab path before you attempt to use it.

About

Linear model predictive control library in MATLAB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published