PythonLinearNonLinearControl is a library implementing the linear and nonlinear control theories in python.
Go to file
Shunichi09 d4a1d37e02 fix readme 2019-02-10 23:06:10 +09:00
mpc fix readme 2019-02-10 23:06:10 +09:00
nmpc/cgmres Merge branch 'master' of github.com:Shunichi09/nonlinear_control 2018-12-23 12:24:41 +09:00
.gitignore add gitignore 2018-12-28 16:10:44 +09:00
LICENSE add two wheeled 2018-12-20 16:48:28 +09:00
README.md add readme 2019-02-10 22:55:16 +09:00

README.md

MIT licensed

linear_nonlinear_control

Implementing the linear and nonlinear control theories. For an instance, model predictive control, nonlinear model predictive control, sliding mode control etc

Now you can see the examples of control theories as following

  • Nonlinear Model Predictive Control with CGMRES
  • Linear Model Predictive Control(as generic function such as matlab tool box)
  • Extended Lineat Model Predictive Control for vehicle model

Usage and Details

you can see the usage in each folder

Basic Requirement

  • python3.5 or more
  • numpy
  • matplotlib

License

MIT