This repository contains the code and simulations of the undergraduate scientific initiation project funded by FAPESP, focused on the development and evaluation of Model Predictive Control (MPC) strategies for quadrotor landing on oscillating platforms, typical of maritime scenarios.
Unmanned Aerial Vehicles (UAVs) with vertical take-off and landing capabilities (VTOL) are increasingly used in the automation of tasks in sectors such as port operations and the oil industry. In these scenarios, UAVs must operate under adverse conditions, including gusty winds and oscillating landing platforms, requiring new control strategies to prevent catastrophic failures.
This project proposes the use of MPC to handle such conditions, with a specific focus on ensuring safe landing on mobile platforms. Validation is carried out through simulations in Julia, comparing the performance of the proposed controller with existing solutions in the literature, such as the LQR controller.
src/– simulation and controller codenotebooks/– interactive notebooks for results analysisDockerfile/docker-compose.yml– reproducible environment via Docker
The entire environment is containerized in Docker, but you need to have Docker Engine and Docker Compose installed.
sudo apt update
sudo apt install -y docker.io docker-compose
sudo systemctl enable --now dockersudo dnf install -y docker docker-compose
sudo systemctl enable --now dockerClone the repository and execute:
docker compose build
docker compose upAfter initialization, copy and paste into your browser the link displayed in the terminal, for example:
http://127.0.0.1:8888/tree?token=...
This will open the Jupyter environment with the project notebooks.
Parts of this project were inspired by or adapted from the lecture notebooks of the course Optimal-Control-16-745/lecture-notebooks-2023, licensed under CC BY-NC-SA 4.0. Changes and extensions have been made to adapt the code to the scope of this work.
This project was supported by the São Paulo Research Foundation (FAPESP), through the funding of an undergraduate research scholarship.
- Student Researcher: Carlos Henrique Craveiro Aquino Veras
- Advisor: Glauco Augusto de Paula Caurin