Autonomous inverted helicopter flight via reinforcement learning

Size: px
Start display at page:

Download "Autonomous inverted helicopter flight via reinforcement learning"

Transcription

1 Autonomous inverted helicopter flight via reinforcement learning Andrew Y. Ng, Adam Coates, Mark Diel, Varun Ganapathi, Jamie Schulte, Ben Tse, Eric Berger, and Eric Liang By Varun Grover

2 Outline! Helicopter flying! Objective! Setup! Model Identification! Controller Design! Experiments! Decision Making! Strength and Weaknesses! Applicability to my project

3 Helicopter flying! From How stuff works, Helicopters can do three things that an airplane cannot. " Fly Backward " Rotate in the air " Hover! Well Helicopters can do one more thing " Inverted Hover

4 Helicopter flying! Main Rotor rotating wing assembly.! Tail Rotor - produces thrust just like an airplane's propeller does

5 Helicopter flying! If you give the main rotor wings a slight angle of attack on the shaft and spin the shaft, the wings start to develop lift.! In order to actually control the machine, both the main rotor and the tail rotor need to be adjustable.

6 Helicopter flying! Hovering in a helicopter requires experience and skill. The pilot adjusts the cyclic to maintain the helicopter's position over a point on the ground. The pilot adjusts the collective to maintain a fixed altitude (especially important when close to the ground). The pilot adjusts the foot pedals to maintain the direction that the helicopter is pointing.! Hovering an inverted helicopter is quite challenging

7 Objective! Perform an autonomous inverted hovering.! Stochastic, Non-linear! The problem is high-dimensional: " X,Y,Z coordinates for position and velocity " Main rotor " Tail rotor

8 Helicopter setup! Modified Bergen industrial twin helicopter p! Also equipped with " PC104 flight computer " Inertial Science ISIS-IMU accelerometers and turning-rate gyroscopes " Novatel GPS unit " MicroStrain 3d magnetic compass

9 Machine Learning for controller design! Flown using four controls: " a[1] and a[2] for forward/backward or sideways motion " a[3] pitch angle which changes the angel of the main rotor blades. " a[4] tail rotor pitch Pitch control rods shown in orange

10 Model Identification! To learn the dynamics of the helicopter, collect data while a human flies the helicopter upside-down.! Collect information about position (x,y,z), orientation velocity and angular velocity! A total of 391 such states were collected.

11 Model Identification! These 12 dimensional state is reduced into 8 dimensional state using body coordinates!we can represent a state only using 6 dimensions

12 Model Identification! Time difference between s t and s t+1 = 0.1 seconds! Used linear regression to learn to predict! Errors in one-step prediction were modeled as Gaussian.! Estimated noise variance via maximum likelihood.

13 Model Identification! Using the above model create a simulator! Human pilot tests the model by flying the helicopter in the simulation! Simulation used to test the controller

14 Controller design! Used Reinforcement learning! Reward function: punishment for deviation of desired position and orientation

15 Controller design! Policy is represented as a neural network! Once a policy is defined, calculate! Choose the gains for the controller so that we obtain a policy which maximizes the above value

16 Controller design! Use Monte Carlo method on the simulated model to calculate the state transition probabilities.! Use these transitional probabilities to calculate! Repeat m times to get an average.

17 Controller design! But since the Monte Carlo method works with stochastic values, estimating the best policy is hard because of noise in the result! Use the PEGASUS method to convert the stochastic problem into deterministic problem

18 PEGASUS! Stands for Policy Evaluation-of-Goodness And Search Using Scenarios! we can reduce the problem of policy search in an arbitrary POMDP to one in which all the transitions are deterministic! This reduction is achieved by transforming the original POMDP into an equivalent one that has only deterministic transitions.! For this paper they fixed the random number sequence used by the simulator.

19 Controller design! Now apply hill-climbing algorithm to search for the best policy Function Hill-Climbing(problem) { inputs: problem local variables: current_node, next_node loop do next_node = a highest-valued successor of current_node if valueof(next_node) < valueof(current_node) return current_node current_node = next_node end do }

20 Hill-Climbing Algorithm properties! Moves in the direction of increasing value.! Only need to store the current node and its evaluation! Hill-climbing can get stuck in local maxima Once in a local maxima the algorithm will halt even though the solution may be far from satisfactory! In a plateau the hill-climbing algorithm conducts a random walk.! Why use hill-climbing is not clear.

21 Experiments! Were able to learn how to hover an inverted helicopter! It took 72 hours to design and demonstrate a stable inverted flight controller

22 Decision Making! Choosing probability distribution models for modeling error! Number of iterations to average over to pick the best policy! Given a state which action will maximize reward

23 Strengths and Weaknesses! + Solves a very complex problem! + Fast solution (72 hours)! - Lots of high level information, not many concrete details! - Model constructed does not take whether conditions into account! - Using hill-climbing

24 Applicability to my project! Improving performance of the MTS problem by modeling opponent! Liuyang and I! We are estimating the target movements through a linear function! Similar to Policy Iteration, we can use hill-climb parameter setting to find optimal parameter values.

