Path Planning for Autonomous Soaring MAVs in Urban Environments

Size: px
Start display at page:

Download "Path Planning for Autonomous Soaring MAVs in Urban Environments"

Transcription

1 Please select category below: Normal Paper Student Paper Young Engineer Paper Path Planning for Autonomous Soaring MAVs in Urban Environments C.S. Leung 1, M. Elbanhawi 1, A. Mohamed 1, R. Clothier 1, A. Fisher 1 and M. Simic 1. 1 Sir Lawrence Wackett Aerospace Research Centre, RMIT University, GPO Box 2476, Melbourne, VIC 3001, Australia. Abstract This paper presents a path planning approach for Micro Aerial Vehicles (MAVs) in urban environments. We show that it is feasible to extend the endurance and range of an MAV by exploiting the orographic lifts from buildings in windy conditions. A sampling based rapidlyexploring random tree algorithm is implemented to generate feasible paths between the start and goal in a modelled urban environment. A cost function is proposed that leverages sampling based planner metric sensitivity to properly capture the aircraft s dynamics and utilize the environment for soaring. A three-degree of freedom aircraft model with a high fidelity control space is used to generate realistic reference trajectories. Multiple scenarios are setup to assess the behaviour of the planner and the effectiveness of the proposed metrics. The results obtained from the presented experiments validate the potential of utilising orographic lift for improving MAV endurance. This work also highlights the sensitive nature of sampling based planners to implementation parameters and emphasises the need for an adaptive parameter scheme. Keywords: Path-planning, Autonomous Micro-Air-Vehicles, Updraft, Energy-harvesting, Orographic lift, Urban environment, Soaring Glider. Autonomous Soaring The range and endurance of Micro Aerial Vehicles is limited by the available size, weight, and power of the air vehicle [1]. Extending the MAV endurance is important for Intelligence Surveillance and Reconnaissance (ISR) missions. One bio-inspired technique to extend the endurance is through exploitation of energy from the surrounding environment; and in particular, energy from wind. Birds commonly exploit updrafts (regions of positive wind flow) to minimise energy expenditure. Updrafts can occur due to convection at the base of clouds or changes in air density (thermals). Birds are also well adept at exploiting the updrafts surrounding terrain features (i.e. orographic lift) for long range migration [2] Taking inspiration from nature, a number of researchers have explored various aspects to the challenge of designing Unmanned Aircraft Systems (UAS) capable of exploiting thermals [3-5]. Researchers have theoretically explored the potential for MAVs to harvest energy in regions of orographic lift [6-8] but a practical demonstration of the concept has yet to be achieved. There are a number of challenges in sensing, control, navigation, and guidance required to achieve autonomous orthographic soaring of MAVs in urban environments. This paper describes the development and simulation testing of a mission planning system designed specifically for off-line planning of energy-efficient flight paths for MAVs operating in urban environments. The objective of the planner is to manage the energy of the MAV (potential and kinetic) and avoid obstacles, to reach a desired waypoint as quickly as possible. Where

2 energy is insufficient to meet a goal, energy must be harvested from the surrounding wind flow (i.e., orographic flow). The presented planner generates energy efficient flight paths with a bias towards probable updraft regions, which can be later implemented in parallel to realtime path planning [9, 10]. Such a planner must incorporate a priori knowledge of the complex and interacting wind flow structures present in urban environments (e.g., around trees and tall buildings, etc.). This paper presents a simplified model of the wind environment; to enable development and validation of the behaviour of the mission planner. Follow on work will test the performance of the planner using higher fidelity wind models. Methodology The RMIT Bundoora West campus was chosen as a representative urban environment; it is ideally suited for this study due to the abundance and strength of updrafts [6-8]. A commercially available soaring model aircraft known as the Alula (produced by Dream- Flight) was selected as a representative MAV due to its known flight characteristics [6] which are summarised in Table 1. Furthermore, Table 1 also summarises the state space constraints and control input used in planning. Based on these parameters a rigid 3DOF model was computed using the approach outlined by Liu, et al. [11]. A horizontal wind gradient was defined within the configuration space (C-space) in accordance with [7]. The aircraft s weight-specific total energy was defined as presented in Eqn. 1 where h is the altitude of the aircraft above ground level, v represents the velocity of the aircraft, and g is gravitational acceleration. Table 1: Summary of MAV specifications, state space constraints and control input Specifications State constraints Control inputs Parameter Value State (units) Lower limit Upper limit Input variable Value Mass 0.248kg Glide path angle ( ) Pitch ±20 Wing span 0.9m Heading angle ( ) - δpitch 5 Wing area 0.167m 2 Angle of attack ( ) Yaw ±20 Length 0.48m Velocity (m/s) 0 10 δyaw 5 E total = h + v2 2g (1) Path Planner Planning is defined as the process of generating a sequence of collision free and feasible actions from start to a goal state. Based on previous studies in path planning for ground and air robots [5, 12-16], the Rapidly-exploring Random Tree (RRT) algorithm by LaValle [17] was implemented. RRTs are effective in capturing the configuration space and searching the environment. RRT expand by randomly nominating a state in the state space and connecting it to the nearest existing state in the tree. The nearest node is nominated using a nearest neighbour search. This search attempts to minimise the predefined search metric. Sampling based planners in general have been shown to be sensitive to the implementation parameters, particularly, the metric function [18]. The selection of an appropriate metric function has been shown to be intractable. Three cost functions (i.e. metrics) containing the variables outlined in Table 2 were developed. Weighting factors were applied to each variable to scale their significance (see Fig. 1). The influence of each metric and sensitivity of their weightings are discussed in the results section. Metric 1 only considers the equally-weighed Euclidean distance, which is commonly used in path planning. Metric 2 considers all of the cost variables (equally-weighted) given in Table 2. Finally, Metric 3 considers all of the cost variables given in Table 2 with the weightings determined based on the observation of the planner performance over a sample number of simulations. The specific combination of weightings chosen was that which achieved a balance between goal biasing, updraft biasing, distance minimisation and energy maximisation.

3 The proposed planner takes into consideration the MAV s altitude and velocity (i.e. potential and kinetic energy respectively) throughout the planning space. Using experimental data from [8], the glide polar of the MAV was used to determine the maximum distance the MAV could travel for a given sink rate. The planner would terminate once an energy sufficient state with a collision free goal path had been reached. In situations where those states were not feasible, the RRT planner would explore the surrounding state-space to determine feasible paths to the goal. Table 2: Variables in metrics Type Variables Description Cost Euclidian distances Connect to a node closer to it to increase the randomness of the path whilst also considering the distance to the goal to subtly bias the path Cost Number of connections Decrease the possibility of being stuck in a significantly low cost node Reward Updraft magnitude Increase the density of nodes in updraft regions for more possible high updraft paths Cost Failure rate of the nodes Reduce the chance of selecting a node with high failure rate due to obstacles Reward Energy level Connect nodes to high energy nodes to increase the possibility of gaining more energy Fig. 1: Variable weightings Simulation Setup Three flight environments (i.e. scenarios) were created to test the performance of the planner for each of the three metrics (see Table 3 and Fig. 2). The environmental parameters for each scenario are summarised in Fig. 2. Scenario 1 was designed to determine the sensitivity of the planner to small but strong regions of updrafts, which commonly form around tall buildings. The magnitude of the updraft regions were selected based on the strongest updraft speed estimated in [7]. Scenario 2 was designed to determine the sensitivity of the planner to lower energy environments (smaller and weaker updrafts). Lastly, Scenario 3 was used to test the performance of the planner in the presence of regions of undesireable flow (e.g, regions of downdraft or wake). The downdraft magnitude was set at -2.5m/s to ensure that the aircraft would not reach the updraft region if it tried to fly through it. Fig. 3 shows the maximum range of the candidate MAV for its initial conditions (h= 20m, v= 5ms -1 ) assuming the MAV glides at its best glide ratio without any energy harvesting from the surrounding environment. The results depicted in Fig. 3 are used as a performance baseline. The initial conditions chosen represent the altitude and velocity conditions when hand-launching the glider through a technique known as discus launching [8]. Discus launching involves gripping the glider from the wing-tip and accelerating it in a circular path (similar to that of the discus-throw in athletic events). Table 3: Environmental parameters of scenarios Scenario 1 Scenario 2 Scenario 3 Updraft magnitude 2.5 m/s 0.5 m/s 2.5 m/s Updraft area m m m 2 Downdraft magnitude 0 m/s 0 m/s -2.5 m/s Downdraft area 0 m 2 0 m 2 2 x m 2

