UAV path planning based on event density detection

Size: px
Start display at page:

Download "UAV path planning based on event density detection"

Transcription

1 UAV path planning based on event density detection Roberto Henriques, Fernando Bação and Victor Lobo,2 Instituto Superior de Estatística e Gestão de Informação, ISEGIUNL 2 Portuguese Naval Academy {roberto, bacao, vlobo}@isegi.unl.pt Abstract The method proposed in this paper supports the UAV network path definition in an autonomously way, taking into consideration the density of the detected events at each moment, in each place. We use the selforganizing maps to detect event patterns in the field of view of the sensors, allowing unmanned aerial vehicles (UAV) path definition based on events. The goal of this paper is to maximize the detection of ships using a UAV network.. Introduction Technological advances in communication systems and the ability to build low-power and inexpensive mobile systems make the deployment of a group of networked vehicles a feasible task. Recent development of unmanned aerial vehicles (UAV) and recent implementations have proven their benefits in several applications such as fire detection [], agricultural monitoring [2], ocean surveillance [3], traffic surveillance [4] and military [5, 6]. UAV capabilities are improving, and new methods for deployment and management are required to coordinate the operation of UAV networks. Controlling a network of UAV implies a set of definitions such as goal assignment, resource allocation and trajectory optimization problems [7]. Different approaches have been used in the past to solve UAV path planning problems and it is not our aim to give a survey of all of these. In [8], the authors use a Voronoi approach to define the UAV path. This Voronoi diagram is built based on predefined way points and each edge of the Voronoi diagram is assigned two costs: a threat cost and a length cost. This method deals with the problem of simultaneous arrival of multiple UAV at their targets, using threatavoiding trajectories. In [9] a dynamic programming method is presented to generate near-optimal trajectories for multiple UAV to cooperatively search for targets. A coordination framework in which the UAV network seeks out local maxima or minima in the environmental field is presented in []. The network has adaptation capabilities in response to the sensed environment in order to optimize its gradient climb. In [] a decentralized trajectory planning of multiple UAV is presented, using a receding horizon strategy based on mixed integer linear programming. The objective of this paper is to present a new method for a UAV network path definition in an autonomously way. The path definition is obtained in an iterative process, being defined for each instant the behavior each UAV should assume. The method presented allows the self organization of a network of UAV using self-organizing maps (), allowing realtime adjustment of the network. As study case we use a UAV network to monitor ships. This paper is organized as follows. In section 2 we present the proposed method. In section 3 the environment simulator is presented, being some simulation and tests present in the section 4. Finally, section 5 is devoted to the discussion of the main results obtained in this research work. 2. Proposed method The method proposed in this paper supports the UAV network path definition in an autonomously way, taking into consideration the density of the detected events at each moment, in each place. The goal is to control the UAV network so that the number of detected events in the field of view of the sensors, at each instant, is optimum. To guarantee this optimum detection we assume each UAV does not share their field of view with others.

2 Since our method is based in the detection of events density, we apply a well know neural network called Self-Organizing Map () [2] to detect these patterns. The basic idea of the [2] is to map the data patterns onto a n-dimensional grid of neurons or units. That grid forms what is known as the output space, as opposed to the input space where the data patterns are. This mapping tries to preserve topological relations, i.e., patterns that are close in the input space will be mapped to units that are close in the output space, and vice-versa. So as to allow an easy visualization, the output space is usually or 2 dimensional. In our application, we use a 2-dimensional. Each unit represents an UAV, and the weights of the unit represent the UAV coordinates in the study area. Each ship is a data point, characterized by its two coordinates and the is repeatedly being trained, using the position of the detected ships as input data points. Each training phase will produce a new selforganized map, and each unit s weights will correspond to the new UAV coordinates. However, there are some UAV physical restrictions that need to be considered in the training phase. The has to be aware of the UAV maximum speed and to the fact that their fields of view must not intersect. Due to this fact the standard algorithm [3] was changed to fulfill these two restrictions. For experimental purposes we will assume a UAV network that is deployed to perform ship detection on a specific area of interest. The UAV network is composed by several UAV equipped with a camera and a radio transceiver. It is not our purpose to study the detection process or the communication issues since extensive work has been made in this field [4, 4]. 2.. The UAV path definition algorithm Randomly define each ship position (ShipsPos) 2 Repeat 3 Simulate the ships behavior (movement) in the area of interest for the instant t (update ShipsPos) 3 Define the detected ships based on the UAVpos, ShipsPos and UavSen 4 Train the according to the ships and UAV positions, taking in consideration the UavVel and UavSen 4 Move the UAV according to the units weights (update UAVpos) 6 Increase t 7 Until t reaches t f 3. The environment simulator To simulate the ships and its paths a ship simulator was implemented in Matlab, using a set of predefined characteristics such as type of ship (fishing or merchant), the number of ships and the minimum and maximum velocities for each type of ship. Each ship is initially randomly created, being the total number of ships present in the area of interest constant. The type of ship defines its behavior, i.e. a fishing boat will stay in the same area for a while, moving afterwards to a different place while a merchant ship has a constant direction and velocity (Fig. ). a) The UAV management algorithm based on may be described as follows: Let tf be simulation duration x,y,x,y define the area of interest UavVel be the maximum UAV velocity UavSen be the maximum UAV sensing range UAVpos be a collection of coordinates x i,y i defining the UAV initial positions ShipsPos be a collection of coordinates x i,y i defining the ships initial positions b) Fig.. The ship simulator. a) fishing boats versus merchant ships behavior b) initial distribution of the ships

