paper-with-me

Papers

Implementation of a neural network for non-linearities estimation in a tail-sitter aircraft

2020-10-12 · A. Flores, G. Flores

The control of a tail-sitter aircraft is a challenging task, especially during transition maneuver where the lift and drag forces are highly nonlinear. In this work, we implement a Neural Network (NN) capable of estimate such nonlinearities. Once they are estimated, one can propose a control scheme where these forces can correctly feed-forwarded. Our implementation of the NN has been programmed in C++ on the PX4 Autopilot an open-source autopilot for drones. To ensure that this implementation does not considerably affect the autopilot's performance, the coded NN must be of a light computational load. With the aim to test our approach, we have carried out a series of realistic simulations in the Software in The Loop (SITL) using the PX4 Autopilot. These experiments demonstrate that the implemented NN can be used to estimate the tail-sitter aerodynamic forces, and can be used to improve the control algorithms during all the flight phases of the tail-sitter aircraft: hover, cruise flight, and transition.

📄 PDF Abstract BibTeX arXiv:2010.06049

Code (1)

LAPyR/NN_aerodynamic_estimation 공식 구현

Similar Papers 제목 키워드 기반

Transition control of a tail-sitter UAV using recurrent neural networks

2020-06-29 · Alejandro Flores, Gerardo Flores

This paper presents the implementation of a Recurrent Neural Network (RNN) based-controller for the stabilization of the flight transition maneuver (hover-cruise and vice versa) of a tail-sitter UAV. The control strategy…

Design and Control of a Coaxial Dual-rotor Reconfigurable Tailsitter UAV Based on Swashplateless Mechanism

2025-11-06 · Jinfeng Liang, Haocheng Guo, Ximin Lyu arxiv

The tailsitter vertical takeoff and landing (VTOL) UAV is widely used due to its lower dead weight, which eliminates the actuators and mechanisms for tilting. However, the tailsitter UAV is susceptible to wind disturbanc…

YawSitter: Modeling and Controlling a Tail-Sitter UAV with Enhanced Yaw Control

2025-10-03 · Amir Habel, Fawad Mehboob, Jeffrin Sam, Clement Fortin 외 arxiv

Achieving precise lateral motion modeling and decoupled control in hover remains a significant challenge for tail-sitter Unmanned Aerial Vehicles (UAVs), primarily due to complex aerodynamic couplings and the absence of …

Attitude Control of a Novel Tailsitter: Swiveling Biplane-Quadrotor

2019-07-19

This paper proposes a solution to the attitude tracking problem for a novel quadrotor tailsitter unmanned aerial vehicle called swiveling biplane quadrotor. The proposed vehicle design addresses the lack of yaw control a…

valid

Efficient Non-linear Calculators

2021-09-26 · Adedamola Wuraola, Nitish Patel

A novel algorithm for producing smooth nonlinearities on digital hardware is presented. The non-linearities are inherently quadratic and have both symmetrical and asymmetrical variants. The integer (and fixed point) impl…