4 (a) (b) (c) Fig. 2: Simulation environments: (a) Scenario 1, (b) Scenario 2 (c) Scenario 3 Fig. 3: MAV s reachability region without updrafts Results All three metrics were tested for each of the three scenarios. Due to the superior performance of the planner when using Metric 3, the associated flight paths are illustrated in Fig. 4. The performance of all metrics, for 100 simulation runs each, are shown as boxplots in Fig. 5. The following paragraphs describe results for each tested scenario. For Scenario 1, Metric 1 is the standard Euclidean distance, which ignored the updrafts. This resulted in the MAV taking a longer route to the goal and spent the least amount of time in the updraft, which resulted in an extended flight time to reach the goal in contrast to Metric 2 and 3. Metric 2 enabled the aircraft to stay in the updraft the longest time in order to gain maximum height, consequently increasing flight time and distance travelled. This is due to the inability of the planner to consider available energy. Out of all the metrics tested, Metric 3 resulted in the shortest flight time, as it consistently utilised the strong updraft region to gain energy from a linear glide (time not wasted by circling in updraft) and successfully navigate to the goal (see Fig. 4a). By efficiently utilising the small and concentrated updraft region, the planner resulted in more successful runs. Conversely, the use of Metric 2 was particularly sensitive to updrafts such that the MAV was unable to exit the region of high updraft. This can be observed through the relatively high planning failure rate for Metric 2 in Fig. 5. Visualised flight paths computed using Metric 3 (Fig. 4a) show two main routes towards the updraft region, which converge to one main route when exiting the updraft towards the goal point. The potential energy gained from the updraft was sufficient to allow the MAV to reach its final destination. This gain in potential energy can be seen in the travelled distances subplot of Fig. 5, which is compared to the baseline performance.

5 In Scenario 2 (all metrics), the MAV reached the goal but did not gain as much altitude due to the lower magnitude of updraft available. Circling within the updraft to gain energy was expected, and observed, for Metrics 2 and 3. However, the majority of the computed flight paths travelled along the longitudinal direction of the updraft to get as close as possible to the final goal alleviating the need to circle. This is apparent from comparing results of Scenarios 1 and 2 for Metric 3 (Fig. 4). Due to the low updraft energy defined in Scenario 2, the mean mission time was longer and a significant proportion of the flight time was spent in the updraft region, in which the MAV was unable to gain height (due to insufficient vertical velocity). Flight plans developed using Metric 2 had the longest flight time within the updraft similar to Scenario 1, which further reinforced the influences that the metric has on the mission planner performance. The paths generated in Scenario 3 (Metric 2 and 3) are observed to avoid the undesirable downdraft regions. The path planning around the downdrafts resulted in the MAV having to take a longer route, thus requiring it to harvest more energy. To do so, the MAV circles inside the updraft region to gain potential energy. The increased time spent in the updraft for Metric 3 subsequently increased the flight time (compared to results for Scenario 1 and 2). The standard Euclidean metric (Metric 1) led to the aircraft flying into downdraft regions and spending less time in updrafts. This reduced the maximum height reached, however, the time/distance airborne and mission planning failure rate are similar in comparison to Metric 3. Metric 2 had a very high planning failure rate of 83%. This is largely due to the high sensitivity of Metric 2 to downdrafts regions; the planner could not exit the updraft regions. In contrast, Metric 3 considered the number of connections within a certain region and thus exited the updraft region. (a) (b) (c) Fig. 4: Simulated results of metric 3 (a) Scenario 1 (b) Scenario 2 (c) Scenario 3

6 Fig. 5: Comparison of simulation data Discussion Sensitivity analysis was conducted to determine the significance of the metric weightings in the performance of the mission planner. Overall, Metric 3 performed the best in terms of consistency in path performance; producing updraft-biased flight paths with a low flight time and low failure rate. Although Metric 2 was consistently gaining more height and spending more time in updraft regions it was unreliable due to the high failure rate. Performance of Metric 2 was too random owing to the equal weighting of all the cost/rewards. Metric 1 did not utilise the updrafts and where included for reference. It is apparent that the performance of the path planning algorithm is highly dependent on the Metric and weightings used. This tuning is highly mission-dependent. An optimal balance between the period when the MAV is gaining energy in the updraft and the time it takes to complete its mission is required. Developing a metric that accurately captures the aircraft behaviour is a challenging task [19]. In a realistic wind scenario, the intensity of the updraft varies between buildings in a medium density urban area. It may be disadvantageous to exit the updraft prematurely as there may not be another strong updraft along the way. On the other hand, the MAV can utilise the orographic lift to gain altitude from updrafts at a building until a change in wind conditions enabling it to reach its goal. Real time sensing of wind conditions, and models for predicting the wind condition at various other locations based on sensor data are needed to enable such a capability.