3 4. Experimental evaluation To measure the effectiveness of the proposed method, we must define a metric by which it can be assessed, and some benchmark methods with which we may compare it. Since the objective is to monitor as best as possible the points of interest, an obvious metric is the number of ships observed, by the UAV, for the instant t, divided by the total number of ships present in the area of interest for the same instant. We call this ratio the instant coverage level (icl). t icl t = () TotalShipst a) sensor zigzag sensor Another metric we use is the global coverage level, defined as the percentage of the total detected ships until the present time (gcl). untilnow gcl present = (2) TotalShipsuntilNow Finally we calculate the average time of ships monitoring (amt). This metric will evaluate if a UAV can follow a moving ship. N = MonitoringTime i i amt = (3) where the MonitoringTime i is the amount of time ship i is being observed and is the total number of detected ships. 4.. The benchmark UAV algorithms As for a comparison benchmark, we chose two different methods for defining patrol itineraries. In the first method we assume fixed sensors in a regular matrix along the area of interest. In the second method we define each UAV a region to cover in the area of interest, and each one will follow a zigzag trajectory covering its correspondent region. Fig. 2a exemplifies the benchmark methods behavior in the area of interest. In Fig. 2b a 3x3 UAV network is presented along with the two different type of ships. b) Fig. 2. Benchmark methods: a) fixed and zigzag trajectories sensors b) based UAV network. 5. Results In Fig. 3 we present the instant coverage level, the global coverage and the average monitoring time for the base and the two benchmark methods. In this case, and due to the random ships' position, we calculate an average of simulations..4.2 Percentage of sensed Ships Number of diferent ships sensed/total ships Average Time on sensed ships Fig. 3. Statistics for and benchmark methods: fixed and zigzag trajectories sensors. From this figure we can conclude that our method presents the best instant covering, while the fixed and

4 zigzag trajectories methods presents similar instant coverage. However, the zigzag method presents a higher global coverage, detecting almost all ships that cross the area of interest. Our method only captures approximately 5% of the crossing ships. Inversely, in the average monitoring time the method presents a higher value, representing a higher capacity on tracking the ships once they are detected. In order to better understand the method we evaluate the same metrics changing the number of sensors and the number of ships. 5.. Changing the UAV number In this test, eight different UAV networks were used (with 4, 9, 6, 25, 36, 49, 64 and 8 UAV) and its instant coverage level calculated (Fig. 4). From the analysis of Fig. 4 we conclude, as expected, that an increase in the number of UAV imply a higher instant coverage. Fig. 4. Instant coverage level calculated for 8 sets of UAV Changing the ships number For this test we used a set of 9 UAV and we increased the number of ships present in the area of interest (Fig. 5). From the analysis of this figure we conclude, as expected, that an increase in the number of ships to detect by the UAV network, results in a smaller coverage of the area. Fig. 5. Instant coverage level calculated using 9 UAV and increasing the number of ships in the area of interest 6. Discussion In this paper we presented a first approach to the use of Self-Organizing Maps as a UAV network path definition model. The working example use in this study was based on ships detection in the ocean. The tests made prove that the proposed method improves the number of ships instantaneously detected using the based method, when compared to the benchmark methods. As future work we would like to include aerodynamics restrictions of each UAV, such as the curving angles, maximum and minimum acceleration and breaking. 7. References [] L. Merino, F. Caballero, J. R. Martinez-de Dios, and A. Ollero, "Cooperative Fire Detection using Unmanned Aerial Vehicles," presented at Robotics and Automation, 25. ICRA 25. Proceedings of the 25 IEEE International Conference, 25. [2] S. R. Herwitz, S. Dunagan, D. Sullivan, R. Higgins, L. Johnson, Z. Jian, R. Slye, J. Brass, J. Leung, B. Gallmeyer, and M. Aoyagi, "Solar-powered UAV mission for agricultural decision support," presented at Geoscience and Remote Sensing Symposium, 23. IGARSS '3. Proceedings [3] J. C. Rubio, J. Vagners, and R. Rysdyk, "Adaptive Path Planning for Autonomous UAV Oceanic Search Missions," presented at Proceedings of the AIAA st Intelligent Systems Technical Conference, 24. [4] K. Kaaniche, B. Champion, C. Pegard, and P. Vasseur, "A Vision Algorithm for Dynamic Detection of Moving Vehicles with a UAV," presented at Robotics and Automation, 25. ICRA 25. Proceedings of the 25 IEEE International Conference 25. [5] D. J. Nowak, I. Price, and G. B. Lamont, "Self organized UAV swarm planning optimization for search and destroy using SWARMFARE simulation," in Proceedings of the 39th conference on Winter simulation: 4 years! The best is yet to come. Washington D.C.: IEEE Press, 27. [6] U. Zengin and A. Dogan, "Real-Time Target Tracking for Autonomous UAVs in Adversarial Environments: A Gradient Search Algorithm," presented at Decision and Control, 26 45th IEEE Conference on, 26. [7] M. Alighanbari, Y. Kuwata, and J. P. How, "Coordination and control of multiple UAVs with timing constraints and loitering," presented at American Control Conference, 23. Proceedings of the 23, 23. [8] R. W. Beard, T. W. McLain, M. A. Goodrich, and E. P. Anderson, "Coordinated target assignment and intercept

5 for unmanned air vehicles," Robotics and Automation, IEEE Transactions on, vol. 8, pp , 22. [9] M. Flint, M. Polycarpou, and E. Fernandez-Gaucherand, "Cooperative control for multiple autonomous UAV's searching for targets," presented at Decision and Control, 22, Proceedings of the 4st IEEE Conference on, 22. [] P. Ogren, E. Fiorelli, and N. E. Leonard, "Cooperative control of mobile sensor networks:adaptive gradient climbing in a distributed environment," Automatic Control, IEEE Transactions on, vol. 49, pp , 24. [] T. Schouwenaars, "Safe Trajectory Planning of Autonomous Vehicles," in Department of Aeronautics and Astronautics, vol. Doctor of Philosophy: Massachusetts Institute of Technology, 26. [2] T. Kohonen, Self-Organizing Maps, 3rd edition ed. Berlin: Springer, 2. [3] J. Vesanto, J. Himberg, E. Alhoniemi, and Parhankangas, "Self-organizing map in Matlab: the Toolbox.," presented at Proceedings of the Matlab DSP Conference, Espoo, Finland, 999. [4] S. Todorovic and M. C. Nechyba, "Intelligent missions for MAVs: visual contexts for control, tracking and recognition," presented at Robotics and Automation, 24. Proceedings. ICRA '4, 24.