25 References! [Ng, Coates, Diel, Ganapathi, Schulte, Tse, Berger, Liang 2004] Inverted autonomous helicopter flight via reinforcement learning. International Symposium on Experimental Robotics.! [ [Ng, Jordan 2000] PEGASUS: A policy search method for large MDPs and POMDPs. In Uncertainty in Artificial Intelligence, Proceedings of Sixteenth Conference, pages ! [Russell, Norvig 1995] Artificial Intelligence: A Modern Approach, Prentice Hall Series in Artificial Intelligence. Englewood Cliffs, New Jersey! [Ng, Kim, Jordan, Sastry 2004] Autonomous helicopter flight via reinforcement learning. In Neural Information Processing Systems 16.

CS 188: Artificial Intelligence

CS 188: Artificial Intelligence CS 188: Artificial Intelligence Advanced Applications: Robotics Pieter Abbeel UC Berkeley A few slides from Sebastian Thrun, Dan Klein 2 So Far Mostly Foundational Methods 3 1 Advanced Applications 4 Autonomous

More information

CS 188: Artificial Intelligence Fall Announcements

CS 188: Artificial Intelligence Fall Announcements CS 188: Artificial Intelligence Fall 2009 Advanced Applications: Robotics / Vision / Language Dan Klein UC Berkeley Many slides from Pieter Abbeel, John DeNero 1 Announcements Contest: amazing stuff 59

More information

Announcements. CS 188: Artificial Intelligence Fall Motivating Example. Today. Autonomous Helicopter Flight. Autonomous Helicopter Setup

Announcements. CS 188: Artificial Intelligence Fall Motivating Example. Today. Autonomous Helicopter Flight. Autonomous Helicopter Setup CS 188: Artificial Intelligence Fall 2009 Advanced Applications: Robotics / Vision / Language Announcements Contest: amazing stuff 59 teams! Final qualifying tournament almost done running! Congrats to

More information

Announcements. CS 188: Artificial Intelligence Fall So Far: Foundational Methods. Now: Advanced Applications.

Announcements. CS 188: Artificial Intelligence Fall So Far: Foundational Methods. Now: Advanced Applications. CS 188: Artificial Intelligence Fall 2010 Advanced Applications: Robotics / Vision / Language Announcements Project 5: Classification up now! Due date now after contest Also: drop-the-lowest Contest: In

More information

CS 188: Artificial Intelligence Fall Announcements

CS 188: Artificial Intelligence Fall Announcements CS 188: Artificial Intelligence Fall 2010 Advanced Applications: Robotics / Vision / Language Dan Klein UC Berkeley Many slides from Pieter Abbeel, John DeNero 1 Announcements Project 5: Classification

More information

FLYING CAR NANODEGREE SYLLABUS

FLYING CAR NANODEGREE SYLLABUS FLYING CAR NANODEGREE SYLLABUS Term 1: Aerial Robotics 2 Course 1: Introduction 2 Course 2: Planning 2 Course 3: Control 3 Course 4: Estimation 3 Term 2: Intelligent Air Systems 4 Course 5: Flying Cars

More information

Innovating the future of disaster relief

Innovating the future of disaster relief Innovating the future of disaster relief American Helicopter Society International 33rd Annual Student Design Competition Graduate Student Team Submission VEHICLE OVERVIEW FOUR VIEW DRAWING INTERNAL COMPONENTS

More information

52 BACKYARDFLYER.COM FLY

52 BACKYARDFLYER.COM FLY 52 BACKYARDFLYER.COM FLY HELIS IN1O EASY STEPS by Klaus Ronge Photography by Hope McCall & Pete Hall Flying model helicopters is exciting and fun and looks very easy, that is, until you try it. Unlike

More information

Electric VTOL Aircraft

Electric VTOL Aircraft Electric VTOL Aircraft Subscale Prototyping Overview Francesco Giannini fgiannini@aurora.aero 1 08 June 8 th, 2017 Contents Intro to Aurora Motivation & approach for the full-scale vehicle Technical challenges

More information

Exploration 4: Rotorcraft Flight and Lift

Exploration 4: Rotorcraft Flight and Lift Exploration 4: Rotorcraft Flight and Lift Students use appropriate terminology to describe the various stages of flight and discover that the lift force changes with the amount of air moved by the rotor

More information

German Aerospace Center Flight Operations

German Aerospace Center Flight Operations German Aerospace Center Flight Operations Introduction DLR is Germany s aerospace research center and space agency with about 4700 employees in 31 research institutes distributed over 8 main research centers

More information

How Do Helicopters Fly? An Introduction to Rotor Aeromechanics

How Do Helicopters Fly? An Introduction to Rotor Aeromechanics Audience: Grades 9-10 Module duration: 75 minutes How Do Helicopters Fly? An Introduction to Rotor Aeromechanics Instructor Guide Concepts: Airfoil lift, angle of attack, rotary wing aerodynamics, hover

More information

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M.

Super Squadron technical paper for. International Aerial Robotics Competition Team Reconnaissance. C. Aasish (M. Super Squadron technical paper for International Aerial Robotics Competition 2017 Team Reconnaissance C. Aasish (M.Tech Avionics) S. Jayadeep (B.Tech Avionics) N. Gowri (B.Tech Aerospace) ABSTRACT The

More information

INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT

INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT Arturo E. Pérez Rivera & Martijn R.K. Mes Department of Industrial Engineering and Business Information Systems University of Twente, The Netherlands

More information

UAV KF-1 helicopter. CopterCam UAV KF-1 helicopter specification

UAV KF-1 helicopter. CopterCam UAV KF-1 helicopter specification UAV KF-1 helicopter The provided helicopter is a self-stabilizing unmanned mini-helicopter that can be used as an aerial platform for several applications, such as aerial filming, photography, surveillance,

More information

a Challenge for Lift-Based, Rigid Wing AWE Systems

a Challenge for Lift-Based, Rigid Wing AWE Systems Eric Nguyen Van, Lorenzo Fagiano, Stephan Schnez ABB Corporate Research December 8 th, 2015 Take-Off and Landing a Challenge for Lift-Based, Rigid Wing AWE Systems Outline ABB s Interest in AWE assessment

More information

Enhancing Wheelchair Mobility Through Dynamics Mimicking

Enhancing Wheelchair Mobility Through Dynamics Mimicking Proceedings of the 3 rd International Conference Mechanical engineering and Mechatronics Prague, Czech Republic, August 14-15, 2014 Paper No. 65 Enhancing Wheelchair Mobility Through Dynamics Mimicking

More information

Designing evtol for the Mission NDARC NASA Design and Analysis of Rotorcraft. Wayne Johnson From VTOL to evtol Workshop May 24, 2018

Designing evtol for the Mission NDARC NASA Design and Analysis of Rotorcraft. Wayne Johnson From VTOL to evtol Workshop May 24, 2018 Designing evtol for the Mission NDARC NASA Design and Analysis of Rotorcraft Wayne Johnson From VTOL to evtol Workshop May 24, 2018 1 Conceptual Design of evtol Aircraft Conceptual design Define aircraft

More information

Autonomous Mobile Robot Design

Autonomous Mobile Robot Design Autonomous Mobile Robot Design Topic: Propulsion Systems for Robotics Dr. Kostas Alexis (CSE) Propulsion Systems for Robotics How do I move? Understanding propulsion systems is about knowing how a mobile

More information

UAVs using Bayesian Optimization to Locate WiFi Devices

UAVs using Bayesian Optimization to Locate WiFi Devices UAVs using Bayesian Optimization to Locate WiFi Devices Mattia Carpin University of Padova Padova, Italy mattiacarpin@gmail.com Mohammad Emtiyaz Khan emtiyaz@gmail.com Stephano Rosati stefano.rosati@epfl.ch

More information

3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015)

3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) A High Dynamic Performance PMSM Sensorless Algorithm Based on Rotor Position Tracking Observer Tianmiao Wang

