Autonomous blimp control with reinforcement learning

Size: px
Start display at page:

Download "Autonomous blimp control with reinforcement learning"

Transcription

1 University of Wollongong Research Online University of Wollongong Thesis Collection University of Wollongong Thesis Collections 2009 Autonomous blimp control with reinforcement learning Yiwei Liu University of Wollongong Recommended Citation Liu, Yiwei, Autonomous blimp control with reinforcement learning, Master of Engineering thesis, School of Electrical, Computer and Telecommunications Engineering, University of Wollongong, Research Online is the open access institutional repository for the University of Wollongong. For further information contact the UOW Library:

2

3 Autonomous Blimp Control with Reinforcement Learning A thesis submitted in fulfilment of the requirements for the award of the degree Master of Engineering by Research from University of Wollongong by Yiwei Liu School of Electrical, Computer and Telecommunications Engineering August 2009

4 Dedicated to my parents...

5 Acknowledgements It is a great pleasure to be able to show my faithful thanks to many people whom I am indebted to for the their support during the progression of my thesis. First and foremost, I wish to express my utmost gratitude to my principal supervisor, Dr. Zengxi Pan of the University of Wollongong (UoW), for guiding me to pursue postgraduate studies at the University of Wollongong and the support given throughout the study period in many ways. Your dedication, patience, knowledge and experience could not have been surpassed. I admire your guidance towards me academically and personally over last few years. I would like to thank my co-supervisor, Senior Lecturer David Stirling of the UoW, for his insightful technical contributions and helpful attitude. I would also like to offer many appreciations to my co-supervisor Professor and Head of School Fazel Naghdy of the UoW for his academic guidance of my research work and the support on my usual university affairs. Very special thanks go to my friend Matthew who also worked and studied in the center for Intelligent mechatronic research, for being generously supportive especially during hard times along the research way. My heartiest gratitude goes to my parents Yulin Liu and Xiulan Wei for all encouragements, guidance and sacrifices made on behalf of me to come this far. Finally, my thanks go to the rest of my colleague and friends Kai, Prabodha, and Nishad for being supportive in many ways. iii

6 Certification I, Yiwei Liu, declare that this thesis, submitted in fulfilment of the requirements for the award of Master of Engineering,in the School of Electrical, Computer and Telecommunications Engineering,University of Wollongong, is entirely my own work unless otherwise referenced or acknowledged.this manuscript has not been submitted for qualifications at any other academic institute. Yiwei Liu Date: 27 August 2009 iv

7 Abstract Blimps are a special type of airship without rigid structure on the body. Most existing blimps are manually operated by a pilot directly or through radio control. One of the most famous examples is the Goodyear Blimp used for commercial advertising. With the fast development of microcontroller and electronic technologies, autonomous blimps have recently attracted great research interest as a platform to access dangerous or difficulty-to-access environment in applications such as disaster exploration and rescue, security surveillance in public events and climate monitoring, etc.. This thesis investigates the problem of learning an optimal control policy for blimp autonomous navigation in a rescue task, and presents a new approach for navigation control of an autonomous blimp using an intelligent reinforcement learning algorithm. Compared to the traditional model based control methods, this control strategy does not require a dynamic model of the blimp, which provides significant advantage in many practical situations where the blimp system model is either hard to acquire or too complicated to apply. The blimp in this research is used as a prototype for the UAV Outback Challenge organized by Australian Research Centre for Aerospace Automation (ARCAA). The Challenge requires the UAV to fly autonomously to a designated area and rescue the dummy, named Jack. The objective of this research is to develop a control system, which could autonomously adjust the blimp heading direction to the rescue target. As the blimp is required to obtain a range of pilot skills through the learning and reinforcement mechanism during actual navigation trials it can automatically account for the environmental changes during the navigation tasks. v

8 vi The basic hardware structure and devices of the blimp control system were preliminarily developed. The developed controller does not require a dynamic model of the blimp, but however, is adaptive to the changes of the surrounding environment. The simulation data generated from a Webots Robotics Simulator (WRS) demonstrate satisfactory results for planar steering motion control. The Matlab was used to analyse the simulation data produced by WRS. Within the simulation environment, the blimp used the Q-learning method was successfully tested in the single target and continuous target tasks subjected to various environmental disturbance. The different learning parameters and initial conditions are also tested to acquire better solutions of blimp autonomous steering motions. Reinforcement learning within blimp control in this research is shown to be a promising and effective solution for autonomous navigation tasks.

9 Table of Contents 1 Introduction Background Thesis objective Developing an intelligent navigation control system for autonomous blimp Examination of intelligent control algorithm with machine learning Discussion of parameters for reinforcement learning Summary of the contributions Thesis outline Literature Review Blimp History of blimp Research and applications of autonomous blimps Autonomous control of a blimp Reinforcement learning Remaining research difficulties in blimp control Research direction Conclusion Hardware Design and Simulation Environment System structure Hardware design Ground unit On board unit Functions of microcontroller and host computer in learning system Simulation software Chapter summary Methodology Reinforcement learning Elements of reinforcement learning Dynamic programming methods Monte Carlo Methods Temporal-Difference methods Q-learning: off-policy TD control algorithm Autonomous blimp control using reinforcement learning Task analysing Navigation coordinator conversion Structure and definition of reinforcement learning algorithm. 59 vii

10 4.3.4 Basic elements and equations of the Q-learning Programming flow chart of Q-learning in Webots Chapter summary Simulation Results and Preliminary Discussion Webots simulation results Webots simulation environment Webots simulation setup Simulation of navigation tasks Analysis of simulation results in Matlab Basic results Effect of initial target position in Q-learning Exploration of the Q table Turning performance with disturbance Continuous learning tasks Chapter summary Further Discussion Exploration vs. exploitation in the Q-learning Effect of different parameters in Q-learning Control policy of PID control and Q-learning Effect of Different target directions on the Q-learning performance The learning contribution of previous experience and the immediate feed back Chapter summary Summary and Future Work Summary Achievements Future work viii

