You are on page 1of 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/307575896

An Analytical Review on FPGA Based Autonomous Flight Control System for


Small UAVs

Conference Paper · March 2016


DOI: 10.1109/ICEEOT.2016.7754907

CITATIONS READS
0 166

3 authors:

Banwari Lal Narendra Khatri

1 PUBLICATION   0 CITATIONS   
The LNM Institute of Information Technology
7 PUBLICATIONS   5 CITATIONS   
SEE PROFILE
SEE PROFILE

Abhishek Sharma
The LNM Institute of Information Technology
28 PUBLICATIONS   151 CITATIONS   

SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Real-Time Traffic Light Signal Recognition System for a Self-driving Car View project

Real Time Scheduling View project

All content following this page was uploaded by Narendra Khatri on 15 January 2018.

The user has requested enhancement of the downloaded file.


International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT) - 2016

An Analytical Review on FPGA Based


Autonomous Flight Control System for Small
UAVs
Banwari Lal Sharma Narendra Khatri Dr. Abhishek Sharma
Deptt. Of ECE Deptt. Of MME Deptt. Of ECE
The LNMIIT, Jaipur, Rajasthan, The LNMIIT, Jaipur, Rajasthan, The LNMIIT, Jaipur, Rajasthan,
India India India
Banwari007@yahoo.com narkhatri@gmail.com abhisheksharma@lnmiit.ac.in

Abstract— Recently small UAVs are widely used in real would also have a huge impact on the overall design, for
world applications. In the absence of the pilot, Flight control which code parallelization provides faster speed in FPGA and
system (FCS) is the brain of the any aircraft especially in the
UAVs. FCS can use various controllers such as conventional other hardware components. Small UAV is constraint to less
PID Controller, combination of PID controller with Kalman volume and weight. As per current trend in modern UAV
filter, fuzzy logic controller and FPGA /DSP based controller, development, FPGAs severed as the main architecture
etc. This paper presents, brief explanation of four techniques
platform in flight control system to provide quick and
used in the development of the flight control system for small
UAVs namely, purpose of work, flow diagram, advantages and efficient response with respect to proof of concept and time.
disadvantages. Field Programmable Gate Array (FPGA) /DSP
based small UAVs are better one, as it is a low power, fast In fig. 1 Flight control system in the form of an
response, less volume and compatibility to applications. The aim
autopilot, having component such as sensor, Airframe,
of this paper is to achieve a suitable characteristics compatible
with applications in the field of unmanned aviation. controller, Navigation signal and servo etc. UAV flight path,
attitude, altitude, airspeed are measured and compared to
Keywords—UAVs, FCS, FPGA, PID, LUT, RTOS, FCS20 desired state in Automatic closed loop control system.
I. INTRODUCTION Sensors and actuators are important blocks in FCS.

Unmanned Aerial Vehicle (UAVs) is widely used in


Air frame
real time applications (e.g. military, disaster [1] rescue
operations, civil operations, monitoring of Agricultural area,
monitoring of industrial area, photography, coastal
surveillance, combat zone surveillance, remote sensing, Attitude
ecological monitoring, natural resource estimation, command
Error
patrolling, transport of equipment etc.). In the absence of Controller
Sensor
pilot, three part of UAVs design such as Guidance,
Navigation and Control systems has to deal with all situations
Attitude
of taxing, take-off, landing [12,14], obstacle, tolerating Sensor
unpredicted flight conditions, tracking moving targets and
path following etc. According to size and function UAVs are
of three types small, medium and big UAVs.
Navigatio
Three constraints are required for small UAVs such nal signal Controller Servo
as small size, low weight and low power. Field
Programmable Gate Array (FPGA) provides parallel Control Surface
processing (all the bit at a time) and having large numbers of
gates on a single chip (essential for less volume). FPGA also Fig1: Flight Control System (FCS)
provide cost savings platform. The software of the systems
International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT) - 2016

The sensors measure the air vehicle’s attitude, Discretization provides a discrete approximation of
angular rate, airspeed, heading, altitude and other functions the continuous problem in comparison to continuous
are measured and compared to desired states then error signal optimization which are very time consuming. Discretization
is eliminated by control surface. Controller also important provide optimum solution as well as substitution of time
block in FCS, The modification and combining of signals consuming problem so output of PID controller are
from the different axes is accomplished in the controller. In discretized. After discretization the Simulink model is
this paper four types of controllers are discussed as PID deployed in FPGA platform [3]. Parallel PID controller is
controller, PID with KALMAN filter, fuzzy logic controllers faster but the performance is not comparable to cost paid.
and FPGA /DSP based controller. Increasing critical path in PID controller reducing the
throughput of the controller. So critical paths of these
II. PID CONTROLLER controllers are broken down using appealing pipelining and
re-timing techniques to improve throughput of the controller.
Small UAVs are controlled by PID controllers.
Improve throughput of parallel PID controller in small UAVs
Nonlinear [3] model of UAVs are implemented by Aerosim
with having faster performance using proper suitable
blockset in Mat lab Simulink. In fig. 2 the representation of
algorithm. PID controllers have slow response, overshoot,
process flow of the small UAVs by PID controller is shown.
long adjustment also have limitations in optimality and
Longitudinal and lateral (linearization) planes are separated
robustness. PID Controllers are mostly used to control the
in controller after identifying the potential problems [2].
feedback mechanism, and are known for their robustness,
which is the main reason of its usefulness in small UAVs.
Open loop nonlinear model
III. KALMAN AND PID CONTROLLER

