Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft

Size: px
Start display at page:

Download "Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft"

Transcription

1 Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft Stanley Ng, Frank Lanke Fu Tarimo, and Mac Schwager Mechanical Engineering Department, Boston University, Boston, MA, Motivation, Problem Statement, Related Work In this abstract we present a minimalist control strategy for a fixed wing Micro-Aerial Vehicle (MAV) to pursue a moving target in three dimensional space. The effectiveness of the control strategy is verified in numerous hardware experiments with a fixed wing MAV in a motion capture environment. Our approach is model free, in that it assumes no knowledge of the dynamics of the aircraft nor the target. The design is based on a well-known separation principle in aircraft dynamics, which allows the lateral and longitudinal dynamics to be treated independently with separate control designs [1]. The lateral mode is controlled with a Proportional Integral Derivative (PID) style architecture, while the longitudinal mode is controlled with a Proportional Integral (PI) architecture. Together, the controllers attempt to reduce the error between the aircraft s position and the target s position to zero. Additionally, the longitudinal controller incorporates a nonlinear term that is required to prevent adverse behavior in some flight regimes. We show in repeated experiments with a 3.6 gram modified Plantraco Carbon Butterfly in a motion capture environment, that this control strategy reliably pursues both fixed and moving targets (as shown in Fig. 1) over a range of initial conditions and target motions. Fig. 1. The 3.6 gram Carbon Butterfly is shown pursuing a static target on the left (represented by the hole in the box), and a dynamic target on the right (represented by the reflective marker at the end of the handheld wand). The objective of target pursuit [2] is for the pursuer to capture a target by moving sufficiently close to it (within a capture radius ). Much of the existing literature on controlling fixed wing MAVs deals with obstacle avoidance, trajectory following,

2 2 Ng, Tarimo, and Schwager navigation, or surveillance, however there is little existing work on target pursuit. Collision avoidance for MAVs has been investigated in numerous works. For example, in [3, 4] the authors use a custom vision sensor to control an MAV outdoors among obstacles and terrain. Collision avoidance with optical sensors is also considered in [5] where optical flow is used, and in [6], which uses stereo vision. Similarly, in indoor environments, [7] uses optical flow for collision avoidance, and [8] uses an on-board laser range finder for collision avoidance. Navigation and trajectory following for fixed wing MAVs have also been studied, for example in [9, 10], and more complex dynamical maneuvers such as perching were studied in [11]. Our work is different from all of these in that we do not seek to avoid obstacles or to follow a specific trajectory. Instead our objective is to pursue a target with the intent to capture it. This is somewhat similar to target tracking and surveillance, as in [12, 13], however the objective in these works is to best estimate the position of a target, not necessarily to capture it. Target pursuit algorithms for a simplified aircraft model were proposed and simulated in [14, 15], but with no experimental verification, as we provide in this work. 2 Technical Approach Our control design methodology is to separate the dynamical modes of the aircraft into lateral dynamics (incorporating roll angle, roll rate, yaw angle, yaw rate, and lateral velocity), and longitudinal dynamics (including pitch angle, pitch rate, forward velocity, upward velocity, and altitude). The Carbon Butterfly aircraft has only two control channels, rudder for lateral control, and throttle for longitudinal control. Our control designs for both of these are described below. Lateral Control The lateral controller is designed to steer the aircraft towards the target using the heading angle error. As shown in Fig. 2, the heading error e ψ = ψ d ψ c is the difference between the desired heading angle ψ d and the current heading ψ c. We compute the input to the rudder u r using a standard PID controller of the form Fig. 2. The heading angle error e ψ used to control the rudder position is shown graphically here. u r (t) = k P e ψ (t)+ k I e ψ (τ)dτ + k D ė ψ (t). Where k P, k I, and k D are control gains that are tuned by hand in our implementation. Longitudinal Control The longitudinal controller uses both the altitude error and the pitch angle error to produce a control input to the aircraft s throttle. The Carbon Butterfly aircraft has no elevator for independent pitch control, so pitch and altitude must be controlled together by changing the airspeed of the vehicle. The altitude error e z = z d z c is computed as the difference between the current altitude of the aircraft z c and the altitude of the target z d (which is the desired altitude of the aircraft). The pitch error is calculated as e θ = θ d θ c, where θ c is the current pitch angle, and θ d, the

3 Micro Fixed Wing Aircraft Pursuit 3 desired pitch angle, is set to zero since we intend to achieve level flight. These errors are used to control the throttle input u T with the PI control architecture u T (t) = k zp e z (τ) + k θp e θ (t) + k I e z (τ)dτ + k nl e z (t)e θ (t), where k zp, k θp, k I, and k nl are control gains that are tuned by hand. The nonlinear term e z (t)e θ (t) was found experimentally to prevent undesirable acceleration into the ground in certain flight regimes. The influence of this term can be seen by considering the sign of the resulting control signal in different regimes of the flight envelope, as shown in the left of Fig. 3. Specifically, when the pitch of the aircraft is too low and the altitude is below the target, the typical PI response is to increase throttle in order to increase altitude and pitch. Unfortunately this would tend to accelerate the aircraft into the ground. The nonlinear term prevents this effect, while having little impact under other flight conditions. Fig. 3. On the left, the effect of the nonlinear control term is shown in different regimes of the flight envelope. Most importantly, the nonlinear term prevents acceleration into the ground. On the right, the resetting mechanism of the integration term in shown, which prevents integrator wind-up. Furthermore, it was determined experimentally that the integral control term must be reset in certain flight regimes to prevent wind-up effects. 1 This is accomplished through a resetting strategy as follows. When the aircraft is lower in altitude than the target (e z > 0), and the aircraft s pitch angle is negative (e θ > 0), the integral term is reset to zero. Similarly, when the aircraft is higher in altitude than the target (e z < 0), the integral controller is also reset to zero. When the aircraft is flying below the target with zero pitch, the integral term results in throttle increase, as desired. The right plot in Fig. 3 shows these different regimes graphically. 3 Experiments Experiments were carried out using a Plantraco Carbon Butterfly RC model aircraft. The aircraft is 3.6 grams, with a 19cm wingspan. It has an integrated onboard RC re- 1 Integrator wind-up happens when the integration term becomes too large over time, dominating the other control terms.