More information

Multirotor UAV propeller development using Mecaflux Heliciel

Multirotor UAV propeller development using Mecaflux Heliciel Multirotor UAV propeller development using Mecaflux Heliciel Sale rates of multirotor unmanned aerial vehicles, for both private and commercial uses, are growing very rapidly these days. Even though there

More information

How to use the Multirotor Motor Performance Data Charts

How to use the Multirotor Motor Performance Data Charts How to use the Multirotor Motor Performance Data Charts Here at Innov8tive Designs, we spend a lot of time testing all of the motors that we sell, and collect a large amount of data with a variety of propellers.

More information

AVIATOR REMOTE CONTROL HELICOPTER

AVIATOR REMOTE CONTROL HELICOPTER AVIATOR REMOTE CONTROL HELICOPTER THANK YOU. Thank you for your purchase of Protocol s Aviator Remote Control Helicopter. You are about to experience the best of what remote control flight has to offer.

More information

Skycar Flight Control System Overview By Bruce Calkins August 14, 2012

Skycar Flight Control System Overview By Bruce Calkins August 14, 2012 Skycar Flight Control System Overview By Bruce Calkins August 14, 2012 Introduction The Skycar is a new type of personal aircraft that will rely on directed thrust produced by its engines to enable various

More information

INTRODUCTION TO HELICOPTER FLYING

INTRODUCTION TO HELICOPTER FLYING r_helicopter Operations Manual* 7/7/03 4:19 PM Page 2 INTRODUCTION TO HELICOPTER FLYING Flying a helicopter may be a completely new experience for you and we want to ensure that we maximise your enjoyment.

More information

London calling (probably)

London calling (probably) London calling (probably) Parameters and stochastic behaviour of braking force generation and transmission Prof. Dr. Raphael Pfaff Aachen University of Applied Sciences pfaff@fh-aachen.de www.raphaelpfaff.net

More information

SERVICE INFORMATION LETTER # 0121 Addition A. Subject; Tracking the Enstrom Rotor System using the Chadwick 2000 balance system.

SERVICE INFORMATION LETTER # 0121 Addition A. Subject; Tracking the Enstrom Rotor System using the Chadwick 2000 balance system. SERVICE INFORMATION LETTER # 0121 Addition A Date: Subject; Tracking the Enstrom Rotor System using the Chadwick 2000 balance system. Models: All models Effectively: All Serial Numbers Experience shows

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July ISSN BY B.MADHAN KUMAR

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July ISSN BY B.MADHAN KUMAR International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July-2013 485 FLYING HOVER BIKE, A SMALL AERIAL VEHICLE FOR COMMERCIAL OR. SURVEYING PURPOSES BY B.MADHAN KUMAR Department