7 Concluding Remarks This paper described the development of an offline mission planning tool to enable MAVs to autonomously harvest wind energy within an urban environment. The presented simulations utilised a simple 3DOF dynamic model, simplified wind flows, and a modified RRT pathplanning algorithm. Simulated results demonstrate the capability of the planner to increase the endurance and success rate of MAV missions. Testing for three different planning metrics and flight environments provided an insight into the behaviour of the path planning algorithm and the sensitivity of the weightings. The overall performance of the path planner was found to be metric sensitive, with a difference in planning failure rate of up to 80% between metrics and environments. The extension of this work is to create a realistic wind model of the environment to further increase the realism of the model. Monte Carlo simulations will be conducted using the presented mission planning algorithm to determine an optimal set of weightings. Potential for commercial applications of this work could involve long-range ISR urban operations for law enforcement agencies. It can also be expanded to MAV operations in coastal regions (e.g., surf lifesaving or shark patrol) where orographic updrafts are also common. Acknowledgments This research was undertaken as part of the RMIT Unmanned Aircraft Systems Research Team, within the Sir Lawrence Wackett Aerospace Research Centre, at RMIT University. This research was made possible, in part, through support and funding from the Defence Science Institute and the Defence Science and Technology Organisation. References [1] A. Mohamed, K. Massey, S. Watkins, and R. Clothier, "The attitude control of fixed-wing MAVS in turbulent environments," Progress in Aerospace Sciences, vol. 66, pp , [2] J. T. Mandel, G. Bohrer, D. W. Winkler, D. R. Barber, C. S. Houston, and K. L. Bildstein, "Migration path annotation: cross-continental study of migration-flight response to environmental conditions," Ecological Applications, vol. 21, pp , [3] M. J. Allen, "Autonomous soaring for improved endurance of a small uninhabited air vehicle," in Proceedings of the 43rd Aerospace Sciences Meeting, AIAA, [4] I. Cowling, S. Willcox, Y. Patel, P. Smith, and M. Roberts, "Increasing persistence of UAVs and MAVs through thermal soaring," Aeronautical Journal, vol. 113, pp , [5] J. W. Langelaan, "Gust energy extraction for mini and micro uninhabited aerial vehicles," Journal of guidance, control, and dynamics, vol. 32, pp , [6] C. White, S. Watkins, E. W. Lim, and K. Massey, "The soaring potential of a micro air vehicle in an urban environment," International Journal of Micro Air Vehicles, vol. 4, pp. 1-14, [7] A. Mohamed, C. White, and S. Watkins, "A Numerical Study of the Updrafts over a Building, with Comparison to Wind-Tunnel Results," in 15th Australasian Wind Engineering Society Workshop. Sydney, Australia, 2012, pp [8] C. White, E. Lim, S. Watkins, A. Mohamed, and M. Thompson, "A feasibility study of micro air vehicles soaring tall buildings," Journal of Wind Engineering and Industrial Aerodynamics, vol. 103, pp , [9] O. Ariff and T. Go, "Waypoint navigation of small-scale UAV incorporating dynamic soaring," Journal of Navigation, vol. 64, pp , [10] K. Turkoglu, Y. J. Zhao, and B. Capozzi, "Real-Time Insitu Strategies for Enhancing UAV Endurance by Utilizing Wind Energy," [11] Y. Liu, S. Longo, and E. C. Kerrigan, "Nonlinear predictive control of autonomous soaring UAVs using 3DOF models," in Control Conference (ECC), 2013 European, 2013, pp [12] M. Elbanhawi and M. Simic, "Sampling-Based Robot Motion Planning: A Review," Access, IEEE, vol. 2, pp , [13] C. Goerzen, Z. Kong, and B. Mettler, "A survey of motion planning algorithms from the perspective of autonomous UAV guidance," Journal of Intelligent and Robotic Systems, vol. 57, pp , [14] K. Yang, S. Keat Gan, and S. Sukkarieh, "A Gaussian process-based RRT planner for the exploration of an unknown and cluttered environment with a UAV," Advanced Robotics, vol. 27, pp , 2013/04/

8 [15] J. W. Langelaan, "Long distance/duration trajectory optimization for small uavs," in AIAA Guidance, Navigation and Control Conference and Exhibit, [16] J. W. Langelaan, "Tree-based trajectory planning to exploit atmospheric energy," in American Control Conference, 2008, 2008, pp [17] S. M. LaValle, "Rapidly-Exploring Random Trees A Цew Tool for Path Planning," [18] P. Cheng and S. M. LaValle, "Reducing metric sensitivity in randomized trajectory design," in Intelligent Robots and Systems, Proceedings IEEE/RSJ International Conference on, 2001, pp [19] S. M. LaValle, Planning algorithms: Cambridge university press, 2006.

Wind-Energy based Path Planning For Electric Unmanned Aerial Vehicles Using Markov Decision Processes

Wind-Energy based Path Planning For Electric Unmanned Aerial Vehicles Using Markov Decision Processes Wind-Energy based Path Planning For Electric Unmanned Aerial Vehicles Using Markov Decision Processes Wesam H. Al-Sabban 1,, Luis F. Gonzalez 1, Ryan N. Smith 2, Gordon F. Wyeth 2 Abstract Exploiting wind-energy

More information

Wind-Energy based Path Planning For Unmanned Aerial Vehicles Using Markov Decision Processes

Wind-Energy based Path Planning For Unmanned Aerial Vehicles Using Markov Decision Processes Wind-Energy based Path Planning For Unmanned Aerial Vehicles Using Markov Decision Processes Wesam H. Al-Sabban, Luis F. Gonzalez and Ryan N. Smith Abstract Exploiting wind-energy is one possible way to

More information

Towards Reduced-Order Models for Online Motion Planning and Control of UAVs in the Presence of Wind