4 4 Ng, Tarimo, and Schwager ceiver and motor driver board, driving a coil-actuated rudder for controlling roll and yaw, and a DC motor with a propeller for controlling speed, pitch, and altitude. The Carbon Butterfly lacks an elevator, making longitudinal control particularly challenging. Power is supplied with a custom miniature lithium-ion battery attached to the receiver board with magnetic contacts. We mounted hand-made reflective markers to the aircraft to track it in a OptiTrack motion capture environment. The heading error, altitude error, and pitch error were obtained in real-time from the OptiTrack system at a rate of 120Hz. The lateral and longitudinal controllers were implemented in MATLAB on a desktop computer, running in real time using these OptiTrack measurements. The computed control signals were then sent to the aircraft s RC transmitter using a buddy box functionality, and finally to the aircraft over the RC link, closing the control loop. The control gains were tuned by hand through extensive experimental trial and error in order to achieve repeatable, stable flight and traget pursuit from a range of initial positions and orientations. Fig. 4. The aircraft approaches the target from various points in the flight area. In the left frame, the initial lateral position is varied, and on the right the initial heading angle is varied. The figure above corresponds to a top-down view of the room. The plane approaches the target from various initial heights. The figure above corresponds to a side view of the flight area.

5 Micro Fixed Wing Aircraft Pursuit 5 4 Results The performance of the control system was tested with four different sets of experiments. For the first three sets of experiments, a target loop with a diameter of 60cm was placed 5m away from the aircraft. The aircraft was released by hand from a variety of initial configurations, and the goal was to determine the ability of the aircraft to fly through the target loop. The results of these three sets of experiments are shown in Fig. 4. The top two plots show the trajectories from a top view, while the bottom one Fig. 5. The plane here pursues a target mounted to a wand that is maneuvered by a human in the motion-capturing room. The trajectory of the aircraft is shown in blue, and that of the target is in red. in the video submitted with this abstract. show trajectories from a side view. The plot in the upper left shows a variety of initial lateral positions while keeping the same heading and altitude. The plot in the upper right shows a variety of initial heading angles, while keeping the same altitude and lateral position. These results indicate that the lateral controller is more robust to variations in initial lateral position than to variations in heading angle. The lower plot shows a variation in initial altitude while keeping the same lateral position and heading angle. It shows that the longitudinal controller is robust to a wide variation in initial altitude. For the fourth experiment, the aircraft was released by hand to track a moving traget. The target (designated by a trackable marker) was mounted to the end of a handheld wand and was freely maneuvered by a human. This experiment shows the tracking ability of the target pursuit controller. This is also illustrated 5 Main Experimental Insights In this project our intention was to design a control strategy for a complex dynamical system (an aircraft) to accomplish a complex task (target pursuit) through purely experimental means. The 7 different control gains (three for the lateral controller, and 4 for the longitudinal controller) were tuned by hand through extensive and repeated experimental trial and error. Indeed, the control architecture itself, particularly for the longitudinal controller was a product of experimental testing. An initial PID architecture was found to be unsuitable for the longitudinal mode, hence the derivative term was dropped, and the nonlinear term was added. Also, the integrator wind-up problem was observed experimentally, and was finally solved with the reset mechanism described in this paper. This experimental trial and error process produced a remarkably simple and robust control strategy to accomplish the complex control task of target pursuit with a