More information

TAROT ZYX-S2 Three-axis Gyro User Manual

TAROT ZYX-S2 Three-axis Gyro User Manual TAROT ZYX-S2 Three-axis Gyro User Manual TAROT ZYX-S2 is the newly developed precision three-axis gyro, using new MEMS angular rate sensor and 32-bit microprocessor, new control algorithms and computer

More information

On the role of AI in autonomous driving: prospects and challenges

On the role of AI in autonomous driving: prospects and challenges On the role of AI in autonomous driving: prospects and challenges April 20, 2018 PhD Outreach Scientist 1.3 million deaths annually Road injury is among the major causes of death 90% of accidents are caused

More information

Designing for Reliability and Robustness with MATLAB

Designing for Reliability and Robustness with MATLAB Designing for Reliability and Robustness with MATLAB Parameter Estimation and Tuning Sensitivity Analysis and Reliability Design of Experiments (DoE) and Calibration U. M. Sundar Senior Application Engineer

More information

Design and Navigation of Flying Robots

Design and Navigation of Flying Robots Design and Navigation of Flying Robots Roland Siegwart, ETH Zurich www.asl.ethz.ch Drones: From Technology to Policy, Security to Ethics 30 January 2015, ETH Zurich Roland Siegwart 06.11.2014 1 ASL ETH

More information

EXPERIMENTAL FLYING AUTONOMOUS VEHICLE

EXPERIMENTAL FLYING AUTONOMOUS VEHICLE EXPERIMENTAL FLYING AUTONOMOUS VEHICLE Bharamee Pongpaibul MEng Cybernetics, siu00bp@rdg.ac.uk ABSTRACT Flying robots have had rapid advances in the last few decades; this is due to the miniaturisation

More information

Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business. Real-time Mechanism and System Simulation To Support Flight Simulators

Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business. Real-time Mechanism and System Simulation To Support Flight Simulators Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business Real-time Mechanism and System Simulation To Support Flight Simulators Smarter decisions, better products. Contents Introduction

More information

AUTONOMOUS CARS: TECHNIQUES AND CHALLENGES

AUTONOMOUS CARS: TECHNIQUES AND CHALLENGES youtube.com/watch?v=ollfk8osnem AUTONOMOUS CARS: TECHNIQUES AND CHALLENGES Slides: https://dhgo.to/coe-cars Prof. Dr. Dominik Herrmann // University of Bamberg (Germany) Often inappropriately used. How

More information

Implementing Dynamic Retail Electricity Prices

Implementing Dynamic Retail Electricity Prices Implementing Dynamic Retail Electricity Prices Quantify the Benefits of Demand-Side Energy Management Controllers Jingjie Xiao, Andrew L. Liu School of Industrial Engineering, Purdue University West Lafayette,

More information

Analysis of Big Data Streams to Obtain Braking Reliability Information July 2013, for 2017 Train Protection 1 / 25

Analysis of Big Data Streams to Obtain Braking Reliability Information July 2013, for 2017 Train Protection 1 / 25 Analysis of Big Data Streams to Obtain Braking Reliability Information for Train Protection Systems Prof. Dr. Raphael Pfaff Aachen University of Applied Sciences pfaff@fh-aachen.de www.raphaelpfaff.net

More information

Quadrotor Using Minimal Sensing For Autonomous Indoor Flight

Quadrotor Using Minimal Sensing For Autonomous Indoor Flight Quadrotor Using Minimal Sensing For Autonomous Indoor Flight James F. Roberts *, Timothy S. Stirling, Jean-Christophe Zufferey and Dario Floreano Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne,

More information

Drones Demystified! Topic: Propulsion Systems

Drones Demystified! Topic: Propulsion Systems Drones Demystified! K. Alexis, C. Papachristos, Autonomous Robots Lab, University of Nevada, Reno A. Tzes, Autonomous Robots & Intelligent Systems Lab, NYU Abu Dhabi Drones Demystified! Topic: Propulsion

More information

for Unmanned Aircraft

for Unmanned Aircraft Damage age Tolerant Flight Control o Systems s for Unmanned Aircraft September 17, 28 Vlad Gavrilets, Ph.D. Approved for public release, distribution unlimited Rockwell Collins Control Technologies - Formerly

More information

Optimized Electric Drive. Systems

Optimized Electric Drive. Systems Optimized Electric Drive Piccard s Solar Impulse project Systems SoLong UAV, the first aircraft to demonstrate Multi-day solar powered flight June 2005 Simulated flight image Eric Raymond s Sunseeker The

More information

Mercury VTOL suas Testing and Measurement Plan

Mercury VTOL suas Testing and Measurement Plan Mercury VTOL suas Testing and Measurement Plan Introduction Mercury is a small VTOL (Vertical Take-Off and Landing) aircraft that is building off of a quadrotor design. The end goal of the project is for

More information