Unmanned autonomous vehicles in air land and sea

Unmanned autonomous vehicles in air land and sea based on Ulrich Schwesinger lecture on MOTION PLANNING FOR AUTOMATED CARS Unmanned autonomous vehicles in air land and sea Some relevant examples from the DARPA Urban Challenge Matteo Matteucci matteo.matteucci@polimi.it

More information

STUDYING THE POSSIBILITY OF INCREASING THE FLIGHT AUTONOMY OF A ROTARY-WING MUAV

STUDYING THE POSSIBILITY OF INCREASING THE FLIGHT AUTONOMY OF A ROTARY-WING MUAV SCIENTIFIC RESEARCH AND EDUCATION IN THE AIR FORCE AFASES2017 STUDYING THE POSSIBILITY OF INCREASING THE FLIGHT AUTONOMY OF A ROTARY-WING MUAV Cristian VIDAN *, Daniel MĂRĂCINE ** * Military Technical

More information

Modeling Multi-Objective Optimization Algorithms for Autonomous Vehicles to Enhance Safety and Energy Efficiency

Modeling Multi-Objective Optimization Algorithms for Autonomous Vehicles to Enhance Safety and Energy Efficiency 2015 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) TECHNICAL SESSION AUGUST 4-6, 2015 - NOVI, MICHIGAN Modeling Multi-Objective Optimization

More information

Fuzzy based Adaptive Control of Antilock Braking System

Fuzzy based Adaptive Control of Antilock Braking System Fuzzy based Adaptive Control of Antilock Braking System Ujwal. P Krishna. S M.Tech Mechatronics, Asst. Professor, Mechatronics VIT University, Vellore, India VIT university, Vellore, India Abstract-ABS

More information

Coordination Strategies Between UAV and AUVs for Ocean Exploration

Coordination Strategies Between UAV and AUVs for Ocean Exploration Proceedings of the European Control Conference 29 Budapest, Hungary, August 23 26, 29 MoA3.3 Coordination Strategies Between UAV and AUVs for Ocean Exploration P.B. Sujit, João Sousa, F. L. Pereira Abstract

More information

Biologically-inspired reactive collision avoidance

Biologically-inspired reactive collision avoidance Biologically-inspired reactive collision avoidance S. D. Ross 1,2, J. E. Marsden 2, S. C. Shadden 2 and V. Sarohia 3 1 Aerospace and Mechanical Engineering, University of Southern California, RRB 217,

More information

Application of the MANA model to Maritime Scenarios

Application of the MANA model to Maritime Scenarios Application of the MANA model to Maritime Scenarios David P Galligan Defence Technology Agency Naval Base Devonport New Zealand d.galligan@dta.mil.nz Abstract The MANA model, developed at the Defence Technology

More information

DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY

DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY COVACIU Dinu *, PREDA Ion *, FLOREA Daniela *, CÂMPIAN Vasile * * Transilvania University of Brasov Romania Abstract: A driving cycle is a standardised driving

More information

A simulator for the control network of smart grid architectures

A simulator for the control network of smart grid architectures A simulator for the control network of smart grid architectures K. Mets 1, W. Haerick 1, C. Develder 1 1 Dept. of Information Technology - IBCN, Faculty of applied sciences, Ghent University - IBBT, G.

More information

EXHAUST MANIFOLD DESIGN FOR A CAR ENGINE BASED ON ENGINE CYCLE SIMULATION

EXHAUST MANIFOLD DESIGN FOR A CAR ENGINE BASED ON ENGINE CYCLE SIMULATION Parallel Computational Fluid Dynamics International Conference Parallel CFD 2002 Kyoto, Japan, 20-22 May 2002 EXHAUST MANIFOLD DESIGN FOR A CAR ENGINE BASED ON ENGINE CYCLE SIMULATION Masahiro Kanazaki*,

More information

Multiobjective Design Optimization of Merging Configuration for an Exhaust Manifold of a Car Engine

Multiobjective Design Optimization of Merging Configuration for an Exhaust Manifold of a Car Engine Multiobjective Design Optimization of Merging Configuration for an Exhaust Manifold of a Car Engine Masahiro Kanazaki*, Masashi Morikawa**, Shigeru Obayashi* and Kazuhiro Nakahashi** *Institute of Fluid

More information

Automatic Driving Control for Passing through Intersection by use of Feature of Electric Vehicle

Automatic Driving Control for Passing through Intersection by use of Feature of Electric Vehicle Page000031 EVS25 Shenzhen, China, Nov 5-9, 2010 Automatic Driving Control for Passing through Intersection by use of Feature of Electric Vehicle Takeki Ogitsu 1, Manabu Omae 1, Hiroshi Shimizu 2 1 Graduate

More information

Sizing of Ultracapacitors and Batteries for a High Performance Electric Vehicle

Sizing of Ultracapacitors and Batteries for a High Performance Electric Vehicle 2012 IEEE International Electric Vehicle Conference (IEVC) Sizing of Ultracapacitors and Batteries for a High Performance Electric Vehicle Wilmar Martinez, Member National University Bogota, Colombia whmartinezm@unal.edu.co

More information