6 6 Ng, Tarimo, and Schwager fixed wing MAV. One particularly interesting direction for future research is to study adaptive gain tuning techniques, or machine learning techniques, to automatically determine feedback controllers based on experimental trials without human intervention. We intend to pursue this research direction in the future. References 1. Stevens, B.L., Lewis, F.L.: Aircraft control and simulation. Volume 2. Wiley New York (2003) 2. Isaacs, R.: Differential games: a mathematical theory with applications to warfare and pursuit, control and optimization. Wiley, New York (1965) 3. Zufferey, J.C., Floreano, D.: Fly-inspired visual steering of an ultralight indoor aircraft. IEEE Transactions on Robotics 22(1) (2006) Beyeler, A., Zufferey, J.C., Floreano, D.: Vision-based control of near-obstacle flight. Autonomous Robots 27(3) (2009) Griffiths, S., Saunders, J., Curtis, A., Barber, B., McLain, T., Beard, R.: Maximizing miniature aerial vehicles. IEEE Robotics & Automation Magazine 13(3) (2006) Moore, R., Thurrowgood, S., Bland, D., Soccol, D., Srinivasan, M.V.: UAV altitude and attitude stabilisation using a coaxial stereo vision system. In: Proc. of the International Conference on Robotics and Automation (ICRA), IEEE (2010) Green, W.E., Oh, P.Y.: Optic-flow-based collision avoidance. IEEE Robotics & Automation Magazine 15(1) (2008) Bry, A., Bachrach, A., Roy, N.: State estimation for aggressive flight in GPS-denied environments using onboard sensing. In: International Conference on Robotics and Automation (ICRA), IEEE (2012) Beard, R.W., Kingston, D., Quigley, M., Snyder, D., Christiansen, R., Johnson, W., McLain, T., Goodrich, M.: Autonomous vehicle technologies for small fixed-wing UAVs. Journal of Aerospace Computing, Information, and Communication 2(1) (2005) Kim, J.H., Sukkarieh, S., Wishart, S.: Real-time navigation, guidance, and control of a uav using low-cost sensors. In: Field and Service Robotics, Springer (2006) Cory, R., Tedrake, R.: Experiments in fixed-wing uav perching. Proc. of the AIAA Guidance, Navigation, and Control Conference (2008) 12. Grocholsky, B., Keller, J., Kumar, V., Pappas, G.: Cooperative air and ground surveillance. Robotics & Automation Magazine, IEEE 13(3) (2006) Gan, S.K., Sukkarieh, S.: Multi-UAV target search using explicit decentralized gradientbased negotiation. In: Proc. of the International Conference on Robotics and Automation (ICRA), IEEE (2011) Zengin, U., Dogan, A.: Real-time target tracking for autonomous UAVs in adversarial environments: a gradient search algorithm. IEEE Transactions on Robotics 23(2) (2007) Dogan, A., Zengin, U.: Unmanned aerial vehicle dynamic-target pursuit by using probabilistic threat exposure map. Journal of guidance, control, and dynamics 29(4) (2006)

Teleoperation of a Tail-Sitter VTOL UAV

Teleoperation of a Tail-Sitter VTOL UAV The 2 IEEE/RSJ International Conference on Intelligent Robots and Systems October 8-22, 2, Taipei, Taiwan Teleoperation of a Tail-Sitter VTOL UAV Ren Suzuki, Takaaki Matsumoto, Atsushi Konno, Yuta Hoshino,

More information

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS

QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS ANIL UFUK BATMAZ 1, a, OVUNC ELBIR 2,b and COSKU KASNAKOGLU 3,c 1,2,3 Department of Electrical

More information

A Reconfigurable Guidance System

A Reconfigurable Guidance System Lecture tes for the Class: Unmanned Aircraft Design, Modeling and Control A Reconfigurable Guidance System Application to Unmanned Aerial Vehicles (UAVs) y b right aileron: a2 right elevator: e 2 rudder:

More information

Small Unmanned Aerial Vehicle Simulation Research

Small Unmanned Aerial Vehicle Simulation Research International Conference on Education, Management and Computer Science (ICEMC 2016) Small Unmanned Aerial Vehicle Simulation Research Shaojia Ju1, a and Min Ji1, b 1 Xijing University, Shaanxi Xi'an, 710123,

More information

OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER

OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER Nils Gageik, Thilo Müller, Sergio Montenegro University of Würzburg, Aerospace Information Technology

More information

Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles

Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles Jason Plew Jason Grzywna M. C. Nechyba Jason@mil.ufl.edu number9@mil.ufl.edu Nechyba@mil.ufl.edu Machine Intelligence Lab

More information

A New Perspective to Altitude Acquire-and- Hold for Fixed Wing UAVs

A New Perspective to Altitude Acquire-and- Hold for Fixed Wing UAVs Student Research Paper Conference Vol-1, No-1, Aug 2014 A New Perspective to Altitude Acquire-and- Hold for Fixed Wing UAVs Mansoor Ahsan Avionics Department, CAE NUST Risalpur, Pakistan mahsan@cae.nust.edu.pk

More information

Modeling And Pid Cascade Control For Uav Type Quadrotor

Modeling And Pid Cascade Control For Uav Type Quadrotor IOSR Journal of Dental and Medical Sciences (IOSR-JDMS) e-issn: 2279-0853, p-issn: 2279-0861.Volume 15, Issue 8 Ver. IX (August. 2016), PP 52-58 www.iosrjournals.org Modeling And Pid Cascade Control For

More information

Autonomous Landing of Miniature Aerial Vehicles

Autonomous Landing of Miniature Aerial Vehicles Brigham Young University BYU ScholarsArchive All Faculty Publications 27-5 Autonomous Landing of Miniature Aerial Vehicles D. Blake Barber Stephen R. Griffiths See next page for additional authors Follow

More information

A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis

A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis G. Belloni 2,3, M. Feroli 3, A. Ficola 1, S. Pagnottelli 1,3, P. Valigi 2 1 Department of Electronic and Information

More information

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS Volume 114 No. 12 2017, 429-436 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

More information

Development of an Experimental Testbed for Multiple Vehicles Formation Flight Control

Development of an Experimental Testbed for Multiple Vehicles Formation Flight Control Proceedings of the IEEE Conference on Control Applications Toronto, Canada, August 8-, MA6. Development of an Experimental Testbed for Multiple Vehicles Formation Flight Control Jinjun Shan and Hugh H.

More information

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Dere Schmitz Vijayaumar Janardhan S. N. Balarishnan Department of Mechanical and Aerospace engineering and Engineering

More information

The Next Generation Design of Autonomous MAV Flight Control System SmartAP