11 List of Figures 2.1 Good year blimp [1] The navigable balloon created by Giffard in 1852 [2] First Zeppelin flight at Lake Constance [2] Blimp control system developed by Silveira [3] Unmanned blimp control system built by Kawai [4] Structure of blimp flying display system [5] Role of the airship in USAR system [6] Role of the airship in USAR system [7] Overview of the learning system on the blimp control Machine learning system overview of autonomous blimp Blimp body for UOW evaluation prototype Hardware component of blimp control system System structure of onboard unit Blimp measurement sensors Thrusters position of prototype blimp and servo and DC motors mounted on the blimp gondola Onboard control electronic circuit Standard system structure of the machine learning Reinforcement learning system structure in this thesis Procedural form of Q-learning The word framework and the blimp body coordinates Flow charts of generating the blimp angular speed in simulation Flow charts of getting best actions Flow charts of getting environment Flow charts of states judgment Flow charts of Webots running procedure Webots simulator environment Outputs of simulation data from Webots Time counter of Webots Blimp body coordinate in the virtual environment Definition of world coordinate in the virtual world Blimp navigation task Initial setting of a four quadrant target trials Blimp navigation paths Angular difference and orientation results obtained from Matlab Above, plan view of the blimp body referencing frame Referencing coordinates of the virtual word Q-learning results processed by Matlab Results of actions sequence ix

12 5.14 Simulation results of states change D track of blimp movement in Matlab Turning performances in the short time learning process Blimp action changes in the short time learning process Turning performances in the long time learning process Blimp state changes in long time learning process Q-value surface plot for restricted Q-learning Extended, more sufficient Q-learning Results of Q-value tables with differing amounts of learning iterations Control performances in orientation and angular difference (16, 16) Control performances as manifested in sequence of actions (16, 16) Control performances in sequence of states Control performances in orientation and angular difference (-16, 16) Control performances in sequence of states Other tests results of blimp control under disturbance Angular difference and Orientation in continuous turning Sequence of actions in continuous turning Sequence of states in continuous turning Backup diagram of one step Q-learning Different learning procedures The first control strategy of blimp navigation tasks Webots programme flowchart of first strategy The Second control strategy of blimp navigation tasks Quadrants of body frame Simulation results of angular difference and states in first scenario Simulation results of angular difference and orientation in second scenario Simulation results of blimp states in second scenario x

13 List of Tables 3.1 Explanation of the evaluating variables selected to process in Matlab State-judgment table Variables to be evaluated in Matlab xi

NEURAL NETWORKS BASED TYRE IDENTIFICATION FOR A TYRE INFLATOR OPERATIONS

NEURAL NETWORKS BASED TYRE IDENTIFICATION FOR A TYRE INFLATOR OPERATIONS Lfe/sou/n /oh NEURAL NETWORKS BASED TYRE IDENTIFICATION FOR A TYRE INFLATOR OPERATIONS A Thesis submitted to the Department of Electrical Engineering, University of Moratuwa On partial fulfilment of the

More information

The learning of complex whole body activity (Downhill skiing) by simulation

The learning of complex whole body activity (Downhill skiing) by simulation The learning of complex whole body activity (Downhill skiing) by simulation Eddi Pianca Bachelor of Applied Science in Environmental Design(CCAE) Mechanical Engineering Certificate (ACT TAFE) A thesis

More information

DESIGN AND CONSTRUCTION OF A FUEL LEVEL INDICATOR WITH LOW LEVEL ALARM SYSTEM

DESIGN AND CONSTRUCTION OF A FUEL LEVEL INDICATOR WITH LOW LEVEL ALARM SYSTEM DESIGN AND CONSTRUCTION OF A FUEL LEVEL INDICATOR WITH LOW LEVEL ALARM SYSTEM BY BAGAIY A ZA T AN (2005/22013EE) A Thesis submitted to the Department of Electrical and Computer Engineering in partial fulfilment

More information

Wind Tunnel Instrumentation System

Wind Tunnel Instrumentation System Wind Tunnel Instrumentation System Karthigeyan S 1, Jai bhavani K S 2, Jenifer Z 3 P.G Student, Dept. of, Valliammai Engineering College, Chennai, India 1 Assistant Professor, Dept. of, Valliammai Engineering

More information

Fuzzy Control of a Robotic Blimp

Fuzzy Control of a Robotic Blimp Fuzzy Control of a Robotic Blimp Laith M. Alkurdi E H U N I V E R S I T Y T O H F R G E D I N B U Master of Science Artificial Intelligence School of Informatics University of Edinburgh 2011 Abstract The

More information

DESIGN AND FABRICATION OF FISH FEED PELLETIZING MACHINE AGADA, DAVID ACHILE MATRIC NO. 2004/18368EA

DESIGN AND FABRICATION OF FISH FEED PELLETIZING MACHINE AGADA, DAVID ACHILE MATRIC NO. 2004/18368EA DESIGN AND FABRICATION OF FISH FEED PELLETIZING MACHINE BY AGADA, DAVID ACHILE MATRIC NO. 2004/18368EA A FINAL YEAR PROJECT REPORT SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE AWARD OF

More information

Motion Control of a Bipedal Walking Robot

Motion Control of a Bipedal Walking Robot Motion Control of a Bipedal Walking Robot Lai Wei Ying, Tang Howe Hing, Mohamed bin Hussein Faculty of Mechanical Engineering Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia. Wylai2@live.my

More information

Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit

Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit Suggested Time Ranges First Six Weeks History of Manufacturing PFD 1.1(A) The student will describe why and how manufacturing

More information