Friday, 27 June Realizing a small UAV for medical transport in developing countries Master thesis: Ferdinand Peters. Dr.One

Friday, 27 June Realizing a small UAV for medical transport in developing countries Master thesis: Ferdinand Peters. Dr.One Dr.One Friday, 27 June 2014 Realizing a small UAV for medical transport in developing countries Master thesis: Ferdinand Peters 1 Definition Drone (bee) From Wikipedia, the free encyclopedia Drones are

More information

Unit 1 Introduction to VEX and Robotics

Unit 1 Introduction to VEX and Robotics Unit Overview Unit 1 Introduction to VEX and Robotics VEX lab kits bring robotics into the classroom, making it a fun and educational experience for all. In this introductory unit, you review the kit and

More information

Control of Mobile Robots

Control of Mobile Robots Control of Mobile Robots Introduction Prof. Luca Bascetta (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Applications of mobile autonomous robots

More information

AT-10 Electric/HF Hybrid VTOL UAS

AT-10 Electric/HF Hybrid VTOL UAS AT-10 Electric/HF Hybrid VTOL UAS Acuity Technologies Robert Clark bob@acuitytx.com Summary The AT-10 is a tactical size hybrid propulsion VTOL UAS with a nose camera mount and a large payload bay. Propulsion

More information

VERT 1 VERTICAL TAKE OFF / LANDING RC PLANE

VERT 1 VERTICAL TAKE OFF / LANDING RC PLANE VERT 1 VERTICAL TAKE OFF / LANDING RC PLANE THANK YOU. Thank you for your purchase of Protocol s Vert I Vertical Take Off / Landing RC Plane. You are about to experience the best of what remote control

More information

Predicting Solutions to the Optimal Power Flow Problem

Predicting Solutions to the Optimal Power Flow Problem Thomas Navidi Suvrat Bhooshan Aditya Garg Abstract Predicting Solutions to the Optimal Power Flow Problem This paper discusses an implementation of gradient boosting regression to predict the output of

More information

Five Cool Things You Can Do With Powertrain Blockset The MathWorks, Inc. 1

Five Cool Things You Can Do With Powertrain Blockset The MathWorks, Inc. 1 Five Cool Things You Can Do With Powertrain Blockset Mike Sasena, PhD Automotive Product Manager 2017 The MathWorks, Inc. 1 FTP75 Simulation 2 Powertrain Blockset Value Proposition Perform fuel economy

More information

Integrated System Models Graph Trace Analysis Distributed Engineering Workstation

Integrated System Models Graph Trace Analysis Distributed Engineering Workstation Integrated System Models Graph Trace Analysis Distributed Engineering Workstation Robert Broadwater dew@edd-us.com 1 Model Based Intelligence 2 Integrated System Models Merge many existing, models together,

More information

Smart Control of Low Voltage Grids

Smart Control of Low Voltage Grids 1 IEEE Power & Energy Society General Meeting 2014 Panel Session: Advanced Modelling and Control of Future Low Voltage Networks Smart Control of Low Voltage Grids Christian Oerter, Nils Neusel-Lange Wuppertal

More information

CONTENTS. Introduction 1. Features 1. Specification 1. Contents 2. Tools And Items 3. Assembly of the front landing gears 4

CONTENTS. Introduction 1. Features 1. Specification 1. Contents 2. Tools And Items 3. Assembly of the front landing gears 4 CONTENTS Introduction 1 Features 1 Specification 1 Contents 2 Tools And Items 3 Assembly of the front landing gears 4 Assembly of horizontal tail & 5 vertical tail and tail wheel Assembly of main wings,

More information

THE KIDDIE HAWK AIR ACADEMY AND THE LIVING LEGENDS OF AVIATION

THE KIDDIE HAWK AIR ACADEMY AND THE LIVING LEGENDS OF AVIATION THE KIDDIE HAWK AIR ACADEMY AND THE LIVING LEGENDS OF AVIATION The Kiddie Hawk Air Academy is a non-profit, 501 (c) (3) organization dedicated to introducing, educating, and sparking children s interest

More information

Electric Drive - Magnetic Suspension Rotorcraft Technologies

Electric Drive - Magnetic Suspension Rotorcraft Technologies Electric Drive - Suspension Rotorcraft Technologies William Nunnally Chief Scientist SunLase, Inc. Sapulpa, OK 74066-6032 wcn.sunlase@gmail.com ABSTRACT The recent advances in electromagnetic technologies

More information

A brief History of Unmanned Aircraft

A brief History of Unmanned Aircraft A brief History of Unmanned Aircraft Technological Background Dr. Bérénice Mettler University of Minnesota Jan. 22-24, 2012 (v. 1/15/13) Dr. Bérénice Mettler (University of Minnesota) A brief History of

More information

Professor Dr. Gholamreza Nakhaeizadeh. Professor Dr. Gholamreza Nakhaeizadeh

Professor Dr. Gholamreza Nakhaeizadeh. Professor Dr. Gholamreza Nakhaeizadeh Statistic Methods in in Data Mining Business Understanding Data Understanding Data Preparation Deployment Modelling Evaluation Data Mining Process (Part 2) 2) Professor Dr. Gholamreza Nakhaeizadeh Professor