The Next Generation Design of Autonomous MAV Flight Control System SmartAP The Next Generation Design of Autonomous MAV Flight Control System SmartAP Kirill Shilov Department of Aeromechanics and Flight Engineering Moscow Institute of Physics and Technology 16 Gagarina st, Zhukovsky,

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

Heterogeneous Control of Small Size Unmanned Aerial Vehicles

Heterogeneous Control of Small Size Unmanned Aerial Vehicles Magyar Kutatók 10. Nemzetközi Szimpóziuma 10 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Heterogeneous Control of Small Size Unmanned Aerial Vehicles

More information

Various levels of Simulation for Slybird MAV using Model Based Design

Various levels of Simulation for Slybird MAV using Model Based Design Various levels of Simulation for Slybird MAV using Model Based Design Kamali C Shikha Jain Vijeesh T Sujeendra MR Sharath R Motivation In order to design robust and reliable flight guidance and control

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

Introducing the Quadrotor Flying Robot

Introducing the Quadrotor Flying Robot Introducing the Quadrotor Flying Robot Roy Brewer Organizer Philadelphia Robotics Meetup Group August 13, 2009 What is a Quadrotor? A vehicle having 4 rotors (propellers) at each end of a square cross

More information

Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles

Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles Selcuk Bayraktar, Georgios E. Fainekos, and George J. Pappas GRASP Laboratory Departments of ESE and CIS University of Pennsylvania

More information

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS MotionCore, the smallest size AHRS in the world, is an ultra-small form factor, highly accurate inertia system based

More information

Hardware-in-the-Loop Simulation for a Small Unmanned Aerial Vehicle A. Shawky *, A. Bayoumy Aly, A. Nashar, and M. Elsayed

Hardware-in-the-Loop Simulation for a Small Unmanned Aerial Vehicle A. Shawky *, A. Bayoumy Aly, A. Nashar, and M. Elsayed 16 th International Conference on AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT - 16 May 26-28, 2015, E-Mail: asat@mtc.edu.eg Military Technical College, Kobry Elkobbah, Cairo, Egypt Tel : +(202) 24025292

More information

Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform

Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform Şeyma Akyürek, Gizem Sezin Özden, Emre Atlas, and Coşku Kasnakoğlu Electrical & Electronics Engineering, TOBB University

More information

STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH

STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH A.Kaviyarasu 1, Dr.A.Saravan Kumar 2 1,2 Department of Aerospace Engineering, Madras Institute of Technology, Anna University,

More information

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 2014 IARC ABSTRACT The paper gives prominence to the technical details of

More information

Design and Implementation of FPGA Based Quadcopter

Design and Implementation of FPGA Based Quadcopter Design and Implementation of FPGA Based Quadcopter G Premkumar 1 SCSVMV, Kanchipuram, Tamil Nadu, INDIA R Jayalakshmi 2 Assistant Professor, SCSVMV, Kanchipuram, Tamil Nadu, INDIA Md Akramuddin 3 Project

More information

Hardware in the Loop Simulation for Unmanned Aerial Vehicles

Hardware in the Loop Simulation for Unmanned Aerial Vehicles NATIONAL 1 AEROSPACE LABORATORIES BANGALORE-560 017 INDIA CSIR-NAL Hardware in the Loop Simulation for Unmanned Aerial Vehicles Shikha Jain Kamali C Scientist, Flight Mechanics and Control Division National

More information

Glossary of terms. Short explanation

Glossary of terms. Short explanation Glossary Concept Module. Video Short explanation Abstraction 2.4 Capturing the essence of the behavior of interest (getting a model or representation) Action in the control Derivative 4.2 The control signal

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim MEM380 Applied Autonomous Robots I Winter 2011 Feedback Control USARSim Transforming Accelerations into Position Estimates In a perfect world It s not a perfect world. We have noise and bias in our acceleration

More information

MULTI AERIAL SYSTEM STABILIZED IN ALTITUDE FOR INFORMATION MANAGEMENT

MULTI AERIAL SYSTEM STABILIZED IN ALTITUDE FOR INFORMATION MANAGEMENT Review of the Air Force Academy No (7) 4 MULTI AERIAL SYSTEM STABILIZED IN ALTITUDE FOR INFORMATION MANAGEMENT Vasile PRISACARIU*, Ionică CÎRCIU **, Cătălin CIOACĂ**, Mircea BOŞCOIANU**, Andrei LUCHIAN

More information

UAV: Design to Flight Report

UAV: Design to Flight Report UAV: Design to Flight Report Team Members Abhishek Verma, Bin Li, Monique Hladun, Topher Sikorra, and Julio Varesio. Introduction In the start of the course we were to design a situation for our UAV's

More information

EFFECT OF INERTIAL TAIL ON YAW RATE OF 45 GRAM LEGGED ROBOT *

EFFECT OF INERTIAL TAIL ON YAW RATE OF 45 GRAM LEGGED ROBOT * EFFECT OF INERTIAL TAIL ON YAW RATE OF 45 GRAM LEGGED ROBOT * N.J. KOHUT, D. W. HALDANE Department of Mechanical Engineering, University of California, Berkeley Berkeley, CA 94709, USA D. ZARROUK, R.S.

More information

UAV Flight Control Using Flow Control Actuators

UAV Flight Control Using Flow Control Actuators AIAA Atmospheric Flight Mechanics Conference 08-11 August 2011, Portland, Oregon AIAA 2011-6450 UAV Flight Control Using Flow Control Actuators Eric N Johnson, Girish Chowdhary, Rajeev Chandramohan, Anthony