THE ROLE OF THE LEARNING ORGANISATION PARADIGM IN IMPROVING INTELLECTUAL CAPITAL JACO JOHANNES PIENAAR

THE ROLE OF THE LEARNING ORGANISATION PARADIGM IN IMPROVING INTELLECTUAL CAPITAL JACO JOHANNES PIENAAR THE ROLE OF THE LEARNING ORGANISATION PARADIGM IN IMPROVING INTELLECTUAL CAPITAL by JACO JOHANNES PIENAAR Dissertation submitted in fulfilment of the requirements for the degree MAGISTER ARTIUM in INFORMATION

More information

NSW Mines Rescue Unmanned Aerial Vehicle (UAV)

NSW Mines Rescue Unmanned Aerial Vehicle (UAV) NSW Mines Rescue Unmanned Aerial Vehicle (UAV) 2015 IMRB Conference Hanover Emergency Response Q. Will the systems providing this required information remain operational once an incident occurs? Likely

More information

UDEVI, OBIAMAKA ANGELA PG/MA/11/58402

UDEVI, OBIAMAKA ANGELA PG/MA/11/58402 UDEVI, OBIAMAKA ANGELA PG/MA/11/58402 AGULERI-UMULERI COMMUNAL CONFLICT, 1964-1999 DEPARTMENT OF HISTORY AND INTERNATIONA AL STUDIES FACULTY OF ARTS Ugboaku, Edith J. Digitally Signed by: Content manager

More information

EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC. Jae Hak Kim

EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC. Jae Hak Kim EXPLORING MOTIVATION AND TOURIST TYPOLOGY: THE CASE OF KOREAN GOLF TOURISTS TRAVELLING IN THE ASIA PACIFIC Jae Hak Kim Thesis submitted for the degree of Doctor of Philosophy at the University of Canberra

More information

Mars UAV MAE 435. October 15 th, 2014

Mars UAV MAE 435. October 15 th, 2014 Mars UAV MAE 435 October 15 th, 2014 Team Members: Bryce Yarbrough, Brendan Walsh, Parker Jones, Joseph Miller, Kenneth Nieman, Tilden Thomas, Patrick Kennedy Project Advisor: Dr. Robert Ash ECE Team Members:

More information

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007.

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. Acknowledgement In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. There are many others without whom I could not have completed

More information

Ultrasonic Level Transmitter

Ultrasonic Level Transmitter Process Control Ultrasonic Level Transmitter Courseware Sample 85991-F0 Order no.: 85991-10 First Edition Revision level: 10/2017 By the staff of Festo Didactic Festo Didactic Ltée/Ltd, Quebec, Canada

More information

Algorithm for Line Follower Robots to Follow Critical Paths with Minimum Number of Sensors

Algorithm for Line Follower Robots to Follow Critical Paths with Minimum Number of Sensors International Journal of Computer (IJC) ISSN 2307-4523 (Print & Online) Global Society of Scientific Research and Researchers http://ijcjournal.org/ Algorithm for Line Follower Robots to Follow Critical

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

TELECOMMUNICATIONS DEMAND IN THEORY AND PRACTICE

TELECOMMUNICATIONS DEMAND IN THEORY AND PRACTICE TELECOMMUNICATIONS DEMAND IN THEORY AND PRACTICE by LESTER D. TAYLOR Department of Economics, University of Arizona, Tucson, Ariz,, U.S.A. KM *' '? il Щ V'Jf] KLUWER ACADEMIC PUBLISHERS DORDRECHT / BOSTON

More information

Rules and Discipline of the Playing Field of the Smart Car Race

Rules and Discipline of the Playing Field of the Smart Car Race Rules and Discipline of the Playing Field of the Smart Car Race All racing teams should use the car model suite designated by Freescale Semiconductor, using HCS12 Microcontroller from Freescale Semiconductor

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

CS 4649/7649 Robot Intelligence: Planning

CS 4649/7649 Robot Intelligence: Planning CS 4649/7649 Robot Intelligence: Planning Differential Kinematics, Probabilistic Roadmaps Sungmoon Joo School of Interactive Computing College of Computing Georgia Institute of Technology S. Joo (sungmoon.joo@cc.gatech.edu)

More information

Load Charts Annotated Instructor s Guide. Module MODULE OVERVIEW PREREQUISITES OBJECTIVES PERFORMANCE TASKS MATERIALS AND EQUIPMENT LIST

Load Charts Annotated Instructor s Guide. Module MODULE OVERVIEW PREREQUISITES OBJECTIVES PERFORMANCE TASKS MATERIALS AND EQUIPMENT LIST Load Charts Annotated Instructor s Guide Module 21301-05 MODULE OVERVIEW This module discusses the importance of load charts and charts that apply to different configurations. It includes on-rubber, on-outrigger,

More information

ZSTT Team Description Paper for Humanoid size League of Robocup 2017

ZSTT Team Description Paper for Humanoid size League of Robocup 2017 Adult- ZSTT Team Description Paper for Humanoid size League of Robocup 2017 Jaesik Jeong, Youngsup Oh and Jeehyun Yang ZSTT E-mail: soulmatree@gmail.com Web: www.soulmatree.com Abstract. This paper describes

More information

Kochi University of Technology Aca Study on Dynamic Analysis and Wea Title stem for Golf Swing Author(s) LI, Zhiwei Citation 高知工科大学, 博士論文. Date of 2015-03 issue URL http://hdl.handle.net/10173/1281 Rights

More information

The Cooperative Cleaners Case Study: Modelling and Analysis in Real-Time ABS

The Cooperative Cleaners Case Study: Modelling and Analysis in Real-Time ABS : Modelling and Analysis in Real-Time ABS Silvia Lizeth Tapia Tarifa Precise Modelling and Analysis University of Oslo sltarifa@ifi.uio.no 29.11.2013 S. Lizeth Tapia Tarifa Outline Motivation 1 Motivation