Identify undesired thing


Non Linear Model

Linearization of model
Linear Model

Run on PID controller


PID Controller

No KALMAN Filter
Desired
Results

Yes
Desired
Discretization Process Results
No

Implementation of PID Controller


Yes

Burn VHDL Code in FPGA Platform VHDL Code for FPGA

Fig.2: Flow Chart of PID controller Fig.3: Flow Diagram


International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT) - 2016

Kalman and PID controller offers short transition, Defuzzification: the fuzzy output variables are decoded into
good stability, anti-disturbance, good control and fulfills the desired values. MFLIPS using the Centre of Gravity
requirement of real-time and accurate control. Using defuzzification method.
combination of Kalman and PID controller, UAV can avoid
FPGA board come with multiple variants of logic
collision accident and accurate control. In fig. 3 the output of elements, user interface, IP generation tools and memory
the PID controller is passed through Kalman filter. Kalman options viz Artix7, Virtex-V and Cyclone II for architecture
filter is added after PID controller. This is the one change development. In general, the UAV organization includes a
from fig.1 to achieve better performance from previous one, 16-bit parallel and pipelined structure implemented using the
in this fig.3 all block work same as previous one. Accuracy integrated development environment provided by vendor.
and Stability are two important factor to achieve a target in For code compilation, linking and debugging adaptation of
tool chains and API’s are necessary. Before implementing the
small UAVs. Stability and accuracy can also be increased by
final design, it is mandatory to analysis the structural,
using different combination of Kalman and PID controller. behavioral and physical model of the system carefully.
Fuzzification method, input variables, output variables, input
IV. UAV CONTROLLER BASED ON FUZZY LOGIC membership functions amount, output membership functions
amount, rules, inferencing method, defuzzification method
In focus to UAV operation, Fuzzy [4,5] Logic offers are the design parameter of controller in fuzzy logic
decision making skill, other task provide such diverse area as approach.
fuzzy image processing, data mining, decision support,
trajectory generation and trajectory tracking. Decision Max defuzzification and center-of-gravity can be
making include path planning, collision avoidance and implemented with a tree of disjunctive elements having the
compulsory landings. To solve unexpected condition such as pipelined fuzzy processor. Crisp having input data
weather condition, faults [10] in telecommunication links and fuzzification method was implemented by Look-up Tables as
UAV subsystem failures etc. Fig.4 represents the fuzzy logic LUT is the fastest element on FPGA board. 16-bit crisp input
mechanism [6,12]. data is implemented by the address of the LUT to get the
degree of membership as membership function. Here, FPGA
Knowledge Base as the processor in Fuzzy Logic Controller. Its on-board clock
frequency is 50 MHz with an inner DLL (delay locked loop)
Data base unit, be altered to a 125 MHz system clock [14].

V. FLIGHT CONTROL SYSTEM USING FPGA\DSP


Fuzzy rules TECHNOLOGY

θp An integrated board having guidance, navigation


θr and control system referred to as the Flight control system 20
Fuzzy Defuz Plant (FCS20). Two processors FPGA and DSP in the system
Fuzzi
infere zificat enables custom vehicle interfacing and fast sequential
ficati
+ processing of high level control algorithms. It is suitable for
on ncing ion
- many types of manned or unmanned system vehicles.
Processor utilization is also used in image processing,
Feedback obstacle avoidance, data encryption and any feature requited
for advanced vehicle behavior.

Fig.4: Fuzzy Logic Mechanism In fig 5 the system architecture include FCS20
hardware and low level software based on neural network and
adaptive flight control system having real time operating
Fuzzification process: fuzzification is a first step in the fuzzy system (RTOS) [8], inter-processor communication,
interfacing where certain real data are converted to a fuzzy navigation sensors and hardware integration. It is also
amounts of membership functions. platform independent so run of this high level software [6].
This hardware optimize the performance to size ratio enabled
Fuzzy Inferencing: the fuzzy rules are applied to decide the by Micro Electro Mechanical Systems (MEMS) sensor and
output fuzzy variables. embedded processing technologies.

FCS20, a single board having a microprocessor, a


large FPGA, memory, power board, sensor board, and
International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT) - 2016

interface headers. A single size board, sized 5mm x 85mm, REFERENCE