More information

If we want to show all the subsystems in the platform, we got the following detailed block diagrams of the platform.

If we want to show all the subsystems in the platform, we got the following detailed block diagrams of the platform. Design and Development of a Networked Control System Platform for Unmanned Aerial Vehicles 1 Yücel Taş, 2 Aydın Yeşildirek, 3 Ahmet Sertbaş 1 Istanbul University, Computer Engineering Dept., Istanbul,

More information

University of Minnesota. Department of Aerospace Engineering & Mechanics. UAV Research Group

University of Minnesota. Department of Aerospace Engineering & Mechanics. UAV Research Group University of Minnesota Department of Aerospace Engineering & Mechanics UAV Research Group Paw Yew Chai March 23, 2009 CONTENTS Contents 1 Background 3 1.1 Research Area............................. 3

More information

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Universal Journal of Control and Automation 6(1): 13-18, 2018 DOI: 10.13189/ujca.2018.060102 http://www.hrpub.org Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Yousef Moh. Abueejela

More information

The Future of AI A Robotics Perspective

The Future of AI A Robotics Perspective The Future of AI A Robotics Perspective Wolfram Burgard Autonomous Intelligent Systems Department of Computer Science University of Freiburg Germany The Future of AI My Robotics Perspective Wolfram Burgard

More information

Location Holding System of Quad Rotor Unmanned Aerial Vehicle(UAV) using Laser Guide Beam

Location Holding System of Quad Rotor Unmanned Aerial Vehicle(UAV) using Laser Guide Beam Location Holding System of Quad Rotor Unmanned Aerial Vehicle(UAV) using Laser Guide Beam Wonkyung Jang 1, Masafumi Miwa 2 and Joonhwan Shim 1* 1 Department of Electronics and Communication Engineering,

More information

Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot

Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot Kakizaki Kohei, Nakajima Ryota, Tsukabe Naoki Department of Aerospace Engineering Department of Mechanical System Design Engineering

More information

Artificial Neural Networks based Attitude Controlling of Longitudinal Autopilot for General Aviation Aircraft Nagababu V *1, Imran A 2

Artificial Neural Networks based Attitude Controlling of Longitudinal Autopilot for General Aviation Aircraft Nagababu V *1, Imran A 2 ISSN (Print) : 2320-3765 ISSN (Online): 2278-8875 International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering Vol. 7, Issue 1, January 2018 Artificial Neural Networks

More information

Mobile Robots (Wheeled) (Take class notes)

Mobile Robots (Wheeled) (Take class notes) Mobile Robots (Wheeled) (Take class notes) Wheeled mobile robots Wheeled mobile platform controlled by a computer is called mobile robot in a broader sense Wheeled robots have a large scope of types and

More information

Flight Control Laboratory

Flight Control Laboratory Dept. of Aerospace Engineering Flight Dynamics and Control System Course Flight Control Laboratory Professor: Yoshimasa Ochi Associate Professor: Nobuhiro Yokoyama Flight Control Laboratory conducts researches

More information

Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots

Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots Davide Scaramuzza Robotics and Perception Group University of Zurich http://rpg.ifi.uzh.ch All videos in

More information

Design of Self-tuning PID Controller Parameters Using Fuzzy Logic Controller for Quad-rotor Helicopter

Design of Self-tuning PID Controller Parameters Using Fuzzy Logic Controller for Quad-rotor Helicopter Design of Self-tuning PID Controller Parameters Using Fuzzy Logic Controller for Quad-rotor Helicopter Item type Authors Citation Journal Article Bousbaine, Amar; Bamgbose, Abraham; Poyi, Gwangtim Timothy;

More information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information Pakorn Sukprasert Department of Electrical Engineering and Information Systems, The University of Tokyo Tokyo, Japan

More information

DESIGN & FABRICATION OF UAV FOR DATA TRANSMISSION. Department of ME, CUET, Bangladesh

DESIGN & FABRICATION OF UAV FOR DATA TRANSMISSION. Department of ME, CUET, Bangladesh Proceedings of the International Conference on Mechanical Engineering and Renewable Energy 2017 (ICMERE2017) 18 20 December, 2017, Chittagong, Bangladesh ICMERE2017-PI-177 DESIGN & FABRICATION OF UAV FOR

More information

Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free Human Following Navigation in Outdoor Environment

Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free Human Following Navigation in Outdoor Environment Proceedings of the International MultiConference of Engineers and Computer Scientists 2016 Vol I,, March 16-18, 2016, Hong Kong Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free

More information

Design of Tracked Robot with Remote Control for Surveillance

Design of Tracked Robot with Remote Control for Surveillance Proceedings of the 2014 International Conference on Advanced Mechatronic Systems, Kumamoto, Japan, August 10-12, 2014 Design of Tracked Robot with Remote Control for Surveillance Widodo Budiharto School

More information

Speed Control of a Pneumatic Monopod using a Neural Network

Speed Control of a Pneumatic Monopod using a Neural Network Tech. Rep. IRIS-2-43 Institute for Robotics and Intelligent Systems, USC, 22 Speed Control of a Pneumatic Monopod using a Neural Network Kale Harbick and Gaurav S. Sukhatme! Robotic Embedded Systems Laboratory

More information

Control System Design for Tricopter using Filters and PID controller