More information

University of Canberra. This thesis is available in print format from the University of Canberra Library.

University of Canberra. This thesis is available in print format from the University of Canberra Library. University of Canberra This thesis is available in print format from the University of Canberra Library. If you are the author of this thesis and wish to have the whole thesis loaded here, please contact

More information

The Effect of a Seven Week Exercise Program on Golf Swing Performance and Musculoskeletal Screening Scores

The Effect of a Seven Week Exercise Program on Golf Swing Performance and Musculoskeletal Screening Scores The Effect of a Seven Week Exercise Program on Golf Swing Performance and Musculoskeletal Screening Scores 2017 Mico Hannes Olivier Bachelor of Sport Science Faculty of Health Sciences and Medicine Bond

More information

Yokogawa Systems and PCI Training

Yokogawa Systems and PCI Training Yokogawa Systems and PCI Training 09 th December 2014 Nico Marneweck 082 883 2652 Kallie Bodenstein 083 226 2787 Marco Coccioni 072 409 5779-1 - Introduction Training customised for the South Africa Industrial

More information

An experimental validation of a robust controller on the VAIMOS autonomous sailboat. Fabrice LE BARS

An experimental validation of a robust controller on the VAIMOS autonomous sailboat. Fabrice LE BARS An experimental validation of a robust controller on the VAIMOS autonomous sailboat Fabrice LE BARS Outline Introduction VAIMOS, an autonomous sailboat for oceanography Autonomy / control Theoretical validation

More information

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS

THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS THE CANDU 9 DISTRffiUTED CONTROL SYSTEM DESIGN PROCESS J.E. HARBER, M.K. KATTAN Atomic Energy of Canada Limited 2251 Speakman Drive, Mississauga, Ont., L5K 1B2 CA9900006 and M.J. MACBETH Institute for

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

Flight Dynamics II (Stability) Prof. Nandan Kumar Sinha Department of Aerospace Engineering Indian Institute of Technology, Madras

Flight Dynamics II (Stability) Prof. Nandan Kumar Sinha Department of Aerospace Engineering Indian Institute of Technology, Madras Flight Dynamics II (Stability) Prof. Nandan Kumar Sinha Department of Aerospace Engineering Indian Institute of Technology, Madras Module No. # 13 Introduction to Aircraft Control Systems Lecture No. #

More information

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM Evolving Hexapod Gaits Using a Cyclic Genetic Algorithm Page 1 of 7 EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM GARY B. PARKER, DAVID W. BRAUN, AND INGO CYLIAX Department of Computer Science

More information

REQUEST FOR PROPOSAL FOR ENGINEERING DESIGN. Robo Rat. Automated rope climbing robot

REQUEST FOR PROPOSAL FOR ENGINEERING DESIGN. Robo Rat. Automated rope climbing robot REQUEST FOR PROPOSAL FOR ENGINEERING DESIGN Robo Rat Automated rope climbing robot Department of Electrical and Computer Engineering Department of Mechanical Engineering EGR 3380 Engineering Design I Spring

More information

Keywords--Bio-Robots, Walking Robots, Locomotion and Stability Controlled Gait.

Keywords--Bio-Robots, Walking Robots, Locomotion and Stability Controlled Gait. Six Legged Locomotion on Uneven Terrain Kale Aparna S., Salunke Geeta D. kaleaparna5@gmail.com, geetasalunke@gmail.com Abstract -In this paper current state of many walking robots are compared and advantages

More information

Design of Altitude Measurement System for Aerospace Applications (Digital Barometric Altimeter)

Design of Altitude Measurement System for Aerospace Applications (Digital Barometric Altimeter) Journal of Space Technology, Vol 7, No 1, July 2017 Design of Altitude Measurement System for Aerospace Applications (Digital Barometric Altimeter) Nasreldeen Ali Adam Moutaman Mirghani Dafalla Abstract

More information

ZIN Technologies PHi Engineering Support. PHi-RPT CFD Analysis of Large Bubble Mixing. June 26, 2006

ZIN Technologies PHi Engineering Support. PHi-RPT CFD Analysis of Large Bubble Mixing. June 26, 2006 ZIN Technologies PHi Engineering Support PHi-RPT-0002 CFD Analysis of Large Bubble Mixing Proprietary ZIN Technologies, Inc. For nearly five decades, ZIN Technologies has provided integrated products and

More information

A new AI benchmark. Soccer without Reason Computer Vision and Control for Soccer Playing Robots. Dr. Raul Rojas

A new AI benchmark. Soccer without Reason Computer Vision and Control for Soccer Playing Robots. Dr. Raul Rojas Soccer without Reason Computer Vision and Control for Soccer Playing Robots Dr. Raul Rojas A new AI benchmark -computer vision in real time - embodied intelligence: mechanics - energy management - local

More information

PropaGator Autonomous Surface Vehicle

PropaGator Autonomous Surface Vehicle PropaGator Autonomous Surface Vehicle Andrew Wegener December 4, 2012 University of Florida Department of Electrical and Computer Engineering EEL 5666C IMDL Final Report Instructors: A. Antonio Arroyo,

More information

UvA-DARE (Digital Academic Repository) Intelligent Robotics Lab Verschoor, C.R.; de Kok, P.M.; Visser, A. Link to publication

UvA-DARE (Digital Academic Repository) Intelligent Robotics Lab Verschoor, C.R.; de Kok, P.M.; Visser, A. Link to publication UvA-DARE (Digital Academic Repository) Intelligent Robotics Lab Verschoor, C.R.; de Kok, P.M.; Visser, A. Link to publication Citation for published version (APA): Verschoor, C. R., de Kok, P. M., & Visser,