More information

CHAPTER 11 FLIGHT CONTROLS

CHAPTER 11 FLIGHT CONTROLS CHAPTER 11 FLIGHT CONTROLS CONTENTS INTRODUCTION -------------------------------------------------------------------------------------------- 3 GENERAL ---------------------------------------------------------------------------------------------------------------------------

More information

HVE Vehicle Accelerometers: Validation and Sensitivity

HVE Vehicle Accelerometers: Validation and Sensitivity WP#-2015-3 HVE Vehicle Accelerometers: Validation and Sensitivity Kent W. McKee, M.E.Sc., P.Eng., Matthew Arbour, B.A.Sc., Roger Bortolin, P.Eng., and James R. Hrycay, M.A.Sc., P.Eng. HRYCAY Consulting

More information

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot

MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot ECE 3992 Senior Project Proposal MIPRover: A Two-Wheeled Dynamically Balancing Mobile Inverted Pendulum Robot 6 May 2005 Prepared By: Kevin E. Waters Department of Electrical and Computer Engineering University

More information

REU: Improving Straight Line Travel in a Miniature Wheeled Robot

REU: Improving Straight Line Travel in a Miniature Wheeled Robot THE INSTITUTE FOR SYSTEMS RESEARCH ISR TECHNICAL REPORT 2013-12 REU: Improving Straight Line Travel in a Miniature Wheeled Robot Katie Gessler, Andrew Sabelhaus, Sarah Bergbreiter ISR develops, applies

More information

Inventory Routing for Bike Sharing Systems

Inventory Routing for Bike Sharing Systems Inventory Routing for Bike Sharing Systems mobil.tum 2016 Transforming Urban Mobility Technische Universität München, June 6-7, 2016 Jan Brinkmann, Marlin W. Ulmer, Dirk C. Mattfeld Agenda Motivation Problem

More information

Energy-efficient Autonomous Four-rotor Flying Robot Controlled at 1 khz

Energy-efficient Autonomous Four-rotor Flying Robot Controlled at 1 khz 2007 IEEE International Conference on Robotics and Automation Roma, Italy, 10-14 April 2007 WeA12.3 Energy-efficient Autonomous Four-rotor Flying Robot Controlled at 1 khz Daniel Gurdan, Jan Stumpf, Michael

More information

Seventh Framework Programme THEME: AAT Breakthrough and emerging technologies Call: FP7-AAT-2012-RTD-L0 AGEN

Seventh Framework Programme THEME: AAT Breakthrough and emerging technologies Call: FP7-AAT-2012-RTD-L0 AGEN Seventh Framework Programme THEME: AAT.2012.6.3-1. Breakthrough and emerging technologies Call: FP7-AAT-2012-RTD-L0 AGEN Atomic Gyroscope for Enhanced Navigation Grant agreement no.: 322466 Publishable

More information

Segway with Human Control and Wireless Control

Segway with Human Control and Wireless Control Review Paper Abstract Research Journal of Engineering Sciences E- ISSN 2278 9472 Segway with Human Control and Wireless Control Sanjay Kumar* and Manisha Sharma and Sourabh Yadav Dept. of Electronics &

More information

A practical investigation of the factors affecting lift produced by multi-rotor aircraft. Aaron Bonnell-Kangas

A practical investigation of the factors affecting lift produced by multi-rotor aircraft. Aaron Bonnell-Kangas A practical investigation of the factors affecting lift produced by multi-rotor aircraft Aaron Bonnell-Kangas Bonnell-Kangas i Table of Contents Introduction! 1 Research question! 1 Background! 1 Definitions!

More information

Shock tube based dynamic calibration of pressure sensors

Shock tube based dynamic calibration of pressure sensors Shock tube based dynamic calibration of pressure sensors C. E. Matthews, S. Downes, T.J. Esward, A. Wilson (NPL) S. Eichstädt, C. Elster (PTB) 23/06/2011 1 Outline Shock tube as a basis for calibration

More information

In recent years, multirotor helicopter type autonomous UAVs are being used for aerial photography and aerial survey. In addition, various

In recent years, multirotor helicopter type autonomous UAVs are being used for aerial photography and aerial survey. In addition, various 25 6 18 In recent years, multirotor helicopter type autonomous UAVs are being used for aerial photography and aerial survey. In addition, various applications such as buildings maintenance, security and

More information

Wheeled Mobile Robots

Wheeled Mobile Robots Wheeled Mobile Robots Most popular locomotion mechanism Highly efficient on hard and flat ground. Simple mechanical implementation Balancing is not usually a problem. Three wheels are sufficient to guarantee

More information

Better Performance Starts with Better Technology THE BLR ADVANTAGE

Better Performance Starts with Better Technology THE BLR ADVANTAGE Better Performance Starts with Better Technology THE BLR ADVANTAGE Does it work? Ask a Pilot. THE BLR ADVANTAGE BLR Aerospace FastFin and Dual Tailboom Strakes will dramatically improve the performance

More information

Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment

Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment Preetika Kulshrestha, Student Member, IEEE, Lei Wang, Student Member, IEEE, Mo-Yuen Chow,