Towards Reduced-Order Models for Online Motion Planning and Control of UAVs in the Presence of Wind Towards Reduced-Order Models for Online Motion Planning and Control of UAVs in the Presence of Wind Ashray A. Doshi, Surya P. Singh and Adam J. Postula The University of Queensland, Australia {a.doshi,

More information

SkyScanner. Deploying fleets of enduring drones to probe atmospheric phenomena " Kicked off on June the 16 th, 2014

SkyScanner. Deploying fleets of enduring drones to probe atmospheric phenomena  Kicked off on June the 16 th, 2014 SkyScanner Deploying fleets of enduring drones to probe atmospheric phenomena " Kicked off on June the 16 th, 2014 Project supported by the STAE foundation, 2014 / 2016 Scope of the project" Overall target:

More information

Biologically inspired sensor fusion for real-time wind gust estimation in autonomous UAV navigation

Biologically inspired sensor fusion for real-time wind gust estimation in autonomous UAV navigation Biologically inspired sensor fusion for real-time wind gust estimation in autonomous UAV navigation Reliability and accuracy of navigation in flying drones are one of the key challenges that must be solved

More information

MODELING OF DUST DEVIL ON MARS AND FLIGHT SIMULATION OF MARS AIRPLANE

MODELING OF DUST DEVIL ON MARS AND FLIGHT SIMULATION OF MARS AIRPLANE MODELING OF DUST DEVIL ON MARS AND FLIGHT SIMULATION OF MARS AIRPLANE Hirotaka Hiraguri*, Hiroshi Tokutake* *Kanazawa University, Japan hiraguri@stu.kanazawa-u.ac.jp;tokutake@se.kanazawa-u.ac.jp Keywords:

More information

Small and micro uavs face severe limits on the fuel that can be carried, greatly reducing both endurance

Small and micro uavs face severe limits on the fuel that can be carried, greatly reducing both endurance Guidance, Navigation and Control Conference, August 1-13, 29, Chicago, Illinois Energy Maps for Long-Range Path Planning for Smalland Micro - UAVs Anjan Chakrabarty and Jack W. Langelaan The Pennsylvania

More information

The Pennsylvania State University The Graduate School ATMOSPHERIC ENERGY HARVESTING FOR SMALL UNINHABITED AIRCRAFT BY GUST SOARING

The Pennsylvania State University The Graduate School ATMOSPHERIC ENERGY HARVESTING FOR SMALL UNINHABITED AIRCRAFT BY GUST SOARING The Pennsylvania State University The Graduate School ATMOSPHERIC ENERGY HARVESTING FOR SMALL UNINHABITED AIRCRAFT BY GUST SOARING A Thesis in Aerospace Engineering by Nathan Thomas Depenbusch c 2011 Nathan

More information

An Evaluation of UAV Path Following Algorithms

An Evaluation of UAV Path Following Algorithms 213 European Control Conference (ECC) July 17-19, 213, Zürich, Switzerland. An Evaluation of UAV Following Algorithms P.B. Sujit, Srikanth Saripalli, J.B. Sousa Abstract following is the simplest desired

More information

Design and modelling of an airship station holding controller for low cost satellite operations

Design and modelling of an airship station holding controller for low cost satellite operations AIAA Guidance, Navigation, and Control Conference and Exhibit 15-18 August 25, San Francisco, California AIAA 25-62 Design and modelling of an airship station holding controller for low cost satellite

More information

Unsteady Pressure Measurements on a MAV Wing for the Design of a Turbulence Mitigation System

Unsteady Pressure Measurements on a MAV Wing for the Design of a Turbulence Mitigation System Unsteady Pressure Measurements on a MAV Wing for the Design of a Turbulence Mitigation System Matthew Marino, Simon Watkins, Roberto Sabatini and Alessandro Gardi RMIT University - SAMME, Melbourne, Australia

More information

Aeroelastic Gust Response

Aeroelastic Gust Response Aeroelastic Gust Response Civil Transport Aircraft - xxx Presented By: Fausto Gill Di Vincenzo 04-06-2012 What is Aeroelasticity? Aeroelasticity studies the effect of aerodynamic loads on flexible structures,

More information

Autonomous Robotic Vehicles

Autonomous Robotic Vehicles Autonomous Robotic Vehicles Ground, Air, Undersea Jim Keller July 15, 2005 Types of Vehicles Ground Wheeled Tracked Legged Crawling/snake Air Fixed wing Powered gliders Rotary wing Flapping wing Morphing

More information

Aerobatic Maneuvering of Miniature Air Vehicles Using Attitude Trajectories

Aerobatic Maneuvering of Miniature Air Vehicles Using Attitude Trajectories Brigham Young University BYU ScholarsArchive All Faculty Publications 28-8 Aerobatic Maneuvering of Miniature Air Vehicles Using Attitude Trajectories James K. Hall Brigham Young University - Provo, hallatjk@gmail.com

More information

Optimal Persistent Surveillance using Coordinated Soaring

Optimal Persistent Surveillance using Coordinated Soaring AIAA SciTech 13-17 January 2014, National Harbor, Maryland AIAA Guidance, Navigation, and Control Conference AIAA 2014-0261 Optimal Persistent Surveillance using Coordinated Soaring Dmitriy Makovkin Jack

More information

SIMULATION STUDIES OF MICRO AIR VEHICLE

SIMULATION STUDIES OF MICRO AIR VEHICLE Journal of KONES Powertrain and Transport, Vol. 22, No. 4 2015 SIMULATION STUDIES OF MICRO AIR VEHICLE Krzysztof Sibilski, Andrzej Zyluk, Miroslaw Kowalski Air Force Institute of Technology Ksiecia Boleslawa

More information

Chapter 9. Nonlinear Design Models. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 9, Slide 1

Chapter 9. Nonlinear Design Models. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 9, Slide 1 Chapter 9 Nonlinear Design Models Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 9, Slide 1 Architecture Destination, obstacles Waypoints Path Definition Airspeed, Altitude,

More information

GUIDANCE AND CONTROL FOR D-SEND#2

GUIDANCE AND CONTROL FOR D-SEND#2 GUIDANCE AND CONTROL FOR D-SEND#2 Jun ichiro Kawaguchi, Tetsujiro Ninomiya, Hirokazu Suzuki Japan Aerospace Exploration Agency kawaguchi.junichiroh@jaxa.jp; ninomiya.tetsujiro@jaxa.jp; suzuki.hirokazu@jaxa.jp

More information

Guided Exploration for Coordinated Autonomous Soaring Flight

Guided Exploration for Coordinated Autonomous Soaring Flight AIAA SciTech 13-17 January 2014, National Harbor, Maryland AIAA Guidance, Navigation, and Control Conference AIAA 2014-0969 Guided Exploration for Coordinated Autonomous Soaring Flight Kwok Cheng Jack

More information

Nonlinear Landing Control for Quadrotor UAVs

Nonlinear Landing Control for Quadrotor UAVs Nonlinear Landing Control for Quadrotor UAVs Holger Voos University of Applied Sciences Ravensburg-Weingarten, Mobile Robotics Lab, D-88241 Weingarten Abstract. Quadrotor UAVs are one of the most preferred

More information

UAV Navigation: Airborne Inertial SLAM

UAV Navigation: Airborne Inertial SLAM Introduction UAV Navigation: Airborne Inertial SLAM Jonghyuk Kim Faculty of Engineering and Information Technology Australian National University, Australia Salah Sukkarieh ARC Centre of Excellence in

More information

Chapter 1. Introduction. 1.1 System Architecture

Chapter 1. Introduction. 1.1 System Architecture Chapter 1 Introduction 1.1 System Architecture The objective of this book is to prepare the reader to do research in the exciting and rapidly developing field of autonomous navigation, guidance, and control

More information

Application of a Switching Control Strategy to Extract Energy from Turbulence by a Fixed-wing UAV

Application of a Switching Control Strategy to Extract Energy from Turbulence by a Fixed-wing UAV International Micro Air Vehicle Conference and Flight Competition (IMAV) 2017 29 Application of a Switching Control Strategy to Extract Energy from Turbulence by a Fixed-wing UAV F. Pasquali, Y. Brière,

More information

Biologically Inspired Flight Techniques for Small and Micro Unmanned Aerial Vehicles

Biologically Inspired Flight Techniques for Small and Micro Unmanned Aerial Vehicles Guidance, Navigation and Controls Conference Biologically Inspired Flight Techniques for Small and Micro Unmanned Aerial Vehicles Jack W. Langelaan The Pennsylvania State University, University Park, PA

More information

Observability-based Local Path Planning and Collision Avoidance Using Bearing-only Measurements

Observability-based Local Path Planning and Collision Avoidance Using Bearing-only Measurements Observability-based Local Path Planning and Collision Avoidance Using Bearing-only Measurements Huili Yu a,, Rajnikant Sharma a, Randal W. Beard a, Clark N. Taylor b a Department of Electrical and Computer

More information

THEORETICAL AND EXPERIMENTAL INVESTIGATION OF ENERGY EXTRACTION FROM ATMOSPHERIC TURBULENCE

THEORETICAL AND EXPERIMENTAL INVESTIGATION OF ENERGY EXTRACTION FROM ATMOSPHERIC TURBULENCE 26th INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES THEORETICAL AND EXPERIMENTAL INVESTIGATION OF ENERGY EXTRACTION FROM ATMOSPHERIC TURBULENCE Chinmay K. Patel*, Ilan M. Kroo** *Acuity Technologies

More information

Gust Energy Extraction for Mini- and Micro- Uninhabited Aerial Vehicles

Gust Energy Extraction for Mini- and Micro- Uninhabited Aerial Vehicles 46 th Aerosciences Conference, Reno, Nevada Gust Energy Extraction for Mini- and Micro- Uninhabited Aerial Vehicles Jack W. Langelaan The Pennsylvania State University, University Park, PA 1682, USA Götz

More information

GUST RESPONSE ANALYSIS IN THE FLIGHT FORMATION OF UNMANNED AIR VEHICLES

GUST RESPONSE ANALYSIS IN THE FLIGHT FORMATION OF UNMANNED AIR VEHICLES 28 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES GUST RESPONSE ANALYSIS IN THE FLIGHT FORMATION OF UNMANNED AIR VEHICLES Yoshinobu Inada*, Kyohei Ohta*, and Hideaki Takanobu** *Tokai University,

More information

Development and Design of the Landing Guidance and Control System for the S20 UAV

Development and Design of the Landing Guidance and Control System for the S20 UAV Development and Design of the Landing Guidance and Control System for the S2 UAV João Pedro Vasconcelos Fonseca da Silva Mechanical Engineering Department Instituto Superior Técnico Av. Rovisco Pais, 149-1

More information

Provably Correct Persistent Surveillance for Unmanned Aerial Vehicles Subject to Charging Constraints

Provably Correct Persistent Surveillance for Unmanned Aerial Vehicles Subject to Charging Constraints Provably Correct Persistent Surveillance for Unmanned Aerial Vehicles Subject to Charging Constraints Kevin Leahy, Dingjiang Zhou, Cristian-Ioan Vasile, Konstantinos Oikonomopoulos, Mac Schwager, and Calin

More information

Wind field estimation for autonomous dynamic soaring

Wind field estimation for autonomous dynamic soaring 212 IEEE International Conference on Robotics and Automation RiverCentre, Saint Paul, Minnesota, USA May 14-18, 212 Wind field estimation for autonomous dynamic soaring Jack W. Langelaan Aerospace Engineering,

More information

Weather in the Connected Cockpit

Weather in the Connected Cockpit Weather in the Connected Cockpit What if the Cockpit is on the Ground? The Weather Story for UAS Friends and Partners of Aviation Weather November 2, 2016 Chris Brinton brinton@mosaicatm.com Outline Mosaic

More information

Autopilot design for small fixed wing aerial vehicles. Randy Beard Brigham Young University

Autopilot design for small fixed wing aerial vehicles. Randy Beard Brigham Young University Autopilot design for small fixed wing aerial vehicles Randy Beard Brigham Young University Outline Control architecture Low level autopilot loops Path following Dubins airplane paths and path management

More information

THE SMALL SCALES OF TURBULENCE IN ATMOSPHERIC

THE SMALL SCALES OF TURBULENCE IN ATMOSPHERIC THE SMALL SCALES OF TURBULENCE IN ATMOSPHERIC WINDS AT HEIGHTS RELEVANT TO MAVS A thesis submitted in fulfilment of the requirements for the degree of Doctor of Philosophy (Aerospace Engineering) Mark

More information

Real-time trajectory generation technique for dynamic soaring UAVs

Real-time trajectory generation technique for dynamic soaring UAVs Real-time trajectory generation technique for dynamic soaring UAVs Naseem Akhtar James F Whidborne Alastair K Cooke Department of Aerospace Sciences, Cranfield University, Bedfordshire MK45 AL, UK. email:n.akhtar@cranfield.ac.uk

More information

Flight and Orbital Mechanics. Exams

Flight and Orbital Mechanics. Exams 1 Flight and Orbital Mechanics Exams Exam AE2104-11: Flight and Orbital Mechanics (23 January 2013, 09.00 12.00) Please put your name, student number and ALL YOUR INITIALS on your work. Answer all questions

More information

Chapter 1 Lecture 2. Introduction 2. Topics. Chapter-1

Chapter 1 Lecture 2. Introduction 2. Topics. Chapter-1 Chapter 1 Lecture 2 Introduction 2 Topics 1.4 Equilibrium of airplane 1.5 Number of equations of motion for airplane in flight 1.5.1 Degrees of freedom 1.5.2 Degrees of freedom for a rigid airplane 1.6

More information

Chapter 10. Path Following. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 10, Slide 1

Chapter 10. Path Following. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 10, Slide 1 Chapter 10 Path Following Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 10, Slide 1 Control Architecture destination, obstacles map path planner waypoints status path

More information

A Decentralized Approach to Multi-agent Planning in the Presence of Constraints and Uncertainty

A Decentralized Approach to Multi-agent Planning in the Presence of Constraints and Uncertainty 2011 IEEE International Conference on Robotics and Automation Shanghai International Conference Center May 9-13, 2011, Shanghai, China A Decentralized Approach to Multi-agent Planning in the Presence of

More information

The Pennsylvania State University The Graduate School WIND ESTIMATION AND CLOSED-LOOP CONTROL OF A SOARING VEHICLE

The Pennsylvania State University The Graduate School WIND ESTIMATION AND CLOSED-LOOP CONTROL OF A SOARING VEHICLE The Pennsylvania State University The Graduate School WIND ESTIMATION AND CLOSED-LOOP CONTROL OF A SOARING VEHICLE A Thesis in Aerospace Engineering by John Bird c 2013 John Bird Submitted in Partial Fulfillment

More information

A model of an aircraft towing a cable-body system

A model of an aircraft towing a cable-body system ANZIAM J. 47 (EMAC2005) pp.c615 C632, 2007 C615 A model of an aircraft towing a cable-body system C. K. H. Chin R. L. May (Received 2 November 2005; revised 31 January 2007) Abstract We integrate together

More information

COMPUTATIONAL ASPECTS OF PROBABILISTIC ASSESSMENT OF UAS ROBUST AUTONOMY

COMPUTATIONAL ASPECTS OF PROBABILISTIC ASSESSMENT OF UAS ROBUST AUTONOMY COMPUTATIONAL ASPECTS OF PROBABILISTIC ASSESSMENT OF UAS ROBUST AUTONOMY Tristan Perez,, Brendan Williams, Pierre de Lamberterie School of Engineering, The University of Newcastle, Callaghan NSW 238, AUSTRALIA,

More information

an author's

an author's an author's https://oatao.univ-toulouse.fr/19286 https://doi.org/1.2514/1.c34531 Gavrilovic, Nikola and Bénard, Emmanuel and Pastor, Philippe and Moschetta, Jean-Marc Performance improvement of small Unmanned

More information

Model Reference Adaptive Control of Underwater Robotic Vehicle in Plane Motion

Model Reference Adaptive Control of Underwater Robotic Vehicle in Plane Motion Proceedings of the 11th WSEAS International Conference on SSTEMS Agios ikolaos Crete Island Greece July 23-25 27 38 Model Reference Adaptive Control of Underwater Robotic Vehicle in Plane Motion j.garus@amw.gdynia.pl

More information

Utilization of Wind Energy in Optimal Guidance Strategies VIDA Real-Time Nonlinear Control Methodologies

Utilization of Wind Energy in Optimal Guidance Strategies VIDA Real-Time Nonlinear Control Methodologies Utilization of Wind Energy in Optimal Guidance Strategies VIDA Real-Time Nonlinear Control Methodologies A project present to The Faculty of the Department of Aerospace Engineering San Jose State University

More information

This paper presents a summary of research performed at the University of Sydney

This paper presents a summary of research performed at the University of Sydney Aerial Robotics N. R. J. Lawrance (Australian Centre for Field Robotics, University of Sydney) J. J. Acevedo (University of Sevilla) J. J. Chung, J. L. Nguyen, D. Wilson, S. Sukkarieh (Australian Centre

More information

INVESTIVATION OF LOW THRUST TO WEIGHT RATIO ROTATIONAL CAPACITY OF ASYMMETRIC MONO-WING CONFIGURATIONS

INVESTIVATION OF LOW THRUST TO WEIGHT RATIO ROTATIONAL CAPACITY OF ASYMMETRIC MONO-WING CONFIGURATIONS 28 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES INVESTIVATION OF LOW THRUST TO WEIGHT RATIO ROTATIONAL CAPACITY OF ASYMMETRIC MONO-WING CONFIGURATIONS Derrick Ho*, Dr KC Wong* School of Aerospace,

More information

Evaluation of different wind estimation methods in flight tests with a fixed-wing UAV

Evaluation of different wind estimation methods in flight tests with a fixed-wing UAV Evaluation of different wind estimation methods in flight tests with a fixed-wing UAV Julian Sören Lorenz February 5, 2018 Contents 1 Glossary 2 2 Introduction 3 3 Tested algorithms 3 3.1 Unfiltered Method

More information

Introduction to Flight Dynamics

Introduction to Flight Dynamics Chapter 1 Introduction to Flight Dynamics Flight dynamics deals principally with the response of aerospace vehicles to perturbations in their flight environments and to control inputs. In order to understand

More information

Research on Balance of Unmanned Aerial Vehicle with Intelligent Algorithms for Optimizing Four-Rotor Differential Control

Research on Balance of Unmanned Aerial Vehicle with Intelligent Algorithms for Optimizing Four-Rotor Differential Control 2019 2nd International Conference on Computer Science and Advanced Materials (CSAM 2019) Research on Balance of Unmanned Aerial Vehicle with Intelligent Algorithms for Optimizing Four-Rotor Differential

More information

AEROSPACE ENGINEERING

AEROSPACE ENGINEERING AEROSPACE ENGINEERING Subject Code: AE Course Structure Sections/Units Topics Section A Engineering Mathematics Topics (Core) 1 Linear Algebra 2 Calculus 3 Differential Equations 1 Fourier Series Topics

More information

Adaptive Winglet Design, Analysis and Optimisation of the Cant Angle for Enhanced MAV Performance

Adaptive Winglet Design, Analysis and Optimisation of the Cant Angle for Enhanced MAV Performance Adaptive Winglet Design, Analysis and Optimisation of the Cant Angle for Enhanced MAV Performance Chen-Ming Kuo and Christian Boller University of Saarland, Materials Science & Technology Dept. Chair of

More information

A WAVELET BASED FLIGHT DATA PREPROCESSING METHOD FOR FLIGHT CHARACTERISTICS ESTIMATION AND FAULT DETECTION

A WAVELET BASED FLIGHT DATA PREPROCESSING METHOD FOR FLIGHT CHARACTERISTICS ESTIMATION AND FAULT DETECTION A WAVELET BASED FLIGHT DATA PREPROCESSING METHOD FOR FLIGHT CHARACTERISTICS ESTIMATION AND FAULT DETECTION Masaru Naruoka Japan Aerospace Exploration Agency Keywords: Flight analyses, Multiresolution Analysis,

More information

An Energy-Aware Airborne Dynamic Data-Driven Application System for Persistent Sampling and Surveillance

An Energy-Aware Airborne Dynamic Data-Driven Application System for Persistent Sampling and Surveillance Available online at www.sciencedirect.com Procedia Computer Science 18 (2013 ) 2008 2017 International Conference on Computational Science, ICCS 2013 An Energy-Aware Airborne Dynamic Data-Driven Application

More information

Aerodynamic Design of VTOL MAV

Aerodynamic Design of VTOL MAV Aerodynamic Design of VTOL MAV Sergey Shkarayev The University of Arizona, Tucson, AZ, USA Jean-Marc Moschetta and Boris Bataille SUPAERO, Toulouse, France This work is sponsored by AFRL, Eglin AFB and

More information

A Blade Element Approach to Modeling Aerodynamic Flight of an Insect-scale Robot

A Blade Element Approach to Modeling Aerodynamic Flight of an Insect-scale Robot A Blade Element Approach to Modeling Aerodynamic Flight of an Insect-scale Robot Taylor S. Clawson, Sawyer B. Fuller Robert J. Wood, Silvia Ferrari American Control Conference Seattle, WA May 25, 2016

More information

1 Introduction. 2 Successive Convexification Algorithm

1 Introduction. 2 Successive Convexification Algorithm 1 Introduction There has been growing interest in cooperative group robotics [], with potential applications in construction and assembly. Most of this research focuses on grounded or mobile manipulator

More information

Dynamic Response of an Aircraft to Atmospheric Turbulence Cissy Thomas Civil Engineering Dept, M.G university

Dynamic Response of an Aircraft to Atmospheric Turbulence Cissy Thomas Civil Engineering Dept, M.G university Dynamic Response of an Aircraft to Atmospheric Turbulence Cissy Thomas Civil Engineering Dept, M.G university cissyvp@gmail.com Jancy Rose K Scientist/Engineer,VSSC, Thiruvananthapuram, India R Neetha

More information

Stability and Control Analysis in Twin-Boom Vertical Stabilizer Unmanned Aerial Vehicle (UAV)

Stability and Control Analysis in Twin-Boom Vertical Stabilizer Unmanned Aerial Vehicle (UAV) International Journal of Scientific and Research Publications, Volume 4, Issue 2, February 2014 1 Stability and Control Analysis in Twin-Boom Vertical Stabilizer Unmanned Aerial Vehicle UAV Lasantha Kurukularachchi*;

More information

Physics-Aware Informative Coverage Planning for Autonomous Vehicles

Physics-Aware Informative Coverage Planning for Autonomous Vehicles Physics-Aware Informative Coverage Planning for Autonomous Vehicles Michael J. Kuhlman 1, Student Member, IEEE, Petr Švec2, Member, IEEE, Krishnanand N. Kaipa 2, Member, IEEE, Donald Sofge 3, Member, IEEE,

More information

Dynamic Modeling and Stabilization Techniques for Tri-Rotor Unmanned Aerial Vehicles

Dynamic Modeling and Stabilization Techniques for Tri-Rotor Unmanned Aerial Vehicles Technical Paper Int l J. of Aeronautical & Space Sci. 11(3), 167 174 (010) DOI:10.5139/IJASS.010.11.3.167 Dynamic Modeling and Stabilization Techniques for Tri-Rotor Unmanned Aerial Vehicles Dong-Wan Yoo*,

More information

Chapter 11. Path Manager. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012,

Chapter 11. Path Manager. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 11 Path Manager Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 212, Chapter 11, Slide 1 Control Architecture destination, obstacles map path planner waypoints status path

More information

Introduction to Flight

Introduction to Flight l_ Introduction to Flight Fifth Edition John D. Anderson, Jr. Curator for Aerodynamics, National Air and Space Museum Smithsonian Institution Professor Emeritus University of Maryland Me Graw Higher Education

More information

Experimental Study of Gust Effects on Micro Air Vehicles

Experimental Study of Gust Effects on Micro Air Vehicles Experimental Study of Gust Effects on Micro Air Vehicles Sam Zarovy and Mark Costello 2 Georgia Institute of Technology, Atlanta, GA, 3332, USA Ankur Mehta 3 and Anita Flynn 4 University of California,

More information

Energy-Aware Coverage Path Planning of UAVs

Energy-Aware Coverage Path Planning of UAVs Energy-Aware Coverage Path Planning of UAVs Carmelo Di Franco, Giorgio C. Buttazzo IWES 2016 20 September 2016 ReTiS Lab, TeCIP Institute Scuola superiore Sant Anna - Pisa About me I m Carmelo Di Franco

More information

Frequency Domain System Identification for a Small, Low-Cost, Fixed-Wing UAV

Frequency Domain System Identification for a Small, Low-Cost, Fixed-Wing UAV Frequency Domain System Identification for a Small, Low-Cost, Fixed-Wing UAV Andrei Dorobantu, Austin M. Murch, Bernie Mettler, and Gary J. Balas, Department of Aerospace Engineering & Mechanics University

More information

Wind data collected by a fixed-wing aircraft in the vicinity of a typhoon over the south China coastal waters

Wind data collected by a fixed-wing aircraft in the vicinity of a typhoon over the south China coastal waters Wind data collected by a fixed-wing aircraft in the vicinity of a typhoon over the south China coastal waters P.W. Chan * and K.K. Hon Hong Kong Observatory, Hong Kong, China Abstract: The fixed-wing aircraft

More information

THE TRANS-PACIFIC CROSSING: LONG RANGE ADAPTIVE PATH PLANNING FOR UAVS THROUGH VARIABLE WIND FIELDS

THE TRANS-PACIFIC CROSSING: LONG RANGE ADAPTIVE PATH PLANNING FOR UAVS THROUGH VARIABLE WIND FIELDS THE TRANS-PACIFIC CROSSING: LONG RANGE ADAPTIVE PATH PLANNING FOR UAVS THROUGH VARIABLE WIND FIELDS Juan Carlos Rubio *, University of Washington, Seattle, WA Sean Kragelund, Naval Undersea Warfare Center,

More information

Adaptive Augmentation of a Fighter Aircraft Autopilot Using a Nonlinear Reference Model

Adaptive Augmentation of a Fighter Aircraft Autopilot Using a Nonlinear Reference Model Proceedings of the EuroGNC 13, 2nd CEAS Specialist Conference on Guidance, Navigation & Control, Delft University of Technology, Delft, The Netherlands, April -12, 13 Adaptive Augmentation of a Fighter

More information

Searching in non-deterministic, partially observable and unknown environments

Searching in non-deterministic, partially observable and unknown environments Searching in non-deterministic, partially observable and unknown environments CE417: Introduction to Artificial Intelligence Sharif University of Technology Spring 2014 Soleymani Artificial Intelligence:

More information

Active Guidance for a Finless Rocket using Neuroevolution

Active Guidance for a Finless Rocket using Neuroevolution Active Guidance for a Finless Rocket using Neuroevolution Gomez, F.J. & Miikulainen, R. (2003). Genetic and Evolutionary Computation Gecco, 2724, 2084 2095. Introduction Sounding rockets are used for making

More information

Suggestions for Making Useful the Uncertainty Quantification Results from CFD Applications

Suggestions for Making Useful the Uncertainty Quantification Results from CFD Applications Suggestions for Making Useful the Uncertainty Quantification Results from CFD Applications Thomas A. Zang tzandmands@wildblue.net Aug. 8, 2012 CFD Futures Conference: Zang 1 Context The focus of this presentation

More information

Formation Control of Multi Agent System in Cyclic Pursuit with Varying Inter-Agent Distance

Formation Control of Multi Agent System in Cyclic Pursuit with Varying Inter-Agent Distance Indian Institute of Technology Madras Formation Control of Multi Agent System in Cyclic Pursuit with Varying Inter-Agent Distance Galib Rahaman Mallik 1 and Arpita Sinha 2 Abstract This paper is concerned

More information

Dynamic trajectory control of gliders

Dynamic trajectory control of gliders Proceedings of the EuroGNC 2013, 2nd CEAS Specialist Conference on Guidance, Navigation & Control, Delft University of Technology, Delft, The Netherlands, April 10-12, 2013 ThCT1.3 Dynamic trajectory control

More information

Dynamic trajectory control of gliders

Dynamic trajectory control of gliders Dynamic trajectory control of gliders Rui DILãO and João FONSECA Institut des Hautes Études Scientifiques 35, route de Chartres 91440 Bures-sur-Yvette (France) Avril 2013 IHES/M/13/09 Dynamic trajectory

More information

Experimental Study on Flow Control Characteristics of Synthetic Jets over a Blended Wing Body Configuration

Experimental Study on Flow Control Characteristics of Synthetic Jets over a Blended Wing Body Configuration Experimental Study on Flow Control Characteristics of Synthetic Jets over a Blended Wing Body Configuration Byunghyun Lee 1), Minhee Kim 1), Chongam Kim 1), Taewhan Cho 2), Seol Lim 3), and Kyoung Jin

