PythonLinearNonLinearControl is a library implementing the linear and nonlinear control theories in python.
Go to file
Shunichi09 2a9ac7fb0d fix README 2018-12-20 16:52:42 +09:00
nmpc/cgmres add two wheeled 2018-12-20 16:48:28 +09:00
LICENSE add two wheeled 2018-12-20 16:48:28 +09:00
README.md fix README 2018-12-20 16:52:42 +09:00

README.md

MIT licensed

nonlinear_control

Implementing the nonlinear model predictive control, sliding mode control

Usage

you can see the usage in each folder

Requirement

You should install following software

  • python(3.5>)
  • numpy
  • matplotlib

License

MIT