Steering Actuator for Autonomous Driving and Platooning *1

Steering Actuator for Autonomous Driving and Platooning *1 TECHNICAL PAPER Steering Actuator for Autonomous Driving and Platooning *1 A. ISHIHARA Y. KUROUMARU M. NAKA The New Energy and Industrial Technology Development Organization (NEDO) is running a "Development

More information

Optimal Decentralized Protocol for Electrical Vehicle Charging. Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof.

Optimal Decentralized Protocol for Electrical Vehicle Charging. Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof. Optimal Decentralized Protocol for Electrical Vehicle Charging Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof. Liang-liang Xie Main Reference Lingwen Gan, Ufuk Topcu, and Steven Low,

More information

Renewable Energy Transmission through Multiple Routes in a Mobile Electrical Grid

Renewable Energy Transmission through Multiple Routes in a Mobile Electrical Grid Renewable Energy Transmission through Multiple Routes in a Mobile Electrical Grid Ping Yi, Yixiong Tang, Yijie Hong, Yuzhe Shen, Ting Zhu, Qingquan Zhang, Miroslav M. Begovic Shanghai Jiao Tong University,

More information

Assessing Feeder Hosting Capacity for Distributed Generation Integration

Assessing Feeder Hosting Capacity for Distributed Generation Integration 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2015 Grid of the Future Symposium Assessing Feeder Hosting Capacity for Distributed Generation Integration D. APOSTOLOPOULOU*,

More information

Active Suspensions For Tracked Vehicles

Active Suspensions For Tracked Vehicles Active Suspensions For Tracked Vehicles Y.G.Srinivasa, P. V. Manivannan 1, Rajesh K 2 and Sanjay goyal 2 Precision Engineering and Instrumentation Lab Indian Institute of Technology Madras Chennai 1 PEIL

More information

Braking Performance Improvement Method for V2V Communication-Based Autonomous Emergency Braking at Intersections

Braking Performance Improvement Method for V2V Communication-Based Autonomous Emergency Braking at Intersections , pp.20-25 http://dx.doi.org/10.14257/astl.2015.86.05 Braking Performance Improvement Method for V2V Communication-Based Autonomous Emergency Braking at Intersections Sangduck Jeon 1, Gyoungeun Kim 1,

More information

Marine Robotics. Alfredo Martins. Unmanned Autonomous Vehicles in Air Land and Sea Politecnico Milano June 2016

Marine Robotics. Alfredo Martins. Unmanned Autonomous Vehicles in Air Land and Sea Politecnico Milano June 2016 Marine Robotics Unmanned Autonomous Vehicles in Air Land and Sea Politecnico Milano June 2016 INESC TEC / ISEP Portugal alfredo.martins@inesctec.pt Multiple autonomous vehicles at sea 2 Multiple coordinated

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

Design and Simulation of New Versions of Tube Launched UAV

Design and Simulation of New Versions of Tube Launched UAV 21st International Congress on Modelling and Simulation, Gold Coast, Australia, 29 Nov to 4 Dec 2015 www.mssanz.org.au/modsim2015 Design and Simulation of New Versions of Tube Launched UAV Y. Zhou and

More information

A Novel Chassis Structure for Advanced EV Motion Control Using Caster Wheels with Disturbance Observer and Independent Driving Motors

A Novel Chassis Structure for Advanced EV Motion Control Using Caster Wheels with Disturbance Observer and Independent Driving Motors A Novel Chassis Structure for Advanced EV Motion Control Using Caster Wheels with Disturbance Observer and Independent Driving Motors Yunha Kim a, Kanghyun Nam a, Hiroshi Fujimoto b, and Yoichi Hori b

More information

SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM

SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM SYSTEM CONFIGURATION OF INTELLIGENT PARKING ASSISTANT SYSTEM Ho Gi Jung *, Chi Gun Choi, Dong Suk Kim, Pal Joo Yoon MANDO Corporation ZIP 446-901, 413-5, Gomae-Dong, Giheung-Gu, Yongin-Si, Kyonggi-Do,

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

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

EB TechPaper. Staying in lane on highways with EB robinos. elektrobit.com

EB TechPaper. Staying in lane on highways with EB robinos. elektrobit.com EB TechPaper Staying in lane on highways with EB robinos elektrobit.com Highly automated driving (HAD) raises the complexity within vehicles tremendously due to many different components that need to be

More information

What do autonomous vehicles mean to traffic congestion and crash? Network traffic flow modeling and simulation for autonomous vehicles

What do autonomous vehicles mean to traffic congestion and crash? Network traffic flow modeling and simulation for autonomous vehicles What do autonomous vehicles mean to traffic congestion and crash? Network traffic flow modeling and simulation for autonomous vehicles FINAL RESEARCH REPORT Sean Qian (PI), Shuguan Yang (RA) Contract No.

More information

INDUCTION motors are widely used in various industries

INDUCTION motors are widely used in various industries IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 44, NO. 6, DECEMBER 1997 809 Minimum-Time Minimum-Loss Speed Control of Induction Motors Under Field-Oriented Control Jae Ho Chang and Byung Kook Kim,

More information

A Communication-centric Look at Automated Driving

A Communication-centric Look at Automated Driving A Communication-centric Look at Automated Driving Onur Altintas Toyota ITC Fellow Toyota InfoTechnology Center, USA, Inc. November 5, 2016 IEEE 5G Summit Seattle Views expressed in this talk do not necessarily

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Pothole Detection Using Android Smartphone with a Video Camera 1 Youngtae Jo *, 2 Seungki Ryu 1 Korea Institute of Civil Engineering and Building Technology, Korea E-mail: 1 ytjoe@kict.re.kr, 2 skryu@kict.re.kr

More information

Deploying Power Flow Control to Improve the Flexibility of Utilities Subject to Rate Freezes and Other Regulatory Restrictions