More information

kiteplane s length, wingspan, and height are 6 mm, 9 mm, and 24 mm, respectively, and it weighs approximately 4.5 kg. The kiteplane has three control

kiteplane s length, wingspan, and height are 6 mm, 9 mm, and 24 mm, respectively, and it weighs approximately 4.5 kg. The kiteplane has three control Small Unmanned Aerial Vehicle with Variable Geometry Delta Wing Koji Nakashima, Kazuo Okabe, Yasutaka Ohsima 2, Shuichi Tajima 2 and Makoto Kumon 2 Abstract The kiteplane that is considered in this paper

More information

Multi-layer Flight Control Synthesis and Analysis of a Small-scale UAV Helicopter

Multi-layer Flight Control Synthesis and Analysis of a Small-scale UAV Helicopter Multi-layer Flight Control Synthesis and Analysis of a Small-scale UAV Helicopter Ali Karimoddini, Guowei Cai, Ben M. Chen, Hai Lin and Tong H. Lee Graduate School for Integrative Sciences and Engineering,

More information

Quadrotor Modeling and Control

Quadrotor Modeling and Control 16-311 Introduction to Robotics Guest Lecture on Aerial Robotics Quadrotor Modeling and Control Nathan Michael February 05, 2014 Lecture Outline Modeling: Dynamic model from first principles Propeller