More information

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs

Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Application of Dijkstra s Algorithm in the Evacuation System Utilizing Exit Signs Jehyun Cho a, Ghang Lee a, Jongsung Won a and Eunseo Ryu a a Dept. of Architectural Engineering, University of Yonsei,

More information

ACCIDENT ANALYSIS OF SOUTHERN EXPRESSWAY

ACCIDENT ANALYSIS OF SOUTHERN EXPRESSWAY ACCIDENT ANALYSIS OF SOUTHERN EXPRESSWAY R. P. D. Chinthanie (118851G) Degree of Master of Engineering in Highway and Traffic Engineering Department of Civil Engineering University of Moratuwa Sri Lanka

More information

YAN GU. Assistant Professor, University of Massachusetts Lowell. Frederick N. Andrews Fellowship, Graduate School, Purdue University ( )

YAN GU. Assistant Professor, University of Massachusetts Lowell. Frederick N. Andrews Fellowship, Graduate School, Purdue University ( ) YAN GU Assistant Professor, University of Massachusetts Lowell CONTACT INFORMATION 31 University Avenue Cumnock 4E Lowell, MA 01854 yan_gu@uml.edu 765-421-5092 http://www.locomotionandcontrolslab.com RESEARCH

More information

Courseware Sample F0

Courseware Sample F0 Electric Power / Controls Courseware Sample 85303-F0 A ELECTRIC POWER / CONTROLS COURSEWARE SAMPLE by the Staff of Lab-Volt Ltd. Copyright 2009 Lab-Volt Ltd. All rights reserved. No part of this publication

More information

Automating Injection Molding Simulation using Autonomous Optimization

Automating Injection Molding Simulation using Autonomous Optimization Automating Injection Molding Simulation using Autonomous Optimization Matt Proske, Rodrigo Gutierrez, & Gabriel Geyne SIGMASOFT Virtual Molding Autonomous optimization is coupled to injection molding simulation

More information

Signature redacted Signature of Author:... Department of Mechanical Engineering

Signature redacted Signature of Author:... Department of Mechanical Engineering Review of Flapping Foil Actuation and Testing of Impulsive Motions for Large, Transient Lift and Thrust Profiles by Miranda Kotidis Submitted to the Department of Mechanical Engineering in Partial Fulfillment

More information

2012 NRC - RULES AND REGULATIONS

2012 NRC - RULES AND REGULATIONS 2012 NRC - RULES AND REGULATIONS General Guidelines 1. A school team should comprise of 2 or 3 students and one teacher. 2. Each school can send a maximum of 5 teams for each category. 3. All rules and

More information

Evaluating chaff fire pattern algorithms in a simulation environment. JP du Plessis Institute for Maritime Technology South Africa

Evaluating chaff fire pattern algorithms in a simulation environment. JP du Plessis Institute for Maritime Technology South Africa Evaluating chaff fire pattern algorithms in a simulation environment JP du Plessis (jdp@imt.co.za) Institute for Maritime Technology South Africa Overview What is seduction chaff? Chaff solution algorithm

More information

Policy Gradient RL to learn fast walk

Policy Gradient RL to learn fast walk Policy Gradient RL to learn fast walk Goal: Enable an Aibo to walk as fast as possible Policy Gradient RL to learn fast walk Goal: Enable an Aibo to walk as fast as possible Start with a parameterized

More information

STOCK RETURN VOLATILITY AND COINTEGRATION OF U.S. AND ASIAN MARKETS IN ACCORDANCE WITH THE FINANCIAL CRISIS ( ) THESIS

STOCK RETURN VOLATILITY AND COINTEGRATION OF U.S. AND ASIAN MARKETS IN ACCORDANCE WITH THE FINANCIAL CRISIS ( ) THESIS STOCK RETURN VOLATILITY AND COINTEGRATION OF U.S. AND ASIAN MARKETS IN ACCORDANCE WITH THE FINANCIAL CRISIS (1997-2014) THESIS Presented as Partial Fulfillment of the Requirements For Degree of Sarjana

More information

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Seminar Trondheim June 15th 2017 Nordic Institute of Navigation Norwegian Forum for Autonomous Ships SINTEF Ocean, Trondheim

More information

Design of a Microcontroller-Based Pitch Angle Controller for a Wind Powered Generator

Design of a Microcontroller-Based Pitch Angle Controller for a Wind Powered Generator Journal of Engineering and Science Research 1 (2): 133-138, e-issn RMP Publications, DOI: Design of a Microcontroller-Based Pitch Angle Controller for a Wind Powered Generator Glenn V. Magwili, Michael

More information

UNIVERSITY OF WATERLOO

UNIVERSITY OF WATERLOO UNIVERSITY OF WATERLOO Department of Chemical Engineering ChE 524 Process Control Laboratory Instruction Manual January, 2001 Revised: May, 2009 1 Experiment # 2 - Double Pipe Heat Exchanger Experimental

More information

Monitoring of wheel dressing operations for precision grinding

Monitoring of wheel dressing operations for precision grinding University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2003 Monitoring of wheel dressing operations for precision grinding Li

More information

Some Estimation Methods for Dynamic Panel Data Models

Some Estimation Methods for Dynamic Panel Data Models Cairo University Institute of Statistical Studies and Research Department of Applied Statistics and Econometrics Some Estimation Methods for Dynamic Panel Data Models By Mohamed Reda Sobhi Abonazel Assistant

More information

PASSENGER SHIP SAFETY. Preliminary recommendations arising from the Costa Concordia marine casualty investigation. Submitted by Italy SUMMARY

PASSENGER SHIP SAFETY. Preliminary recommendations arising from the Costa Concordia marine casualty investigation. Submitted by Italy SUMMARY E MARITIME SAFETY COMMITTEE 92nd session Agenda item 6 18 March 2013 Original: ENGLISH PASSENGER SHIP SAFETY Preliminary recommendations arising from the Costa Concordia marine casualty investigation Submitted