Deploying Power Flow Control to Improve the Flexibility of Utilities Subject to Rate Freezes and Other Regulatory Restrictions 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2013 Grid of the Future Symposium Deploying Power Flow Control to Improve the Flexibility of Utilities Subject to Rate

More information

Computer Aided Transient Stability Analysis

Computer Aided Transient Stability Analysis Journal of Computer Science 3 (3): 149-153, 2007 ISSN 1549-3636 2007 Science Publications Corresponding Author: Computer Aided Transient Stability Analysis Nihad M. Al-Rawi, Afaneen Anwar and Ahmed Muhsin

More information

Cost-Efficiency by Arash Method in DEA

Cost-Efficiency by Arash Method in DEA Applied Mathematical Sciences, Vol. 6, 2012, no. 104, 5179-5184 Cost-Efficiency by Arash Method in DEA Dariush Khezrimotlagh*, Zahra Mohsenpour and Shaharuddin Salleh Department of Mathematics, Faculty

More information

Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata

Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 1 Robotics Rule-based Integration of Multiple Neural Networks Evolved Based on Cellular Automata 2 Motivation Construction of mobile robot controller Evolving neural networks using genetic algorithm (Floreano,

More information

Acceleration Behavior of Drivers in a Platoon

Acceleration Behavior of Drivers in a Platoon University of Iowa Iowa Research Online Driving Assessment Conference 2001 Driving Assessment Conference Aug 1th, :00 AM Acceleration Behavior of Drivers in a Platoon Ghulam H. Bham University of Illinois

More information

Embedded Torque Estimator for Diesel Engine Control Application

Embedded Torque Estimator for Diesel Engine Control Application 2004-xx-xxxx Embedded Torque Estimator for Diesel Engine Control Application Peter J. Maloney The MathWorks, Inc. Copyright 2004 SAE International ABSTRACT To improve vehicle driveability in diesel powertrain

More information

CASE STUDY OF POWER QUALITY IMPROVEMENT IN DISTRIBUTION NETWORK USING RENEWABLE ENERGY SYSTEM

CASE STUDY OF POWER QUALITY IMPROVEMENT IN DISTRIBUTION NETWORK USING RENEWABLE ENERGY SYSTEM CASE STUDY OF POWER QUALITY IMPROVEMENT IN DISTRIBUTION NETWORK USING RENEWABLE ENERGY SYSTEM Jancy Rani.M 1, K.Elangovan 2, Sheela Rani.T 3 1 P.G Scholar, Department of EEE, J.J.College engineering Technology,

More information

Full Vehicle Simulation for Electrification and Automated Driving Applications

Full Vehicle Simulation for Electrification and Automated Driving Applications Full Vehicle Simulation for Electrification and Automated Driving Applications Vijayalayan R & Prasanna Deshpande Control Design Application Engineering 2015 The MathWorks, Inc. 1 Key Trends in Automotive

More information

Analysis of minimum train headway on a moving block system by genetic algorithm Hideo Nakamura. Nihon University, Narashinodai , Funabashi city,

Analysis of minimum train headway on a moving block system by genetic algorithm Hideo Nakamura. Nihon University, Narashinodai , Funabashi city, Analysis of minimum train headway on a moving block system by genetic algorithm Hideo Nakamura Nihon University, Narashinodai 7-24-1, Funabashi city, Email: nakamura@ecs.cst.nihon-u.ac.jp Abstract A minimum

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

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

OPTIMAL GAP DISTANCE BETWEEN ROTORS OF MINI QUADROTOR HELICOPTER

OPTIMAL GAP DISTANCE BETWEEN ROTORS OF MINI QUADROTOR HELICOPTER 8th International DAAAM Baltic Conference INDUSTRIAL ENGINEERING 19-21 April 2012, Tallinn, Estonia OPTIMAL GAP DISTANCE BETWEEN ROTORS OF MINI QUADROTOR HELICOPTER Aleksandrov, D.; Penkov, I. Abstract:

More information

Remarkable CO 2 Reduction of the Fixed Point Fishing Plug-in Hybrid Boat

Remarkable CO 2 Reduction of the Fixed Point Fishing Plug-in Hybrid Boat Journal of Asian Electric Vehicles, Volume 13, Number 1, June 215 Remarkable CO 2 Reduction of the Fixed Point Fishing Plug-in Hybrid Boat Shigeyuki Minami 1, Kazusumi Tsukuda 2, Kazuto Koizumi 3, and

More information

Coordinated Charging of Plug-in Hybrid Electric Vehicles to Minimize Distribution System Losses

Coordinated Charging of Plug-in Hybrid Electric Vehicles to Minimize Distribution System Losses Coordinated Charging of Plug-in Hybrid Electric Vehicles to Minimize Distribution System Losses Presented by: Amit Kumar Tamang, PhD Student Smart Grid Research Group-BBCR aktamang@uwaterloo.ca Supervisor

More information

Large Electric Motor Reliability: What Did the Studies Really Say? Howard W Penrose, Ph.D., CMRP President, MotorDoc LLC

Large Electric Motor Reliability: What Did the Studies Really Say? Howard W Penrose, Ph.D., CMRP President, MotorDoc LLC Large Electric Motor Reliability: What Did the Studies Really Say? Howard W Penrose, Ph.D., CMRP President, MotorDoc LLC One of the most frequently quoted studies related to electric motor reliability

More information

VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE

VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE P. Gopi Krishna 1 and T. Gowri Manohar 2 1 Department of Electrical and Electronics Engineering, Narayana

More information

UNCLASSIFIED FY 2017 OCO. FY 2017 Base

UNCLASSIFIED FY 2017 OCO. FY 2017 Base Exhibit R-2, RDT&E Budget Item Justification: PB 2017 Air Force Date: February 2016 3600: Research, Development, Test & Evaluation, Air Force / BA 2: Applied Research COST ($ in Millions) Prior Years FY

More information

Environmental Envelope Control

Environmental Envelope Control Environmental Envelope Control May 26 th, 2014 Stanford University Mechanical Engineering Dept. Dynamic Design Lab Stephen Erlien Avinash Balachandran J. Christian Gerdes Motivation New technologies are

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

Written Exam Public Transport + Answers

Written Exam Public Transport + Answers Faculty of Engineering Technology Written Exam Public Transport + Written Exam Public Transport (195421200-1A) Teacher van Zuilekom Course code 195421200 Date and time 7-11-2011, 8:45-12:15 Location OH116

More information

Optimization of Three-stage Electromagnetic Coil Launcher

Optimization of Three-stage Electromagnetic Coil Launcher Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Optimization of Three-stage Electromagnetic Coil Launcher 1 Yujiao Zhang, 1 Weinan Qin, 2 Junpeng Liao, 3 Jiangjun Ruan,

More information

DESIGN AND IMPLEMENTATION OF NAVIGATION CONTROL SYSTEM FOR UNMANNED GROUND VEHICLES

DESIGN AND IMPLEMENTATION OF NAVIGATION CONTROL SYSTEM FOR UNMANNED GROUND VEHICLES 26 Military Technical College Kobry El-Kobbah, Cairo, Egypt. 17 th International Conference on Applied Mechanics and Mechanical Engineering. DESIGN AND IMPLEMENTATION OF NAVIGATION CONTROL SYSTEM FOR UNMANNED

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

Content. Introduction. Technology. Type of unmanned vehicle. Past, Present, Future. Conclusion

Content. Introduction. Technology. Type of unmanned vehicle. Past, Present, Future. Conclusion Introduction Content Technology Type of unmanned vehicle Past, Present, Future Conclusion What is unmanned vehicles? l Without a person on board l Remote controlled l Remote guided vehicles Reduce casualty

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

Calibration. DOE & Statistical Modeling

Calibration. DOE & Statistical Modeling ETAS Webinar - ASCMO Calibration. DOE & Statistical Modeling Injection Consumption Ignition Torque AFR HC EGR P-rail NOx Inlet-cam Outlet-cam 1 1 Soot T-exhaust Roughness What is Design of Experiments?

More information

18th ICTCT Workshop, Helsinki, October Technical feasibility of safety related driving assistance systems

18th ICTCT Workshop, Helsinki, October Technical feasibility of safety related driving assistance systems 18th ICTCT Workshop, Helsinki, 27-28 October 2005 Technical feasibility of safety related driving assistance systems Meng Lu Radboud University Nijmegen, The Netherlands, m.lu@fm.ru.nl Kees Wevers NAVTEQ,

More information

Motion Planning Introduction to Optimization Techniques

Motion Planning Introduction to Optimization Techniques Motion Planning Introduction to Optimization Techniques Martin Rufli IBM Research GmbH Margarita Chli, Paul Furgale, Marco Hutter, Davide Scaramuzza, Roland Siegwart Margarita Chli, Paul Furgale, Marco

More information

Implementation of telecontrol of solar home system based on Arduino via smartphone

Implementation of telecontrol of solar home system based on Arduino via smartphone IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Implementation of telecontrol of solar home system based on Arduino via smartphone To cite this article: B Herdiana and I F Sanjaya

More information

Table of Contents. Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg.

Table of Contents. Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg. March 5, 2015 0 P a g e Table of Contents Abstract... Pg. (2) Project Description... Pg. (2) Design and Performance... Pg. (3) OOM Block Diagram Figure 1... Pg. (4) OOM Payload Concept Model Figure 2...

More information

THE USE OF DIGITAL HYDRAULIC TO THE POSITION CONTROL OF HYDRAULIC CYLINDER

THE USE OF DIGITAL HYDRAULIC TO THE POSITION CONTROL OF HYDRAULIC CYLINDER Journal of KONES Powertrain and Transport, Vol. 23, No. 3 2016 THE USE OF DIGITAL HYDRAULIC TO THE POSITION CONTROL OF HYDRAULIC CYLINDER Piotr Kucybała, Andrzej Sobczyk ISSN: 1231-4005 e-issn: 2354-0133

More information

Data envelopment analysis with missing values: an approach using neural network

Data envelopment analysis with missing values: an approach using neural network IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.2, February 2017 29 Data envelopment analysis with missing values: an approach using neural network B. Dalvand, F. Hosseinzadeh

More information

China Intelligent Connected Vehicle Technology Roadmap 1

China Intelligent Connected Vehicle Technology Roadmap 1 China Intelligent Connected Vehicle Technology Roadmap 1 Source: 1. China Automotive Engineering Institute, , Oct. 2016 1 Technology Roadmap 1 General

More information

Cybercars : Past, Present and Future of the Technology

Cybercars : Past, Present and Future of the Technology Cybercars : Past, Present and Future of the Technology Michel Parent*, Arnaud de La Fortelle INRIA Project IMARA Domaine de Voluceau, Rocquencourt BP 105, 78153 Le Chesnay Cedex, France Michel.parent@inria.fr

More information

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve

RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve RF Based Automatic Vehicle Speed Limiter by Controlling Throttle Valve Saivignesh H 1, Mohamed Shimil M 1, Nagaraj M 1, Dr.Sharmila B 2, Nagaraja pandian M 3 U.G. Student, Department of Electronics and

More information

SAE Baja - Drivetrain

SAE Baja - Drivetrain SAE Baja - Drivetrain By Ricardo Inzunza, Brandon Janca, Ryan Worden Team 11 Engineering Analysis Document Submitted towards partial fulfillment of the requirements for Mechanical Engineering Design I

More information

Assessment of ACC and CACC systems using SUMO

Assessment of ACC and CACC systems using SUMO SUMO User Conference 2018 Simulating Autonomous and Intermodal Transport Systems Assessment of ACC and CACC systems using SUMO Center for Research & Technology Hellas, Hellenic Institute of Transport Kallirroi

More information

Design and development of mobile service for ecodriving

Design and development of mobile service for ecodriving Design and development of mobile service for ecodriving Guillaume Saint Pierre Olivier Orfila Mickael Messias Séminaire SERRES Lyon, 22/03/2013 Co-financed by www.ecodriver-project.eu 2 Introduction Efficient

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

Control Design of an Automated Highway System (Roberto Horowitz and Pravin Varaiya) Presentation: Erik Wernholt

Control Design of an Automated Highway System (Roberto Horowitz and Pravin Varaiya) Presentation: Erik Wernholt Control Design of an Automated Highway System (Roberto Horowitz and Pravin Varaiya) Presentation: Erik Wernholt 2001-05-11 1 Contents Introduction What is an AHS? Why use an AHS? System architecture Layers

More information

neuron An efficient European cooperation scheme

neuron An efficient European cooperation scheme DIRECTION GÉNÉRALE INTERNATIONALE January, 2012 neuron An efficient European cooperation scheme I - INTRODUCTION 2 II - AIM OF THE neuron PROGRAMME 3 III - PROGRAMME ORGANISATION 4 IV - AN EFFICIENT EUROPEAN

More information

THE alarming rate, at which global energy reserves are

THE alarming rate, at which global energy reserves are Proceedings of the 12th International IEEE Conference on Intelligent Transportation Systems, St. Louis, MO, USA, October 3-7, 2009 One Million Plug-in Electric Vehicles on the Road by 2015 Ahmed Yousuf

More information

1) The locomotives are distributed, but the power is not distributed independently.