Control System Design for Tricopter using Filters and PID controller Control System Design for Tricopter using Filters and PID controller Abstract The purpose of this paper is to present the control system design of Tricopter. We have presented the implementation of control

More information

QUADCLOUD: A Rapid Response Force with Quadrotor Teams

QUADCLOUD: A Rapid Response Force with Quadrotor Teams QUADCLOUD: A Rapid Response Force with Quadrotor Teams Kartik Mohta, Matthew Turpin, Alex Kushleyev, Daniel Mellinger, Nathan Michael and Vijay Kumar Abstract We describe the component technologies, the

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

Design and Navigation Control of an Advanced Level CANSAT. Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy

Design and Navigation Control of an Advanced Level CANSAT. Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy Design and Navigation Control of an Advanced Level CANSAT Mansur ÇELEBİ Aeronautics and Space Technologies Institute Turkish Air Force Academy 1 Introduction Content Advanced Level CanSat Design Airframe

More information

Aerial Robotics Competition: Lessons in Autonomy

Aerial Robotics Competition: Lessons in Autonomy Aerial Robotics Competition: Lessons in Autonomy Paul Y. Oh, Keith W. Sevcik, and William E. Green Drexel University, Philadelphia, PA, USA 19104 Email: [paul.yu.oh, Keithicus, weg22]@drexel.edu Abstract

More information

AIRCRAFT CONTROL AND SIMULATION

AIRCRAFT CONTROL AND SIMULATION AIRCRAFT CONTROL AND SIMULATION AIRCRAFT CONTROL AND SIMULATION Third Edition Dynamics, Controls Design, and Autonomous Systems BRIAN L. STEVENS FRANK L. LEWIS ERIC N. JOHNSON Cover image: Space Shuttle

More information

An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots

An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots Maren Bennewitz Wolfram Burgard Department of Computer Science, University of Freiburg, 7911 Freiburg, Germany maren,burgard

More information

Design and Development of an Indoor UAV

Design and Development of an Indoor UAV Design and Development of an Indoor UAV Muhamad Azfar bin Ramli, Chin Kar Wei, Gerard Leng Aeronautical Engineering Group Department of Mechanical Engineering National University of Singapore Abstract

More information

Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model

Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model by Dr. Buddy H Jeun and John Younker Sensor Fusion Technology, LLC 4522 Village Springs Run

More information

GPS Flight Control in UAV Operations

GPS Flight Control in UAV Operations 1 Antenna, GPS Flight Control in UAV Operations CHANGDON KEE, AM CHO, JIHOON KIM, HEEKWON NO SEOUL NATIONAL UNIVERSITY GPS provides position and velocity measurements, from which attitude information can

More information

Helicopter Aerial Laser Ranging

Helicopter Aerial Laser Ranging Helicopter Aerial Laser Ranging Håkan Sterner TopEye AB P.O.Box 1017, SE-551 11 Jönköping, Sweden 1 Introduction Measuring distances with light has been used for terrestrial surveys since the fifties.

More information

FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE

FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE Angel Abusleme, Aldo Cipriano and Marcelo Guarini Department of Electrical Engineering, Pontificia Universidad Católica de Chile P. O. Box 306,

More information

Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot

Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot Quy-Hung Vu, Byeong-Sang Kim, Jae-Bok Song Korea University 1 Anam-dong, Seongbuk-gu, Seoul, Korea vuquyhungbk@yahoo.com, lovidia@korea.ac.kr,

More information

Construction and signal filtering in Quadrotor

Construction and signal filtering in Quadrotor Construction and signal filtering in Quadrotor Arkadiusz KUBACKI, Piotr OWCZAREK, Adam OWCZARKOWSKI*, Arkadiusz JAKUBOWSKI Institute of Mechanical Technology, *Institute of Control and Information Engineering,

More information

GPS-based Position Control and Waypoint Navigation System for Quadrocopters

GPS-based Position Control and Waypoint Navigation System for Quadrocopters The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15, 2009 St. Louis, USA GPS-based Position Control and Waypoint Navigation System for Quadrocopters T. Puls, M. Kemper,

More information

Active Fault Tolerant Control of Quad-Rotor Helicopter

Active Fault Tolerant Control of Quad-Rotor Helicopter Professor : Dr. Youmin Zhang Sara Ghasemi Farzad Baghernezhad // Contents Quad-rotor Model Fault Detection PID Controller Sliding Mode Controller Comparison Conclusion /7 Quad-rotor Model 6 degrees of

More information

UNCLASSIFIED. UNCLASSIFIED R-1 Line Item #13 Page 1 of 11

UNCLASSIFIED. UNCLASSIFIED R-1 Line Item #13 Page 1 of 11 Exhibit R-2, PB 2010 Air Force RDT&E Budget Item Justification DATE: May 2009 Applied Research COST ($ in Millions) FY 2008 Actual FY 2009 FY 2010 FY 2011 FY 2012 FY 2013 FY 2014 FY 2015 Cost To Complete

More information

1, 2, 3,

1, 2, 3, AUTOMATIC SHIP CONTROLLER USING FUZZY LOGIC Seema Singh 1, Pooja M 2, Pavithra K 3, Nandini V 4, Sahana D V 5 1 Associate Prof., Dept. of Electronics and Comm., BMS Institute of Technology and Management

More information

Sensor set stabilization system for miniature UAV

Sensor set stabilization system for miniature UAV Sensor set stabilization system for miniature UAV Wojciech Komorniczak 1, Tomasz Górski, Adam Kawalec, Jerzy Pietrasiński Military University of Technology, Institute of Radioelectronics, Warsaw, POLAND