More information

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf Online Companion to Using Simulation to Help Manage the Pace of Play in Golf MoonSoo Choi Industrial Engineering and Operations Research, Columbia University, New York, NY, USA {moonsoo.choi@columbia.edu}

More information

NATIONAL INSTRUMENTS AUTONOMOUS ROBOTICS COMPETITION Task and Rules Document

NATIONAL INSTRUMENTS AUTONOMOUS ROBOTICS COMPETITION Task and Rules Document NATIONAL INSTRUMENTS AUTONOMOUS ROBOTICS COMPETITION 2018 2018 Task and Rules Document Table of Contents Competition Background:... 2 Theme: Autonomous Vehicles Fast Track to the Future... 2 Design Elements

More information

Electromyography Study on Lower Limb Muscle Synchronizations Strategies during Walking and Sitto-Stand Tasks on High-Heeled Shoes

Electromyography Study on Lower Limb Muscle Synchronizations Strategies during Walking and Sitto-Stand Tasks on High-Heeled Shoes Electromyography Study on Lower Limb Muscle Synchronizations Strategies during Walking and Sitto-Stand Tasks on High-Heeled Shoes A Dissertation submitted for The partial fulfillment of Master of Engineering

More information

Kenzo Nonami Ranjit Kumar Barai Addie Irawan Mohd Razali Daud. Hydraulically Actuated Hexapod Robots. Design, Implementation. and Control.

Kenzo Nonami Ranjit Kumar Barai Addie Irawan Mohd Razali Daud. Hydraulically Actuated Hexapod Robots. Design, Implementation. and Control. Kenzo Nonami Ranjit Kumar Barai Addie Irawan Mohd Razali Daud Hydraulically Actuated Hexapod Robots Design, Implementation and Control 4^ Springer 1 Introduction 1 1.1 Introduction 1 1.2 Walking "Machines"

More information

Computer Simulation Programms in Mine Rescue Education and Training, on the Example of Student Mine Rescue Teams

Computer Simulation Programms in Mine Rescue Education and Training, on the Example of Student Mine Rescue Teams Computer Simulation Programms in Mine Rescue Education and Training, on the Example of Student Mine Rescue Teams Prof. Dr.-Ing. Helmut Mischo 1, Prof Dr.-Ing. Jürgen Brune 2 1 Technische Universität Bergakademie

More information

APPLYING VIRTUAL REALITY TO ONTARIO MINE RESCUE OPERATIONS

APPLYING VIRTUAL REALITY TO ONTARIO MINE RESCUE OPERATIONS APPLYING VIRTUAL REALITY TO ONTARIO MINE RESCUE OPERATIONS Alex Gryska, Manager Mine Rescue Mines and Aggregates Safety and Health Association () 2005 ACKNOWLEDGEMENTS Research relating to this Virtual

More information

Written Report of Robot Design

Written Report of Robot Design Written Report of Robot Design Name: Robot Name: Course: Shaojie Ge Four Leg Walking Robot EEL 4665/5666 Intelligent Machines Design Laboratory Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz TAs:

More information

FAI Sporting Code. UAV Class U. Section 12 Unmanned Aerial Vehicles Edition. Effective 1st January 2018

FAI Sporting Code. UAV Class U. Section 12 Unmanned Aerial Vehicles Edition. Effective 1st January 2018 FAI Sporting Code Section 12 Unmanned Aerial Vehicles UAV Class U 2018 Edition Effective 1st January 2018 Section 12 and General Section combined make up the complete Sporting Code for UAV FEDERATION AERONAUTIQUE

More information

IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016

IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016 IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016 OFFICIAL RULES Version 2.0 December 15, 2015 1. THE EVENTS The IEEE Robotics & Automation Society

More information

Implementation of Modern Traffic Light Control System

Implementation of Modern Traffic Light Control System International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 1 Implementation of Modern Traffic Light System Nang Hom Kham *, Chaw Myat Nwe ** * Department of Electronic

More information

Field Instrumentation Training Strategy

Field Instrumentation Training Strategy Field Instrumentation Training Strategy 21 st Nico Marneweck 082 883 2652 Kallie Bodenstein 083 226 2787 Marco Coccioni 072 409 5779-1 - Introduction Training customised for the South Africa Industrial

More information

STALLING BEHAVIOUR OF A CONTRA-ROTATING AXIAL COMPRESSOR STAGE

STALLING BEHAVIOUR OF A CONTRA-ROTATING AXIAL COMPRESSOR STAGE STALLING BEHAVIOUR OF A CONTRA-ROTATING AXIAL COMPRESSOR STAGE by YASHPAL JAIN Thesis submitted in fulfilment of the requirements for the degree of DOCTOR OF PHILOSOPHY Department of Mechanical Engineering

More information

Kungl Tekniska Högskolan

Kungl Tekniska Högskolan Centre for Autonomous Systems Kungl Tekniska Högskolan hic@kth.se March 22, 2006 Outline Wheel The overall system layout : those found in nature found in nature Difficult to imitate technically Technical

More information

Centre for Autonomous Systems

Centre for Autonomous Systems Centre for Autonomous Systems Kungl Tekniska Högskolan hic@kth.se March 22, 2006 Outline Wheel The overall system layout : those found in nature found in nature Difficult to imitate technically Technical

More information

The Bubble Dynamics and Pressure Field Generated by a Seismic Airgun

The Bubble Dynamics and Pressure Field Generated by a Seismic Airgun The Bubble Dynamics and Pressure Field Generated by a Seismic Airgun Katrina L. de Graaf B.Eng(Naval Architecture)(Hons) National Centre for Maritime Engineering and Hydrodynamics Australian Maritime College