1) The locomotives are distributed, but the power is not distributed independently. Chapter 1 Introduction 1.1 Background The railway is believed to be the most economical among all transportation means, especially for the transportation of mineral resources. In South Africa, most mines

More information

Energy Harvesting and Mission Effectiveness for Small Unmanned Air Vehicles

Energy Harvesting and Mission Effectiveness for Small Unmanned Air Vehicles Brigham Young University BYU ScholarsArchive All Faculty Publications 2010-8 Energy Harvesting and Mission Effectiveness for Small Unmanned Air Vehicles Mark J. Cutler markjcutler@gmail.com Timothy W.

More information

IMA Preprint Series # 2035

IMA Preprint Series # 2035 PARTITIONS FOR SPECTRAL (FINITE) VOLUME RECONSTRUCTION IN THE TETRAHEDRON By Qian-Yong Chen IMA Preprint Series # 2035 ( April 2005 ) INSTITUTE FOR MATHEMATICS AND ITS APPLICATIONS UNIVERSITY OF MINNESOTA

More information

Adams-EDEM Co-simulation for Predicting Military Vehicle Mobility on Soft Soil

Adams-EDEM Co-simulation for Predicting Military Vehicle Mobility on Soft Soil Adams-EDEM Co-simulation for Predicting Military Vehicle Mobility on Soft Soil By Brian Edwards, Vehicle Dynamics Group, Pratt and Miller Engineering, USA 22 Engineering Reality Magazine Multibody Dynamics