More information

Flapping-wing mechanism for a bird-sized UAVs: design, modeling and control

Flapping-wing mechanism for a bird-sized UAVs: design, modeling and control Flapping-wing mechanism for a bird-sized UAVs: design, modeling and control Ch. Grand 1,, P. Martinelli, J.-B. Mouret 1 and S. Doncieux 1 1 ISIR, Université Pierre et Marie Curie-Paris 6, France IUT Cachan,

More information

A Complementary Filter for Attitude Estimation of a Fixed-Wing UAV

A Complementary Filter for Attitude Estimation of a Fixed-Wing UAV A Complementary Filter for Attitude Estimation of a Fixed-Wing UAV Mark Euston, Paul Coote, Robert Mahony, Jonghyuk Kim and Tarek Hamel Abstract This paper considers the question of using a nonlinear complementary

More information

Dynamic-Fuzzy-Neural-Networks-Based Control of an Unmanned Aerial Vehicle

Dynamic-Fuzzy-Neural-Networks-Based Control of an Unmanned Aerial Vehicle Proceedings of the 7th World Congress The International Federation of Automatic Control Seoul, Korea, July 6-, 8 Dynamic-Fuzzy-Neural-Networks-Based Control of an Unmanned Aerial Vehicle Zhe Tang*, Meng

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORK IN MODELING OF ENTOMOPTER DYNAMICS