More information

Georgia Tech Aerial Robotics Team 2009 International Aerial Robotics Competition Entry

Georgia Tech Aerial Robotics Team 2009 International Aerial Robotics Competition Entry Georgia Tech Aerial Robotics Team 2009 International Aerial Robotics Competition Entry Girish Chowdhary, H. Claus Christmann, Dr. Eric N. Johnson, M. Scott Kimbrell, Dr. Erwan Salaün, D. Michael Sobers,

More information

302 VIBROENGINEERING. JOURNAL OF VIBROENGINEERING. MARCH VOLUME 15, ISSUE 1. ISSN

302 VIBROENGINEERING. JOURNAL OF VIBROENGINEERING. MARCH VOLUME 15, ISSUE 1. ISSN 949. A distributed and low-order GPS/SINS algorithm of flight parameters estimation for unmanned vehicle Jiandong Guo, Pinqi Xia, Yanguo Song Jiandong Guo 1, Pinqi Xia 2, Yanguo Song 3 College of Aerospace

More information

FOREBODY VORTEX CONTROL ON HIGH PERFORMANCE AIRCRAFT USING PWM- CONTROLLED PLASMA ACTUATORS

FOREBODY VORTEX CONTROL ON HIGH PERFORMANCE AIRCRAFT USING PWM- CONTROLLED PLASMA ACTUATORS 26 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES FOREBODY VORTEX CONTROL ON HIGH PERFORMANCE AIRCRAFT USING PWM- CONTROLLED PLASMA ACTUATORS Takashi Matsuno*, Hiromitsu Kawazoe*, Robert C. Nelson**,

More information

Controlling of Quadrotor UAV Using a Fuzzy System for Tuning the PID Gains in Hovering Mode

Controlling of Quadrotor UAV Using a Fuzzy System for Tuning the PID Gains in Hovering Mode 1 Controlling of Quadrotor UAV Using a Fuzzy System for Tuning the PID Gains in Hovering ode E. Abbasi 1,. J. ahjoob 2, R. Yazdanpanah 3 Center for echatronics and Automation, School of echanical Engineering

More information

ZJU Team Entry for the 2013 AUVSI. International Aerial Robotics Competition

ZJU Team Entry for the 2013 AUVSI. International Aerial Robotics Competition ZJU Team Entry for the 2013 AUVSI International Aerial Robotics Competition Lin ZHANG, Tianheng KONG, Chen LI, Xiaohuan YU, Zihao SONG Zhejiang University, Hangzhou 310027, China ABSTRACT This paper introduces

More information

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou We offer a complete solution for a user that need to put a payload in a advanced position at low cost completely designed by the Spanish company Airelectronics. Using a standard computer, the user can

More information

Randomized Motion Planning for Groups of Nonholonomic Robots

Randomized Motion Planning for Groups of Nonholonomic Robots Randomized Motion Planning for Groups of Nonholonomic Robots Christopher M Clark chrisc@sun-valleystanfordedu Stephen Rock rock@sun-valleystanfordedu Department of Aeronautics & Astronautics Stanford University

More information

ARKBIRD-Tiny Product Features:

ARKBIRD-Tiny Product Features: ARKBIRD-Tiny Product Features: ARKBIRD System is a high-accuracy autopilot designed for fixed-wing, which has capability of auto-balancing to ease the manipulation while flying. 1. Function all in one

More information

ARIES: Aerial Reconnaissance Instrumental Electronics System

ARIES: Aerial Reconnaissance Instrumental Electronics System ARIES: Aerial Reconnaissance Instrumental Electronics System Marissa Van Luvender *, Kane Cheung, Hao Lam, Enzo Casa, Matt Scott, Bidho Embaie #, California Polytechnic University Pomona, Pomona, CA, 92504

More information

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE WIND VELOCIY ESIMAION WIHOU AN AIR SPEED SENSOR USING KALMAN FILER UNDER HE COLORED MEASUREMEN NOISE Yong-gonjong Par*, Chan Goo Par** Department of Mechanical and Aerospace Eng/Automation and Systems

More information

Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor

Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor Osama Omer Adam Mohammed 1, Dr. Awadalla Taifor Ali 2 P.G. Student, Department of Control Engineering, Faculty of Engineering,

More information

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION ROBOTICS INTRODUCTION THIS COURSE IS TWO PARTS Mobile Robotics. Locomotion (analogous to manipulation) (Legged and wheeled robots). Navigation and obstacle avoidance algorithms. Robot Vision Sensors and

More information

COE CST First Annual Technical Meeting: Autonomous Rendezvous & Docking Penina Axelrad. Federal Aviation. Administration.

COE CST First Annual Technical Meeting: Autonomous Rendezvous & Docking Penina Axelrad. Federal Aviation. Administration. Administration COE CST First Annual Technical Meeting: Autonomous Rendezvous & Docking Penina Axelrad November 10, 2011 Administration 1 Overview Team Members Purpose of Task Research Methodology Results

More information

L09. PID, PURE PURSUIT

L09. PID, PURE PURSUIT 1 L09. PID, PURE PURSUIT EECS 498-6: Autonomous Robotics Laboratory Today s Plan 2 Simple controllers Bang-bang PID Pure Pursuit 1 Control 3 Suppose we have a plan: Hey robot! Move north one meter, the