More information

Unmanned Aerial Vehicle Failure Modes Algorithm Modeling

Unmanned Aerial Vehicle Failure Modes Algorithm Modeling IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 07 (July. 2014), V2 PP 55-59 www.iosrjen.org Unmanned Aerial Vehicle Failure Modes Algorithm Modeling P. Getsov,

More information

Volume 2, Issue 5, May- 2015, Impact Factor: Structural Analysis of Formula One Racing Car

Volume 2, Issue 5, May- 2015, Impact Factor: Structural Analysis of Formula One Racing Car Structural Analysis of Formula One Racing Car Triya Nanalal Vadgama 1, Mr. Arpit Patel 2, Dr. Dipali Thakkar 3, Mr. Jignesh Vala 4 Department of Aeronautical Engineering, Sardar Vallabhbhai Patel Institute

More information

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS GARY B. PARKER and INGO CYLIAX Department of Computer Science, Indiana University, Bloomington, IN 47405 gaparker@cs.indiana.edu, cyliax@cs.indiana.edu

More information

Real Time Bicycle Simulation Study of Bicyclists Behaviors and their Implication on Safety

Real Time Bicycle Simulation Study of Bicyclists Behaviors and their Implication on Safety Real Time Bicycle Simulation Study of Bicyclists Behaviors and their Implication on Safety JUNE 30, 2017 Valerian Kwigizile, Jun-Seok Oh, Pavel Ikonomov, Raed Hasan, Cole G. Villalobos, Aous Hammad Kurdi,

More information

GOLFER. The Golf Putting Robot

GOLFER. The Golf Putting Robot GOLFER The Golf Putting Robot Written By Wing Pan Yuen For EEL 5666 Intelligent Machines Design Laboratory December 05, 1999 Table of Contents Abstract Introduction Executive Summary Integrated System

More information

The Incremental Evolution of Gaits for Hexapod Robots

The Incremental Evolution of Gaits for Hexapod Robots The Incremental Evolution of Gaits for Hexapod Robots Abstract Gait control programs for hexapod robots are learned by incremental evolution. The first increment is used to learn the activations required

More information

CS 4649/7649 Robot Intelligence: Planning

CS 4649/7649 Robot Intelligence: Planning CS 4649/7649 Robot Intelligence: Planning Partially Observable MDP Sungmoon Joo School of Interactive Computing College of Computing Georgia Institute of Technology S. Joo (sungmoon.joo@cc.gatech.edu)

More information

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW AC 2010-2145: MEASUREMENT OF HYDROGEN IN HELIUM FLOW Randy Buchanan, University of Southern Mississippi Christopher Winstead, University of Southern Mississippi Anton Netchaev, University of Southern Mississippi

More information

COMPARISON OF RESULTS OF AEROBIC POWER VALUE DERIVED FROM DIFFERENT MAXIMUM OXYGEN CONSUMPTION TESTING METHODS

COMPARISON OF RESULTS OF AEROBIC POWER VALUE DERIVED FROM DIFFERENT MAXIMUM OXYGEN CONSUMPTION TESTING METHODS COMPARISON OF RESULTS OF AEROBIC POWER VALUE DERIVED FROM DIFFERENT MAXIMUM OXYGEN CONSUMPTION TESTING METHODS LI JIA A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE MASTER DEGREE

More information

ME 8843-Advanced Mechatronics. Project Proposal-Automatic Bike Transmission

ME 8843-Advanced Mechatronics. Project Proposal-Automatic Bike Transmission ME 8843-Advanced Mechatronics Project Proposal-Automatic Bike Transmission 1/21/09 Razid Ahmad Brandon Borm Todd Sifleet Project Proposal: Our goal for the semester long project is to create and automatic

More information

Does a particular sporting background provide an advantage to an athlete entering the sport of triathlon?

Does a particular sporting background provide an advantage to an athlete entering the sport of triathlon? Centre for Exercise & Nutrition Science MSc, Diploma, Certificate In Exercise & Nutrition Science Does a particular sporting background provide an advantage to an athlete entering the sport of triathlon?

More information

Naval Postgraduate School, Operational Oceanography and Meteorology. Since inputs from UDAS are continuously used in projects at the Naval

Naval Postgraduate School, Operational Oceanography and Meteorology. Since inputs from UDAS are continuously used in projects at the Naval How Accurate are UDAS True Winds? Charles L Williams, LT USN September 5, 2006 Naval Postgraduate School, Operational Oceanography and Meteorology Abstract Since inputs from UDAS are continuously used

More information

Karachi Koalas 3D Simulation Soccer Team Team Description Paper for World RoboCup 2013

Karachi Koalas 3D Simulation Soccer Team Team Description Paper for World RoboCup 2013 Karachi Koalas 3D Simulation Soccer Team Team Description Paper for World RoboCup 2013 Sajjad Haider 1, Mary-Anne Williams 2, Saleha Raza 1, Benjamin Johnston 2, Shaukat Abidi 2, Ali Raza 1, Abdun Nafay

More information

GUIDELINES ON OPERATIONAL INFORMATION FOR MASTERS IN CASE OF FLOODING FOR PASSENGER SHIPS CONSTRUCTED BEFORE 1 JANUARY 2014 *

GUIDELINES ON OPERATIONAL INFORMATION FOR MASTERS IN CASE OF FLOODING FOR PASSENGER SHIPS CONSTRUCTED BEFORE 1 JANUARY 2014 * E 4 ALBERT EMBANKMENT LONDON SE1 7SR Telephone: +44 (0)20 7735 7611 Fax: +44 (0)20 7587 3210 MSC.1/Circ.1589 24 May 2018 GUIDELINES ON OPERATIONAL INFORMATION FOR MASTERS IN CASE OF FLOODING FOR PASSENGER

More information