More information

Intelligent Control Algorithm for Distributed Battery Energy Storage Systems

Intelligent Control Algorithm for Distributed Battery Energy Storage Systems International Journal of Engineering Works ISSN-p: 2521-2419 ISSN-e: 2409-2770 Vol. 5, Issue 12, PP. 252-259, December 2018 https:/// Intelligent Control Algorithm for Distributed Battery Energy Storage

More information

STABILIZATION OF ISLANDING PEA MICRO GRID BY PEVS CHARGING CONTROL

STABILIZATION OF ISLANDING PEA MICRO GRID BY PEVS CHARGING CONTROL STABILIZATION OF ISLANDING PEA MICRO GRID BY PEVS CHARGING CONTROL Montree SENGNONGBAN Komsan HONGESOMBUT Sanchai DECHANUPAPRITTHA Provincial Electricity Authority Kasetsart University Kasetsart University

More information

Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted.

Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted. Design and evaluate vehicle architectures to reach the best trade-off between performance, range and comfort. Unrestricted. Introduction Presenter Thomas Desbarats Business Development Simcenter System

More information

Unmanned Surface Vessels - Opportunities and Technology

Unmanned Surface Vessels - Opportunities and Technology Polarconference 2016 DTU 1-2 Nov 2016 Unmanned Surface Vessels - Opportunities and Technology Mogens Blanke DTU Professor of Automation and Control, DTU-Elektro Adjunct Professor at AMOS Center of Excellence,

More information

A Personalized Highway Driving Assistance System

A Personalized Highway Driving Assistance System A Personalized Highway Driving Assistance System Saina Ramyar 1 Dr. Abdollah Homaifar 1 1 ACIT Institute North Carolina A&T State University March, 2017 aina Ramyar, Dr. Abdollah Homaifar (NCAT) A Personalized

More information

Jay Gundlach AIAA EDUCATION SERIES. Manassas, Virginia. Joseph A. Schetz, Editor-in-Chief. Blacksburg, Virginia. Aurora Flight Sciences

Jay Gundlach AIAA EDUCATION SERIES. Manassas, Virginia. Joseph A. Schetz, Editor-in-Chief. Blacksburg, Virginia. Aurora Flight Sciences Jay Gundlach Aurora Flight Sciences Manassas, Virginia AIAA EDUCATION SERIES Joseph A. Schetz, Editor-in-Chief Virginia Polytechnic Institute and State University Blacksburg, Virginia Published by the

