paper-with-me

Papers

Custom Non-Linear Model Predictive Control for Obstacle Avoidance in Indoor and Outdoor Environments

2024-10-03 · Lara Laban, Mariusz Wzorek, Piotr Rudol, Tommy Persson

Navigating complex environments requires Unmanned Aerial Vehicles (UAVs) and autonomous systems to perform trajectory tracking and obstacle avoidance in real-time. While many control strategies have effectively utilized linear approximations, addressing the non-linear dynamics of UAV, especially in obstacle-dense environments, remains a key challenge that requires further research. This paper introduces a Non-linear Model Predictive Control (NMPC) framework for the DJI Matrice 100, addressing these challenges by using a dynamic model and B-spline interpolation for smooth reference trajectories, ensuring minimal deviation while respecting safety constraints. The framework supports various trajectory types and employs a penalty-based cost function for control accuracy in tight maneuvers. The framework utilizes CasADi for efficient real-time optimization, enabling the UAV to maintain robust operation even under tight computational constraints. Simulation and real-world indoor and outdoor experiments demonstrated the NMPC ability to adapt to disturbances, resulting in smooth, collision-free navigation.

📄 PDF Abstract BibTeX arXiv:2410.02732

Code (1)

larasupernovae/nmpc_flash_multi_obstacle 공식 구현

Tasks

Model Predictive Control

Similar Papers 제목 키워드 기반

Geometric Model Predictive Path Integral for Agile UAV Control with Online Collision Avoidance

2025-10-14 · Pavel Pochobradský, Ondřej Procházka, Robert Pěnička, Vojtěch Vonásek 외 arxiv

In this letter, we introduce Geometric Model Predictive Path Integral (GMPPI), a sampling-based controller capable of tracking agile trajectories while avoiding obstacles. In each iteration, GMPPI generates a large numbe…

Collision Avoidance

A Convex Obstacle Avoidance Formulation

2025-12-15 · Ricardo Tapia, Iman Soltani arxiv

Autonomous driving requires reliable collision avoidance in dynamic environments. Nonlinear Model Predictive Controllers (NMPCs) are suitable for this task, but struggle in time-critical scenarios requiring high frequenc…

Computational EfficiencyCollision AvoidanceAutonomous Driving

On the Dual Implementation of Collision-Avoidance Constraints in Path-Following MPC for Underactuated Surface Vessels

2021-03-10 · Simon Helling, Christian Roduner, Thomas Meurer

A path-following collision-avoidance model predictive control (MPC) method is proposed which approximates obstacle shapes as convex polygons. Collision-avoidance is ensured by means of the signed distance function which …

Collision AvoidanceModel Predictive Control

On the Design of Nonlinear MPC and LPVMPC for Obstacle Avoidance in Autonomous Driving

2023-07-12 · Maryam Nezami, Dimitrios S. Karachalios, Georg Schildbach, Hossam S. Abbas

In this study, we are concerned with autonomous driving missions when a static obstacle blocks a given reference trajectory. To provide a realistic control design, we employ a model predictive control (MPC) utilizing non…

Autonomous DrivingModel Predictive ControlScheduling

Model Predictive Contouring Control with Barrier and Lyapunov Functions for Stable Path-Following in UAV systems

2024-11-01 · Bryan S. Guevara, Viviana Moya, Luis F. Recalde, David Pozo-Espin 외

In this study, we propose a novel method that integrates Nonlinear Model Predictive Contour Control (NMPCC) with an Exponentially Stabilizing Control Lyapunov Function (ES-CLF) and Exponential Higher-Order Control Barrie…

Navigate