FixedWingLib CGF. Realistic CGF Aircraft Entities ware-in-the-loop Simulations

FixedWingLib CGF. Realistic CGF Aircraft Entities ware-in-the-loop Simulations FixedWingLib CGF FixedWingLib CGF offers high-fidelity maneuvers for air combat, close air support and other real-world military and civil manned and unmanned fixed wing operations. Developers can use

More information

Design of the Miniaturized ROV Structure and Control System

Design of the Miniaturized ROV Structure and Control System Design of the Miniaturized ROV Structure and Control System Zhiqiang Liu a, Xin Lai b, Hongjiang Chen, Hang Zhang,Yinan Sun, Xuemei Liu, Shencheng Chen,Tianyu Peng Southwest Petroleum University, Chengdu,

More information

Virtual Breadboarding. John Vangelov Ford Motor Company

Virtual Breadboarding. John Vangelov Ford Motor Company Virtual Breadboarding John Vangelov Ford Motor Company What is Virtual Breadboarding? Uses Vector s CANoe product, to simulate MATLAB Simulink models in a simulated or real vehicle environment. Allows

More information

COSCAP-South Asia ADVISORY CIRCULAR FOR AIR OPERATORS

COSCAP-South Asia ADVISORY CIRCULAR FOR AIR OPERATORS Cooperative Development of Operational Safety and Continuing Airworthiness Under ICAO Technical Co-operation Programme COSCAP-South Asia ADVISORY CIRCULAR FOR AIR OPERATORS Subject: GUIDANCE FOR OPERATORS

More information

Wind turbine Varying blade length with wind speed

Wind turbine Varying blade length with wind speed IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 01-05 www.iosrjournals.org Wind turbine Varying blade length with wind speed Mohammed Ashique

More information

Neural Network in Computer Vision for RoboCup Middle Size League

Neural Network in Computer Vision for RoboCup Middle Size League Journal of Software Engineering and Applications, 2016, *,** Neural Network in Computer Vision for RoboCup Middle Size League Paulo Rogério de Almeida Ribeiro 1, Gil Lopes 1, Fernando Ribeiro 1 1 Department

More information

Robot motion by simultaneously wheel and leg propulsion

Robot motion by simultaneously wheel and leg propulsion Robot motion by simultaneously wheel and leg propulsion Aarne Halme, Ilkka Leppänen, Miso Montonen, Sami Ylönen Automation Technology Laboratory Helsinki University of Technology PL 5400, 02015 HUT, Finland

More information

Re: ENSC 440 Functional Specification for the Wall Climbing Robot. Dear Mr. Leung,

Re: ENSC 440 Functional Specification for the Wall Climbing Robot. Dear Mr. Leung, Patrick Leung School of Engineering Science Simon Fraser University 8888 University Drive Burnaby, BC. V5A 1S6 Date 2/18/08 Re: ENSC 440 Functional Specification for the Wall Climbing Robot Dear Mr. Leung,

More information

ALFA Task 2 Deliverable M2.2.1: Underwater Vehicle Station Keeping Results

ALFA Task 2 Deliverable M2.2.1: Underwater Vehicle Station Keeping Results ALFA Task Deliverable M..: Underwater Vehicle Station Keeping Results Geoffrey Hollinger Oregon State University Phone: 5-737-59 geoff.hollinger@oregonstate.edu September, Introduction This document presents

More information

Numerical Analysis of Wings for UAV based on High-Lift Airfoils

Numerical Analysis of Wings for UAV based on High-Lift Airfoils Numerical Analysis of Wings for UAV based on High-Lift Airfoils Sachin Srivastava Department of Aeronautical Engineering Malla Reddy College of Engineering & Technology, Hyderabad, Telangana, India Swetha

More information

The role of UKCM now and the future

The role of UKCM now and the future The role of UKCM now and the future NAV18 Torres Strait use case omcinternational.com Who is OMC International? Inventor (1993) and sole supplier of DUKC (>160,000 deep draft transits without incident)

More information

PEAPOD. Pneumatically Energized Auto-throttled Pump Operated for a Developmental Upperstage. Test Readiness Review

PEAPOD. Pneumatically Energized Auto-throttled Pump Operated for a Developmental Upperstage. Test Readiness Review PEAPOD Pneumatically Energized Auto-throttled Pump Operated for a Developmental Upperstage Test Readiness Review Customer: Special Aerospace Services Chris Webber and Tim Bulk 1 Overview Project Overview

More information

ROV Development ROV Function. ROV Crew Navigation IRATECH SUB SYSTEMS 2010

ROV Development ROV Function. ROV Crew Navigation IRATECH SUB SYSTEMS 2010 IR AT EC H SU B SY ST EM S 20 10 Remotely Operated Vehicle ROV INTRODUCTORY 2008 2008 1 KEY POINTS ROV Introductory ROV Development ROV Function Types of ROV ROV Crew Navigation ROV Components 2 ROV Development

More information

Hydrodynamic analysis of submersible robot

Hydrodynamic analysis of submersible robot International Journal of Advanced Research and Development ISSN: 2455-4030, Impact Factor: RJIF 5.24 www.advancedjournal.com Volume 1; Issue 9; September 2016; Page No. 20-24 Hydrodynamic analysis of submersible

More information

DEVELOPMENT OF AUTONOMOUS BLIMP ROBOT WITH INTELLIGENT CONTROL

DEVELOPMENT OF AUTONOMOUS BLIMP ROBOT WITH INTELLIGENT CONTROL DEVELOPMENT OF AUTONOMOUS BLIMP ROBOT WITH INTELLIGENT CONTROL Keiko Motoyama, Hidenori Kawamura, Masahito Yamamoto and Azuma Ohuchi Gmduaie School of EngineeT'ing, Hokkaido UnivcT'sity Abstract The purpose

More information