More information

Field Verification and Data Analysis of High PV Penetration Impacts on Distribution Systems

Field Verification and Data Analysis of High PV Penetration Impacts on Distribution Systems Field Verification and Data Analysis of High PV Penetration Impacts on Distribution Systems Farid Katiraei *, Barry Mather **, Ahmadreza Momeni *, Li Yu *, and Gerardo Sanchez * * Quanta Technology, Raleigh,

More information

DATA QUALITY ASSURANCE AND PERFORMANCE MEASUREMENT OF DATA MINING FOR PREVENTIVE MAINTENANCE OF POWER GRID

DATA QUALITY ASSURANCE AND PERFORMANCE MEASUREMENT OF DATA MINING FOR PREVENTIVE MAINTENANCE OF POWER GRID 1 DATA QUALITY ASSURANCE AND PERFORMANCE MEASUREMENT OF DATA MINING FOR PREVENTIVE MAINTENANCE OF POWER GRID Leon Wu 1,2, Gail Kaiser 1, Cynthia Rudin 3, Roger Anderson 2 1. Department of Computer Science,

More information

SET-PLAN IMPLEMENTATION

SET-PLAN IMPLEMENTATION SET-PLAN IMPLEMENTATION The Steering Group of the SET-Plan in its last meeting on October 28 th, 2010 agreed to speed-up the execution of activities of the Implementation Plans (IPs) of the European Industrial

More information

Traffic Operations with Connected and Automated Vehicles

Traffic Operations with Connected and Automated Vehicles Traffic Operations with Connected and Automated Vehicles Xianfeng (Terry) Yang Assistant Professor Department of Civil, Construction, and Environmental Engineering San Diego State University (619) 594-1934;

More information

Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads

Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads Muhammad Iftishah Ramdan 1,* 1 School of Mechanical Engineering, Universiti Sains

More information

Analysis of Fuel Economy and Battery Life depending on the Types of HEV using Dynamic Programming

Analysis of Fuel Economy and Battery Life depending on the Types of HEV using Dynamic Programming World Electric Vehicle Journal Vol. 6 - ISSN 2032-6653 - 2013 WEVA Page Page 0320 EVS27 Barcelona, Spain, November 17-20, 2013 Analysis of Fuel Economy and Battery Life depending on the Types of HEV using

More information

Tank-Automotive Research, Development, and Engineering Center

Tank-Automotive Research, Development, and Engineering Center Tank-Automotive Research, Development, and Engineering Center Technologies for the Objective Force Mr. Dennis Wend Executive Director for the National Automotive Center Tank-automotive & Armaments COMmand

More information

Utilizing the infrastructure to assist autonomous vehicles in a mobility on demand context

Utilizing the infrastructure to assist autonomous vehicles in a mobility on demand context Utilizing the infrastructure to assist autonomous vehicles in a mobility on demand context The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story

More information

EMC System Engineering of the Hybrid Vehicle Electric Motor and Battery Pack

EMC System Engineering of the Hybrid Vehicle Electric Motor and Battery Pack The Southeastern Michigan IEEE EMC Society EMC System Engineering of the Hybrid Vehicle Electric Motor and Battery Pack Presented by: James Muccioli Authors: James Muccioli & Dale Sanders Jastech EMC Consulting,

More information

Power Management with Solar PV in Grid-connected and Stand-alone Modes

Power Management with Solar PV in Grid-connected and Stand-alone Modes Power Management with Solar PV in Grid-connected and Stand-alone Modes Sushilkumar Fefar, Ravi Prajapati, and Amit K. Singh Department of Electrical Engineering Institute of Infrastructure Technology Research

More information

Mutual trading strategy between customers and power generations based on load consuming patterns. Junyong Liu, Youbo Liu Sichuan University

Mutual trading strategy between customers and power generations based on load consuming patterns. Junyong Liu, Youbo Liu Sichuan University Mutual trading strategy between customers and power generations based on load consuming patterns Junyong Liu, Youbo Liu Sichuan University 2 Outline Ⅰ Ⅱ Research Background Reviews on the development of

More information

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users 9th Workshop on PPNIV Keynote Cooperative Autonomous Driving and Interaction with Vulnerable Road Users Miguel Ángel Sotelo miguel.sotelo@uah.es Full Professor University of Alcalá (UAH) SPAIN 9 th Workshop

More information

Automobile Body, Chassis, Occupant and Pedestrian Safety, and Structures Track

Automobile Body, Chassis, Occupant and Pedestrian Safety, and Structures Track Automobile Body, Chassis, Occupant and Pedestrian Safety, and Structures Track These sessions are related to Body Engineering, Fire Safety, Human Factors, Noise and Vibration, Occupant Protection, Steering

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

SOME ISSUES OF THE CRITICAL RATIO DISPATCH RULE IN SEMICONDUCTOR MANUFACTURING. Oliver Rose

SOME ISSUES OF THE CRITICAL RATIO DISPATCH RULE IN SEMICONDUCTOR MANUFACTURING. Oliver Rose Proceedings of the 22 Winter Simulation Conference E. Yücesan, C.-H. Chen, J. L. Snowdon, and J. M. Charnes, eds. SOME ISSUES OF THE CRITICAL RATIO DISPATCH RULE IN SEMICONDUCTOR MANUFACTURING Oliver Rose

More information

Autonomous inverted helicopter flight via reinforcement learning

Autonomous inverted helicopter flight via reinforcement learning 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 Outline! Helicopter

More information

An Introduction to Automated Vehicles

An Introduction to Automated Vehicles An Introduction to Automated Vehicles Grant Zammit Operations Team Manager Office of Technical Services - Resource Center Federal Highway Administration at the Purdue Road School - Purdue University West

More information