APPLICATION OF ARTIFICIAL NEURAL NETWORK IN MODELING OF ENTOMOPTER DYNAMICS APPLICATION OF ARTIFICIAL NEURAL NETWORK IN MODELING OF ENTOMOPTER DYNAMICS Paweł Czekałowski*, Krzysztof Sibilski**, Andrzej Żyluk** *Wroclaw University of Technology, **Air Force Institute of Technology

More information

MODULAR AEROPLANE SYSTEM. A CONCEPT AND INITIAL INVESTIGATION

MODULAR AEROPLANE SYSTEM. A CONCEPT AND INITIAL INVESTIGATION 28 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES MODULAR AEROPLANE SYSTEM. A CONCEPT AND INITIAL INVESTIGATION Marcin Figat, Cezary Galiński, Agnieszka Kwiek Warsaw University of Technology mfigat@meil.pw.edu.pl;

More information

Thermal modelling of the Wing Anti Ice System in modern aircrafts

Thermal modelling of the Wing Anti Ice System in modern aircrafts Advanced Computational Methods and Experiments in Heat Transfer XII 305 Thermal modelling of the Wing Anti Ice System in modern aircrafts D. Labuhn 1 & M. Logeais 2 1 Thermal Technology Centre, Airbus,

More information

SCIENCE WITH DIRECTED AERIAL DR. ALEXEY PANKINE GLOBAL AEROSPACE CORPORATION SAILING THE PLANETS