More information

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane!

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane! DR Plane INSTRUCTIONS Thank you for purchasing a DR Plane! CONTENTS 1 1 Fuselage Right wing Left wing Horizontal stabilizer Vertical stabilizer Carbon fiber bar 1 1 1 7 8 10 11 1 Audio/video (AV) cable

More information

Reactive Collision Avoidance for Unmanned Aerial Vehicles using Doppler Radar

Reactive Collision Avoidance for Unmanned Aerial Vehicles using Doppler Radar Reactive Collision Avoidance for Unmanned Aerial Vehicles using Doppler Radar Andrew Viquerat, Lachlan Blackhall, Alistair Reid, Salah Sukkarieh, Graham Brooker To cite this version: Andrew Viquerat, Lachlan

More information

Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path

Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path Taichi Yamada 1, Yeow Li Sa 1 and Akihisa Ohya 1 1 Graduate School of Systems and Information Engineering, University of Tsukuba, 1-1-1,

More information

Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model

Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model 1 Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model {Final Version with

More information

Roll Control for a Micro Air Vehicle Using Active Wing Morphing

Roll Control for a Micro Air Vehicle Using Active Wing Morphing Roll Control for a Micro Air Vehicle Using Active Wing Morphing Helen Garcia, Mujahid Abdulrahim and Rick Lind University of Florida 1 Introduction Relatively small aircraft have recently been receiving

More information

SPACE. (Some space topics are also listed under Mechatronic topics)

SPACE. (Some space topics are also listed under Mechatronic topics) SPACE (Some space topics are also listed under Mechatronic topics) Dr Xiaofeng Wu Rm N314, Bldg J11; ph. 9036 7053, Xiaofeng.wu@sydney.edu.au Part I SPACE ENGINEERING 1. Vision based satellite formation

More information

Mechatronics 19 (2009) Contents lists available at ScienceDirect. Mechatronics. journal homepage:

Mechatronics 19 (2009) Contents lists available at ScienceDirect. Mechatronics. journal homepage: Mechatronics 19 (2009) 1057 1066 Contents lists available at ScienceDirect Mechatronics journal homepage: www.elsevier.com/locate/mechatronics Design and implementation of a hardware-in-the-loop simulation

More information

Trajectory Tracking and Payload Dropping of an Unmanned Quadrotor Helicopter Based on GS-PID and Backstepping Control

Trajectory Tracking and Payload Dropping of an Unmanned Quadrotor Helicopter Based on GS-PID and Backstepping Control Trajectory Tracking and Payload Dropping of an Unmanned Quadrotor Helicopter Based on GS-PID and Backstepping Control Jing Qiao A Thesis in The Department of Mechanical, Industrial and Aerospace Engineering

More information

Flight control system for a reusable rocket booster on the return flight through the atmosphere

Flight control system for a reusable rocket booster on the return flight through the atmosphere Flight control system for a reusable rocket booster on the return flight through the atmosphere Aaron Buysse 1, Willem Herman Steyn (M2) 1, Adriaan Schutte 2 1 Stellenbosch University Banghoek Rd, Stellenbosch

More information

Autonomous Vehicle Technologies for Small Fixedwing

Autonomous Vehicle Technologies for Small Fixedwing Brigham Young University BYU ScholarsArchive All Faculty Publications 2005-1 Autonomous Vehicle Technologies for Small Fixedwing UAVs Randal Beard Brigham Young University - Provo, beard@byu.edu Derek

More information

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

Optimized Tuning of PI Controller for a Spherical Tank Level System Using New Modified Repetitive Control Strategy

Optimized Tuning of PI Controller for a Spherical Tank Level System Using New Modified Repetitive Control Strategy International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume 3, Issue 6 (September 212), PP. 74-82 Optimized Tuning of PI Controller for a Spherical

More information

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015

Subsumption Architecture in Swarm Robotics. Cuong Nguyen Viet 16/11/2015 Subsumption Architecture in Swarm Robotics Cuong Nguyen Viet 16/11/2015 1 Table of content Motivation Subsumption Architecture Background Architecture decomposition Implementation Swarm robotics Swarm

More information

Flapping Wing Micro Air Vehicle (FW-MAV) State Estimation and Control with Heading and Altitude Hold

Flapping Wing Micro Air Vehicle (FW-MAV) State Estimation and Control with Heading and Altitude Hold Flapping Wing Micro Air Vehicle (FW-MAV) State Estimation and Control with Heading and Altitude Hold S. Aurecianus 1, H.V. Phan 2, S. L. Nam 1, T. Kang 1 *, and H.C. Park 2 1 Department of Aerospace Information

More information

Design and simulation of MEMS piezoelectric gyroscope

Design and simulation of MEMS piezoelectric gyroscope Available online at www.scholarsresearchlibrary.com European Journal of Applied Engineering and Scientific Research, 2014, 3 (2):8-12 (http://scholarsresearchlibrary.com/archive.html) ISSN: 2278 0041 Design

More information

Miniature UAV Radar System April 28th, Developers: Allistair Moses Matthew J. Rutherford Michail Kontitsis Kimon P.

Miniature UAV Radar System April 28th, Developers: Allistair Moses Matthew J. Rutherford Michail Kontitsis Kimon P. Miniature UAV Radar System April 28th, 2011 Developers: Allistair Moses Matthew J. Rutherford Michail Kontitsis Kimon P. Valavanis Background UAV/UAS demand is accelerating Shift from military to civilian

More information