More information

Learning to Fly: Design and Construction of an Autonomous Airplane

Learning to Fly: Design and Construction of an Autonomous Airplane Learning to Fly: Design and Construction of an Autonomous Airplane Stephen B. Stancliff Jennifer L. Laine Michael C. Nechyba stanclif@eel.ufl.edu jenny@mil.ufl.edu nechyba@mil.ufl.edu Machine Intelligence

More information

XIV.C. Flight Principles Engine Inoperative

XIV.C. Flight Principles Engine Inoperative XIV.C. Flight Principles Engine Inoperative References: FAA-H-8083-3; POH/AFM Objectives The student should develop knowledge of the elements related to single engine operation. Key Elements Elements Schedule

More information

Fuzzy Architecture of Safety- Relevant Vehicle Systems

Fuzzy Architecture of Safety- Relevant Vehicle Systems Fuzzy Architecture of Safety- Relevant Vehicle Systems by Valentin Ivanov and Barys Shyrokau Automotive Engineering Department, Ilmenau University of Technology (Germany) 1 Content 1. Introduction 2. Fuzzy

More information

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC Fatih Korkmaz Department of Electric-Electronic Engineering, Çankırı Karatekin University, Uluyazı Kampüsü, Çankırı, Turkey ABSTRACT Due

More information

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION Montasir Abbas, Virginia Tech (with contributions from past and present VT-SCORES students, including: Zain Adam, Sahar

More information

Le développement technique des véhicules autonomes

Le développement technique des véhicules autonomes Shaping the future Le développement technique des véhicules autonomes Renaud Dubé, Roland Siegwart, ETH Zurich www.asl.ethz.ch www.wysszurich.ch Fribourg, 23 Juin 2016 Renaud Dubé 23.06.2016 1 Content

More information

ELECTRIC VEHICLES DRIVE CONTROL THEORY AND PRACTICE

ELECTRIC VEHICLES DRIVE CONTROL THEORY AND PRACTICE CONFERENCE ABOUT THE STATUS AND FUTURE OF THE EDUCATIONAL AND R&D SERVICES FOR THE VEHICLE INDUSTRY ELECTRIC VEHICLES DRIVE CONTROL THEORY AND PRACTICE Alexandros Soumelidis, PhD leader of research group,

More information

Caution Notes. Features. Specifications. Installation. A3 3-axis Gyro & Stabilizer User Manual V1.0

Caution Notes. Features. Specifications. Installation. A3 3-axis Gyro & Stabilizer User Manual V1.0 Caution Notes Thank you for choosing our products. If any difficulties are encountered while setting up or operating it, please consult this manual first. For further help, please don t hesitate to contact

More information

Design, Fabrication & Simulation of a Semi-Rigid Helicopter Swashplate Control Mechanisms

Design, Fabrication & Simulation of a Semi-Rigid Helicopter Swashplate Control Mechanisms International Journal of Engineering Science Invention (IJESI) ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 7 Issue 12 Ver I Dec 2018 PP 16-21 Design, Fabrication & Simulation of a Semi-Rigid

More information

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM. DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited.

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM. DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM 1 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the collection of information is estimated to average

More information

Multi-agent systems and smart grid modeling. Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK

Multi-agent systems and smart grid modeling. Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK Multi-agent systems and smart grid modeling Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK Challenges in electricity grids Fundamental changes in electricity grids: 1. Increasing uncertainty

More information

NUmERiCAL STUdY Of HELiCOPTER fuselage AEROdYNAmiC CHARACTERiSTiCS WiTH influence Of main ROTOR

NUmERiCAL STUdY Of HELiCOPTER fuselage AEROdYNAmiC CHARACTERiSTiCS WiTH influence Of main ROTOR PRACE instytutu LOTNiCTWA ISSN 0509-6669 215, s. 50-59, Warszawa 2011 NUmERiCAL STUdY Of HELiCOPTER fuselage AEROdYNAmiC CHARACTERiSTiCS WiTH influence Of main ROTOR Jerzy Żółtak WIeńczySłaW StaleWSkI

More information

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM 2011 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 9-11 DEARBORN, MICHIGAN INTELLIGENT ENERGY MANAGEMENT IN

More information

Identification of a driver s preview steering control behaviour using data from a driving simulator and a randomly curved road path

Identification of a driver s preview steering control behaviour using data from a driving simulator and a randomly curved road path AVEC 1 Identification of a driver s preview steering control behaviour using data from a driving simulator and a randomly curved road path A.M.C. Odhams and D.J. Cole Cambridge University Engineering Department

More information

Prop effects (Why we need right thrust) Torque reaction Spiraling Slipstream Asymmetric Loading of the Propeller (P-Factor) Gyroscopic Precession

Prop effects (Why we need right thrust) Torque reaction Spiraling Slipstream Asymmetric Loading of the Propeller (P-Factor) Gyroscopic Precession Prop effects (Why we need right thrust) Torque reaction Spiraling Slipstream Asymmetric Loading of the Propeller (P-Factor) Gyroscopic Precession Propeller torque effect Influence of engine torque on aircraft

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

More information

Vehicle Steering Control with Human-in-the-Loop

Vehicle Steering Control with Human-in-the-Loop Vehicle Steering Control with Human-in-the-Loop Mengzhe Huang, Weinan Gao, Zhong-Ping Jiang(IEEE/IFAC Fellow) Email: {m.huang, weinan.gao, zjiang}@nyu.edu} Control and Networks Lab, Department of Electrical