SCIENCE WITH DIRECTED AERIAL DR. ALEXEY PANKINE GLOBAL AEROSPACE CORPORATION SAILING THE PLANETS : SCIENCE WITH DIRECTED AERIAL ROBOT EXPLORERS (DARE) DR. ALEXEY PANKINE GLOBAL AEROSPACE CORPORATION 1 NEW ARCHITECTURE FOR PLANETARY EXPLORATION KEY ELEMENTS: Long-Duration Planetary Balloon Platforms

More information

Estimation of Wind Velocity on Flexible Unmanned Aerial Vehicle Without Aircraft Parameters

Estimation of Wind Velocity on Flexible Unmanned Aerial Vehicle Without Aircraft Parameters McNair Scholars Research Journal Volume 5 Article 3 2018 Estimation of Wind Velocity on Flexible Unmanned Aerial Vehicle Without Aircraft Parameters Noel J. Mangual Embry-Riddle Aeronautical University

More information

DESIGN OF FLIGHT AVOIDANCE MANOEUVRE ALPHABETS FOR MIXED CENTRALISED-DECENTRALISED SEPARATION MANAGEMENT

DESIGN OF FLIGHT AVOIDANCE MANOEUVRE ALPHABETS FOR MIXED CENTRALISED-DECENTRALISED SEPARATION MANAGEMENT DESIGN OF FLIGHT AVOIDANCE MANOEUVRE ALPHABETS FOR MIXED CENTRALISED-DECENTRALISED SEPARATION MANAGEMENT Onvaree Techakesari, Jason J. Ford, Paul M. Zapotezny-Anderson Australian Research Centre for Aerospace

More information

Study on Numerical Simulation Method of Gust Response in Time Domain Jun-Li WANG

Study on Numerical Simulation Method of Gust Response in Time Domain Jun-Li WANG International Conference on Mechanics and Civil Engineering (ICMCE 4) Study on Numerical Simulation Method of Gust Response in Time Domain Jun-Li WANG School of Mechanical Engineering, Shaanxi University

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS MINIMUM-ENERGY FLIGHT PATHS FOR UAVS USING MESOSCALE WIND FORECASTS AND APPROXIMATE DYNAMIC PROGRAMMING by Gil Nachmani December 2007 Thesis Advisor:

More information

A Numerical Blade Element Approach to Estimating Propeller Flowfields

A Numerical Blade Element Approach to Estimating Propeller Flowfields Utah State University DigitalCommons@USU Mechanical and Aerospace Engineering Faculty Publications Mechanical and Aerospace Engineering 1-8-27 A Numerical Blade Element Approach to Estimating Propeller

More information

1. INTRODUCTION. Gregg Barton Charles Stark Draper Laboratory El Camino Real, Suite 470 Houston, TX

1. INTRODUCTION. Gregg Barton Charles Stark Draper Laboratory El Camino Real, Suite 470 Houston, TX Guided Entry Performance of Low Ballistic Coefficient Vehicles at Mars Ian Meginnis, Zachary Putnam, Ian Clark, Robert Braun Daniel Guggenheim School of Aerospace Engineering Georgia Institute of Technology

More information

Coordinated Mapping and Exploration for Autonomous Soaring

Coordinated Mapping and Exploration for Autonomous Soaring Infotech@Aerospace 211 29-31 March 211, St. Louis, Missouri AIAA 211-1436 Coordinated Mapping and Exploration for Autonomous Soaring Nathan T. Depenbusch Jack W. Langelaan The Pennsylvania State University,

More information

FLIGHT DYNAMICS. Robert F. Stengel. Princeton University Press Princeton and Oxford

FLIGHT DYNAMICS. Robert F. Stengel. Princeton University Press Princeton and Oxford FLIGHT DYNAMICS Robert F. Stengel Princeton University Press Princeton and Oxford Preface XV Chapter One Introduction 1 1.1 ELEMENTS OF THE AIRPLANE 1 Airframe Components 1 Propulsion Systems 4 1.2 REPRESENTATIVE

More information

An analysis of wind field estimation and exploitation for quadrotor flight in the urban canopy layer

An analysis of wind field estimation and exploitation for quadrotor flight in the urban canopy layer An analysis of wind field estimation and exploitation for quadrotor flight in the urban canopy layer The MIT Faculty has made this article openly available. Please share how this access benefits you. Your

More information

Feedback Control of Spacecraft Rendezvous Maneuvers using Differential Drag

Feedback Control of Spacecraft Rendezvous Maneuvers using Differential Drag Feedback Control of Spacecraft Rendezvous Maneuvers using Differential Drag D. Pérez 1 and R. Bevilacqua Rensselaer Polytechnic Institute, Troy, New York, 1180 This work presents a feedback control strategy

More information

Simulation of UAV Systems P. Kaňovský, L. Smrcek, C. Goodchild

Simulation of UAV Systems P. Kaňovský, L. Smrcek, C. Goodchild Czech echnical University in Prague Acta Polytechnica Vol. 45 No. 4/005 Simulation of UAV Systems P. Kaňovský, L. Smrcek, C. Goodchild he study described in this paper deals with the issue of a design

More information

Wind Gust Alerting for Supervisory Control of a Micro Aerial Vehicle

Wind Gust Alerting for Supervisory Control of a Micro Aerial Vehicle Wind Gust Alerting for Supervisory Control of a Micro Aerial Vehicle Manal Habib Aeronautics and Astronautics mhabib@mit.edu Stephen Chang Electrical Engineering and Computer Science smchang@mit.edu Mary

More information

ME 425: Aerodynamics

ME 425: Aerodynamics ME 45: Aerodynamics Dr. A.B.M. Toufique Hasan Professor Department of Mechanical Engineering Bangladesh University of Engineering & Technology (BUET), Dhaka Lecture-0 Introduction toufiquehasan.buet.ac.bd

More information

Initial Trajectory and Atmospheric Effects

Initial Trajectory and Atmospheric Effects Initial Trajectory and Atmospheric Effects G. Flanagan Alna Space Program July 13, 2011 Introduction A major consideration for an earth-based accelerator is atmospheric drag. Drag loses mean that the gun

More information