Acados featured work collection

Dear acados Community,

we are happy to have helped a number of people to use acados for their application via this forum.
We would like to start maintaining a public list of projects and publications (papers, thesis, benchmarks, etc) that feature acados.

This thread is meant for you to submit links, documents, or code repositories that might be interesting for other users in the future.

We are looking forward to getting to know more about your work.

Thanks a lot :pray:
Jonathan & The acados developers.

4 Likes

Hi Jonathan,

this is a very good idea. Here are two of my papers where I have successfully used acados:

Contraction Properties of the Advanced Step Real-Time Iteration for NMPC at the IFAC World Congress 2020 : https://cdn.syscop.de/publications/Nurkanovic2020b.pdf

Real-Time Nonlinear Model Predictive Control for Microgrid Operation at the American Control Conference 2020: https://cdn.syscop.de/publications/Nurkanovic2020a.pdf

I have one more paper where I have used acados, which is not yet published. However, here is a link to the prepreint: https://www.researchgate.net/publication/341622767_Optimization-based_Primary_and_Secondary_Control_of_Microgrids

Cheers
Armin

2 Likes

Hi Jonathan and Acados dev team !

Once again, thanks for the great work. We are currently developing a library for optimal control in Biomechanics (https://github.com/pyomeca/bioptim). Ipopt and Acados are now (almost) fully interfaced. Publications and benchmarks are in progress !

Best,

François

1 Like

Hi Jonathan and developers,

thanks for the great user support!

I have written a Python library for economic tuning of tracking NMPC problems (TuneMPC - https://github.com/jdeschut/tunempc). It computes positive definite stage cost matrices for a tracking NMPC problem so that it’s feedback policy locally approximates that of economic NMPC around an economically optimal reference.

Using the acados Python interface, TuneMPC provides the possibility to automatically formulate and code-generate the “tuned” tracking MPC solvers (as well as economic and standard tracking MPC for comparison).

The paper can be found here.

Cheers,
Jochem

1 Like

Hi Jonathan,

here are some of my papers using acados:

An Efficient Real-Time NMPC for Quadrotor Position Control under Communication Time-Delay: https://arxiv.org/abs/2010.11264

Least Conservative Linearized Constraint Formulation for Real-Time Motion Generation: https://www.dis.uniroma1.it/~labrob/pub/papers/IFAC20_RealTimeMotiongeneration_preprint.pdf

Best,
Bárbara

2 Likes

Thanks to everybody posting here! :pray:
The list can be found here:
https://docs.acados.org/list_of_projects/index.html

1 Like

Hey Jonathan,
Thank you very much for this great software framework!
I successfully used acados for the following paper:
Model predictive control of wind turbine fatigue via online rainflow-counting on stress history and prediction at the wind energy conference TORQUE 2020: https://iopscience.iop.org/article/10.1088/1742-6596/1618/2/022041

Best regards,
Stefan

2 Likes

Some update on our Python framework for biomechanical optimal control based on acados (among others):
https://www.biorxiv.org/content/10.1101/2021.02.27.432868v1
Best,
François

2 Likes

Hi,

First of all many thanks for this great solver framework!

I just published the code, which makes use of acados in two shared controllers (C++/ROS) for vehicle teleoperation.

The code even made it on a F1TENTH vehicle. You can see it in action in videos, linked in the README under Demonstrations of Operator in the Experiments.

There also exists a related publication.
“Steering Action-aware Adaptive Cruise Control for Teleoperated Driving”

Greetings from TUM,
Andreas

2 Likes

Hi acados team,

Thank you so much for developing such an amazing tool!

Here is our CDC23 paper using acados:

Nonlinear MPC for Quadrotors in Close-Proximity Flight with Neural Network Downwash Prediction: https://arxiv.org/abs/2304.07794

Best,
Jinjie

1 Like