Nonlinear MPC example in Matlab

Hi everyone,

I’ve been working on implementing a nonlinear model predictive controller (MPC) for my drone dynamics system carrying a payload in Matlab with the built-in solver. Now, I want to switch to acados for faster computation time. Unfortunately, I couldn’t find any nonlinear MPC examples for acados. Could you provide me with some examples to help me start redesigning my controller and system using casadi acados? I only found a linear MPC example for a drone in the examples folder.

Thanks in advance for your help! :slight_smile:
Reza

1 Like

Hi Reza,

there really is no difference in setting up a linear MPC vs nonlinear MPC problem with acados. Also you can find plenty of nonlinear examples in the examples folder.

Best, Katrin

Hi Reza,

I’m also working on a nonlinear model predictive controller (MPC) for a drone dynamics system carrying a payload in MATLAB. I came across your post and was wondering if you were able to find any nonlinear MPC examples for acados.

If you found any useful resources, I would really appreciate it if you could share them. Thanks in advance!

Best,
Tian