minimum of two boards of this size, each board has four
mounting holes and four 2mm 40-pin headers. [13]. In this [1]. Merheb, A.-R.; Noura, H.; Bateman, F.; Al-Jaroodi, J., "Fault severity
process two boards are connected back to back. To desired based Integrated Fault Tolerant Controller for quadrotor UAVs," in
Unmanned Aircraft Systems (ICUAS), 2015 International Conference
increased performance, we may be added application specific on , vol., no., pp.660-668, 9-12 June 2015.
board by stack method. Sensors board is connected with [2]. Azad, H.; Lazic D.V.; Shahid W., “FPGA Based Longitudinal and
FPGA, having three analog devices ADXR300 Rate Gyros, Lateral Controller Implementation for a Small UAV”, in International
absolute and differential pressure sensors and an uBlox GPS Journal of Mechanical, Aerospace, Industrial, Mechatronic and
Manufacturing Engineering Vol:4, No:10, 2010, pp 1088-1092.
OEM module. [3]. Huba, T.; Malatinec, T.; Huba, M., "New experiment for nonlinear
UAVs control," in Interactive Collaborative Learning (ICL), 2012 15th
International Conference on , vol., no., pp.1-4, 26-28 Sept. 2012
SDRAM [4]. Rui Hou; Fuyang Chen; Wenli Luan, "Direct adaptive control of faulty
UAVs based on the paralleled integral and fuzzy control," in Advanced
Mechatronic Systems (ICAMechS), 2011 International Conference on
, vol., no., pp.552-555, 11-13 Aug. 2011
GPS Serial [5]. Schrage, D.P.; Vachtsevanos, G., "Software-enabled control for
intelligent UAVs," in Computer Aided Control System Design, 1999.
Soft ports Proceedings of the 1999 IEEE International Symposium on , vol., no.,
Accelero core pp.528-532, 1999
meter CPU [6]. Fuyang Chen; Bin Jiang; Chunlin Chen, "Self-repairing control for
UAVs via fuzzy feedforward and quantum control techniques," in
Servo Modelling, Identification and Control (ICMIC), The 2010 International
SENSOR Driver Conference on , vol., no., pp.489-493, 17-19 July 2010
[7]. Buyukkabasakal, K.; Fidan, B.; Savran, A.; Koksal, N., "Real-time
implementation of mixing adaptive control on quadrotor UAVs," in
FIFO Control Conference (ECC), 2015 European , vol., no., pp.3597-3602,
15-17 July 2015
[8]. Chunbo Luo; Nightingale, J.; Asemota, E.; Grecos, C., "A UAV-Cloud
System for Disaster Sensing Applications," in Vehicular Technology
SDRAM FLASH Conference (VTC Spring), 2015 IEEE 81st , vol., no., pp.1-5, 11-14
May 2015
DSP [9]. Qingji Gao; Fengfa Yue, "Research of stability augmentation flight
PROCESSOR control algorithm for quadrotor unmanned air vehicles," in Intelligent
Control and Automation (WCICA), 2014 11th World Congress on ,
vol., no., pp.5197-5202, June 29 2014-July 4 2014
Fig.5: Hardware Configuration with DSP Processor [10]. Pouya, S.; Saghafi, F., "Autonomous Runway Alignment of Fixed-
Wing Unmanned Aerial Vehicles in Landing Phase," in Autonomic and
Autonomous Systems, 2009. ICAS '09. Fifth International Conference
FCS20 DSP use the Micro/OS-11 real–time operating system on , vol., no., pp.208-213, 20-25 April 2009
(RTOS), RTOS manages the data transfer from DSP to [11]. Rezaee, H.; Abdollahi, F.; Menhaj, M.B., "Model-free fuzzy leader-
FPGA. In this system all software and FPGA are stored in follower formation control of fixed wing UAVs," in Fuzzy Systems
(IFSC), 2013 13th Iranian Conference on , vol., no., pp.1-5, 27-29 Aug.
non-volatile Flash memory. Program is executed in DSP, 2013
DSP communicates with FPGA using a 32-bit parallel bus up [12]. Saghafi, F.; Pouya, S.; Zadeh, S.M.K., "Intelligent landing of
to 250 Mbps throughput autonomous aerial vehicles using fuzzy logic control," in Aerospace
conference, 2009 IEEE , vol., no., pp.1-9, 7-14 March 2009
[13]. Christophersen, H.B.; Pickell, W.J.; Koller, A.A.; Kannan, S.K.;
VI. CONCLUSION Johnson, E.N., “Small Adaptive flight control systems for UAVs using
FPGA/DSP Technology”, in AIAA 3rd Unmanned Unlimited
PID controllers have slow response, overshoot, long Technical Conference, Workshop and Exhibit, Chicago, Illinois,
adjustment also has limitations in optimality and robustness. September, 2004.
[14]. Aghdam, F.A.; Rostami, A.; Haghipour, S., “A Real-Time
PID Controllers are mostly used to control a system so it is Implementation of An Autonomous UAV Controller Using FPGA:
used in small UAVs. Accuracy and Stability are two Based on Fuzzy Logic Approach”, in International Journal of
important factors to achieve a target in small UAVs. Stability Simulation Systems, Science & Technology, ISSN: 1473-804x online,
and accuracy can also be increased by using various 1473-8031 print, pp 37-44.
combinations of Kalman and PID controller. To solve
unexpected condition such as the weather condition, faults in
telecommunication links and UAV subsystem failures, etc.
The fuzzy logic controller is best suited. The current research
work will be extend to the more tolerant design with interface
specially focused to UAV inter and intra communication
techniques.

View publication stats

You might also like