Releases: Eric-Bradford/Nominal_NMPC
Releases · Eric-Bradford/Nominal_NMPC
Nominal_NMPC
Nominal_NMPC is a basic nonlinear model predictive control (NMPC) implementation in Python with soft constraints, which uses an Unscented Kalman filter for state estimation. The NMPC algorithm does not consider possible uncertainties and is therefore referred to as nominal. The dynamic equation system is assumed to be given by differential algebraic equations. The code is mostly meant to be used as a way to verify the performance of more novel algorithms against an implementation more likely to be found in industry.