More information

Test of. Boeing MH-47G Chinook. Produced by Area-51 Simulations

Test of. Boeing MH-47G Chinook. Produced by Area-51 Simulations Test of Boeing MH-47G Chinook Produced by Area-51 Simulations The Boeing MH-47G is a part of the Boeing CH-47 family which is a twin engine, tandem rotor, heavylift helicopter originally built by Boeing

More information

Active Driver Assistance for Vehicle Lanekeeping

Active Driver Assistance for Vehicle Lanekeeping Active Driver Assistance for Vehicle Lanekeeping Eric J. Rossetter October 30, 2003 D D L ynamic esign aboratory Motivation In 2001, 43% of all vehicle fatalities in the U.S. were caused by a collision

More information

Regulating Highly Automated Robot Ecologies: Insights from Three User Studies

Regulating Highly Automated Robot Ecologies: Insights from Three User Studies Regulating Highly Automated Robot Ecologies: Insights from Three User Studies Wen Shen (UC, Irvine) Alanoud Al Khemeiri (Masdar Institute) Abdulla Almehrzi (Masdar Institute) Wael Al Enezi (Masdar Institute)

More information

Autonomous Quadrotor for the 2014 International Aerial Robotics Competition

Autonomous Quadrotor for the 2014 International Aerial Robotics Competition Autonomous Quadrotor for the 2014 International Aerial Robotics Competition Yongseng Ng, Keekiat Chua, Chengkhoon Tan, Weixiong Shi, Chautiong Yeo, Yunfa Hon Temasek Polytechnic, Singapore ABSTRACT This

More information

Rotary Wing Micro Air Vehicle Endurance

Rotary Wing Micro Air Vehicle Endurance Rotary Wing Micro Air Vehicle Endurance Klaus-Peter Neitzke University of Applied Science Nordhausen, Nordhausen, Germany neitzke@fh-nordhausen.de Abstract One of the first questions to pilots of rotor

More information

The following slideshow and talk were presented at the Uber Elevate Summit on April 25 th, The text included here is an approximate transcript

The following slideshow and talk were presented at the Uber Elevate Summit on April 25 th, The text included here is an approximate transcript The following slideshow and talk were presented at the Uber Elevate Summit on April 25 th, 2017. The text included here is an approximate transcript of the speech given by Jay Carter, founder and CEO of

More information

AUTOPILOT SELECTION GUIDE & PRICE LIST. The NEW

AUTOPILOT SELECTION GUIDE & PRICE LIST. The NEW AUTOPILOT SELECTION GUIDE & PRICE LIST The NEW February 1, 2001 TABLE OF CONTENTS How To Use This Selection Guide... 2 Rate Based vs. Attitude Based Autopilots... 2 S-TEC s Building Block Design Philosophy...

More information

THE INVESTIGATION OF CYCLOGYRO DESIGN AND THE PERFORMANCE

THE INVESTIGATION OF CYCLOGYRO DESIGN AND THE PERFORMANCE 25 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES THE INVESTIGATION OF CYCLOGYRO DESIGN AND THE PERFORMANCE Hu Yu, Lim Kah Bin, Tay Wee Beng Department of Mechanical Engineering, National University

More information

Accelerating the Development of Expandable Liner Hanger Systems using Abaqus

Accelerating the Development of Expandable Liner Hanger Systems using Abaqus Accelerating the Development of Expandable Liner Hanger Systems using Abaqus Ganesh Nanaware, Tony Foster, Leo Gomez Baker Hughes Incorporated Abstract: Developing an expandable liner hanger system for

More information

Preface. Acknowledgments. List of Tables. Nomenclature: organizations. Nomenclature: acronyms. Nomenclature: main symbols. Nomenclature: Greek symbols

Preface. Acknowledgments. List of Tables. Nomenclature: organizations. Nomenclature: acronyms. Nomenclature: main symbols. Nomenclature: Greek symbols Contents Preface Acknowledgments List of Tables Nomenclature: organizations Nomenclature: acronyms Nomenclature: main symbols Nomenclature: Greek symbols Nomenclature: subscripts/superscripts Supplements

More information

Bild : Bernhard Mühr German Aerospace Center Flight Operations

Bild : Bernhard Mühr  German Aerospace Center Flight Operations German Aerospace Center Flight Operations Bild : Bernhard Mühr www.wolkenatlas.de Introduction DLR is Germany s aerospace research center and space agency with about 4700 employees in 31 research institutes

More information

Prediction Model of Driving Behavior Based on Traffic Conditions and Driver Types

Prediction Model of Driving Behavior Based on Traffic Conditions and Driver Types Proceedings of the 12th International IEEE Conference on Intelligent Transportation Systems, St. Louis, MO, USA, October 3-7, 29 WeAT4.2 Prediction Model of Driving Behavior Based on Traffic Conditions

More information