Enhancement of Automobile Safety using Machine Learning

Size: px
Start display at page:

Download "Enhancement of Automobile Safety using Machine Learning"

Transcription

1 Enhancement of Automobile Safety using Machine Learning Prof. Govindaraj M 1, Nischal S 2 1,2 Department of MCA, New Horizon College of Engineering Abstract The Goal of Machine Learning is to improve the performance of a System based on previous experience, given that the electronic safety systems that make Automobiles safer and more reliable, the performance of these systems remains constant irrespective of the various external conditions that impact them. The performance of these systems can be optimized to better suit the external conditions by constantly analyzing the data collected by the external factors that act on these systems. There are numerous electronic safety systems that rely on Electronic Control Unit for the input and output of the system, the Electronic Control Unit can be programmed to constantly store the input data and analyze the same using machine learning techniques such as Artificial Neural Networks, KNN algorithm etc. to produce an output that is more optimal to the given situation. In this paper we implement machine learning techniques to few of the Electronic Safety Systems and discuss how these changes will affect the performance of these systems and what advantages are gained over the traditional system. Keywords Antilocking Braking System, Electronic Brake distribution, Machine Learning, Automated Testing, Artificial Neural Network, Electronic Control Unit, Training Data, Corner Case. I. INTRODUCTION Significant development in Machine Learning (ML) techniques like Artificial Neural Networks (ANNs) over the last decade has enabled the development of safety-critical ML systems like autonomous cars that adapt their behavior based on their environment as measured by different sensors (e.g., camera, Infrared obstacle detector, etc.). Several major car manufacturers including GM, Ford, Tesla, and BMW are building and actively testing Machine Learning applications. Recent results show that Machine Learning has become very efficient in practice and already driven millions of miles on Autonomous cars without any human intervention. Twenty US states including California, Texas, and New York have recently passed legislation to enable testing and deployment of autonomous vehicles. However the pace at which the development of these products are going on is very slow and seems unlikely to be available for consumer use until the second half of the 21st century, even when these driverless cars arrive on the roads it will take many more decades for them to completely replace human drivers, in the meantime the same technologies that give a hope that driverless cars are possible can be applied to existing diver aid electronics to slowly began the transition of making the cars think, process, and react. These applications ones proven to be useful, can contribute hugely to the development of autonomous vehicles in the long run. At a conceptual level, the erroneous corner-case behaviors in ML based software are analogous to logic bugs in traditional software. Similar to the bug detection and patching cycle in traditional software development, the erroneous behaviors of ANNs and other MI techniques, once detected, can be fixed by adding the error-inducing inputs to the training data set and also by possibly changing the model structure/parameters [1][2], unlike traditional software where the program logic is manually written by the software developers, Machine Learning software automatically learns its logic from a large amount of data with minimal human guidance. Moreover, the logic of a traditional program is expressed in terms of control flow statements while Machine Learning uses previous experience in similar input cases to predict the output. These differences make machine learning based applications DOI: /IJRTER GENTZ 454

2 prone to lot of errors until it has access to sufficient information to process and predict the correct output. Large software companies like Google that have already deployed machine learning techniques in several production-scale systems including speech recognition, image search, etc. have noted that these applications improve their efficiency over time as users get used to the behavior of the machine and the outputs gets more saturated. Challenges that we may face during the implementation of machine learning into automobile safety. 1. Dealing with Corner Case Behaviors 2. Behavior of the system when the training data is very small. 3. Intrusiveness of the system may affect driving style of an individual in the initial stages. II. RELATED WORKS As stated in the introduction many major Automobile manufacturers are in the race to develop driverless vehicles for the future and these projects greatly rely on machine learning algorithms. Machine learning is specifically applied in safety systems of these vehicles because it is difficult to produce traditional flow based software as these system act on varying real-world conditions. These systems gather data from the various sensors that supply information to the Electronic Control Unit (ECU) that processes the data in real time speeds and predict the necessary output to handle the situation. Machine Learning System use existing large amount of data called as training data, to study the required output under various circumstances and create a virtual map of the input output pairs to predict the output when the algorithm is under use. This virtual map gets more and more accurate as the amount of training data increases. As Stated above there are many challenges that we may face when using these approach and experts have relied on traditional software to monitor the corner case behaviors, and let the machine learning come into play only when the amount of training data available is sufficient to predict a reasonable output. In the initial stages the System is completely handled by Traditional software and control is passed to machine learning only when the amount of training data is sufficient for the algorithms to study. III. SYSTEM ANALYSIS 3.1. Problem Statement: To come up with Automobile Safety Systems that are based on traditional Software Systems and to replace the software with Machine Learning based algorithms that improve efficiency and behavior of these system based on the Driver s style and other external factors which act on these systems Goal and motivation: To Create 3 critical Safety Systems using Machine Learning algorithms such that they improve their output over time based on the Driving style of the user and varying vehicle conditions and external factors. 1. ABS (Antilocking Braking System) 2. EBD (Electronic Brake Distribution) 3. Driver Fatigue Detection. IV. HARDWARE SPECIFICATION 4.1. Antilocking Braking System Uses Wheel Speed sensors on the wheels. The Brake Master Cylinder is connected to the Brake Force Modulator which receives commands from the ECU to decrease the brake force in case the sensors detect that one of the wheels have All Rights Reserved 455

3 4.2. Electronic Brake distributor uses traction sensors on the wheels to calculate which wheel has maximum traction to the road surface and transfers maximum brake force to that wheel, it also uses the Brake force modulator to achieve this [3] Fatigue Detection system are of many types, however the most efficient ones uses infrared cameras to monitor the driver s eyes and calculates the time intervals between blinks to predict All Rights Reserved 456

4 In addition to the above hardware, to achieve our goal of improving the efficiency of these systems over time we need additional hardware to monitor other aspects that are not considered by traditional Systems. We need Tire pressure monitors, Tire Wear indicators, Tire and Road Temperature Sensors. To process the data collected by this hardware the machine learning algorithms need as much data as they can access and we need high speed storage system that is least prone to failure to hold the training data and provide it when the algorithm needs to access this data [5]. V. SOFTWARE SPECIFICATION To achieve our goal of enhancing the safety system of automobiles, we need efficient software to make best use of the available hardware. But as stated earlier there are many challenges that we face by directly applying machine learning to these Safety systems, and hence we need traditional flow based software to monitor the corner case behaviors and for handling outliers in the training data, and also to take control of the system when the training data is not sufficient to predict efficient results. We need the software to gather information from all the sensors and store the data in a particular format to make it available as the training data for the various machine learning algorithms implemented. The machine learning algorithms that we use must be very robust and less prone to corner case behaviors even though we have traditional software to back handle these situations. The algorithms must periodically change the mapping of the output prediction by analyzing the training data and produce sufficient feedback to the driver. We can also use cloud services to gather the feedback provided by these algorithms and use the data to improve the overall hardware and software design which will play a major role in achieving the ultimate goal of robust driverless vehicles [4]. VI. PROPOSED WORK 6.1. Antilocking Braking System The Antilocking Braking System was a major breakthrough in the automobile safety, and many countries have made it mandatory for certain class of vehicles. However, it did come with many drawbacks as well, the system is highly intrusive for certain driving styles, and it does not consider the external factors that may lead to proper functioning of this system. The system solely depends on wheel speed sensors to and predicts if a wheel is locked if it is rotating at a different speed relative to the other wheels. When the system intrudes the normal functioning of the brakes it makes sure that the wheels do not lock up and the vehicle does not spin out of control. But this intrusiveness would increase the braking distance that may cause fatal collisions when the driver does panic braking [6]. To reduce the intrusiveness of the system in such cases the Machine learning algorithm uses additional data such as reaction time, Brake pressure applied by the driver, Line of travel of the vehicle body and the G forces acting on it. By Storing these information as the training data, the system can improve the effectiveness over time based on the drivers style of using the brakes, such that the ABS intrudes only when the driver All Rights Reserved 457

5 6.2. Electronic Brake Distribution There is a misconception among some drivers that EBD and ABS are one and the same, but there is significant difference on how these system works and what it does. ABS make sure that the wheels of the vehicle do not lock, whereas the EBD system makes sure the vehicle stays in a straight line and does not roll out of the path the driver does not intend it to. Regardless of the people s understanding, ABS and EBD works best when both the systems are present on a vehicle. The Electronic Brake distributor monitors the traction of each wheel and makes sure the brake force is distributed based on the amount of traction available at that wheel. EBD is necessary because at any given moment all the wheels of a vehicle may not be rolling on the same kind of surface, and all the wheels may not have the same amount of wear and hence traction at these wheels vary a lot and sending the same amount of brake force to all the wheels would make the vehicle pull towards the wheel which has maximum traction and it rolls out of line the driver intends it to be. The traditional EBD system works purely based on the calculated traction available at each wheel, but there are factors that may help this system to behave more in a way the driver intends to. The System must also take into account the total weight of the vehicle and also consider at which part of the vehicle the weight is located. For example, if the driver has stored heavy objects in boot of the vehicle. The rear wheel will initially have higher traction but when brakes are applied the weight is shifted to the front wheel and the traction at the rear wheels will reduce. This case may also involve differently weighted passengers seated at different parts of the vehicle in a small car. Considering these factors, the system can learn what kind of distribution would be more efficient under the current situation Driver Fatigue Detection The fatigue Detection system uses infrared cameras to monitor the driver s eyes and calculates the time between blinks to predict if the driver could fall asleep. When fatigue is detected, the system raises an alarm and asks the driver to take a break before continuing driving. And also in some cases the system restricts the vehicle speed till the driver takes the breaks for a set period of time. Using the data collected, the machine learning algorithm can analyze at what time interval usually the driver experiences fatigue and raise an alarm before the fatigue hits the driver, such that the slim chances of driver not noticing the warning is eliminated [7]. VI. DRAWBACKS As discussed various times before in this paper, Machine Learning algorithms still need backing of traditional software for this particular application, Machine learning can only be used to enhance the behavior of the existing Safety system that uses traditional software by considering various additional factors, but machine learning cannot take over the place of Traditional software altogether. The Training data collected by the system may include data that represents an individual s driving style, but the system must also be able to detect if the vehicle is being driven by a different driver that usual. This can be achieved by proving guest mode on the vehicle, where the users manually tell the vehicle that it s been driven by a different driver, but that would again put extra effort on the user. As the amount of Training data increases in volume the speed of access of the data and mapping of input-output pairs will become slow, and hence the system must also ensure older data that is not very useful must be All Rights Reserved 458

6 There is no automated testing methods to test Machine Learning algorithms and hence we need to use manual testing methods to achieve perfection and that would consume a lot of time and would eventually lead to high price of the systems. VIII. CONCLUSION Recent advancement in technology and proven efficiency of Machine learning algorithms to adapt itself and improvise the outputs have made it necessary for replacement of traditional software by Machine learning algorithms wherever possible. Although not totally perfect, these systems would take automobile safety one step further by making it adaptive and improvising based on the user s behavior, the vehicles condition and other external factors. From the data collected by these systems overall advancement of automobile safety would drastically improve and could be used on driverless cars which are believed to be the future of transportation. REFERENCES I. Yuchi tian, Deep Test: Automated testing of DeepNeural-Networks driven automated cars, arxiv: v2 [cs.se] 20 Mar 20. II. Suman Jana, Deep Test: Automated testing of DeepNeural-Networks driven automated cars, arxiv: v2 [cs.se] 20 Mar 20. III. Dr.Porag Kalita, Study on Vehicle Computersied Wheel alignment Volume 3, issue 2, February2016 IV. Ahmed ElShafee, Mahmoud EIMenshawi, and Mena Saeed, Integrating Social Network Services with Vehicle Tracking Technologies, International, Journal of Advanced Computer Science and Applications, Vol. 4, No. 6, 2013 V. Amita Mundhe, Jayashree Otari, Automatic Number Plate Recognition Using Smart Phones,International journal of Engineering Research & Technology, Vol. 2 Issues 4, April VI. Ayman A. Aly1, 2, El-Shafei Zeidan1, 3, Ahmed Hamed1, 3, Farhan Salem1 1 Department of Mechanical Engineering, Faculty of Engineering, Taif University, AlHaweiah, Saudi Arabia 2 Department of Mechanical Engineering, Faculty of Engineering, Assiut University, Assiut, Egypt 3 Department of Mechanical Power Engineering, Faculty of Engineering, Mansoura University, Mansoura, Egypt ayman_aly@yahoo.com Received April 23, 2011; revised May 18, 2011; accepted May 25, VII. Zutao Zhang,Sichuan, Driver Fatigue Detection Based Intelligent Vehicle Control,Key Lab of Signal and Information Processing Southwest Jiaotong University Chengdu, , All Rights Reserved 459

Deep Learning Will Make Truly Self-Driving Cars a Reality

Deep Learning Will Make Truly Self-Driving Cars a Reality Deep Learning Will Make Truly Self-Driving Cars a Reality Tomorrow s truly driverless cars will be the safest vehicles on the road. While many vehicles today use driver assist systems to automate some

More information

AUTONOMOUS CARS: TECHNIQUES AND CHALLENGES

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

More information

Automotive Electronics/Connectivity/IoT/Smart City Track

Automotive Electronics/Connectivity/IoT/Smart City Track Automotive Electronics/Connectivity/IoT/Smart City Track The Automobile Electronics Sessions explore and investigate the ever-growing world of automobile electronics that affect virtually every aspect

More information

Intelligent Vehicle Systems

Intelligent Vehicle Systems Intelligent Vehicle Systems Southwest Research Institute Public Agency Roles for a Successful Autonomous Vehicle Deployment Amit Misra Manager R&D Transportation Management Systems 1 Motivation for This

More information

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS Purnendu Sinha, Ph.D. Global General Motors R&D India Science Lab, GM Tech Center (India) Bangalore OUTLINE OF THE TALK Introduction Landscape of

More information

World premiere at Hannover Messe: ZF s highly automated forklift can see, think and act

World premiere at Hannover Messe: ZF s highly automated forklift can see, think and act Page 1/5, April 23, 2018 World premiere at Hannover Messe: ZF s highly automated forklift can see, think and act High-speed innovations: Technology company transfers expertise from other divisions to the

More information

Flexible Waveform Generation Accomplishes Safe Braking

Flexible Waveform Generation Accomplishes Safe Braking Flexible Waveform Generation Accomplishes Safe Braking Just as the antilock braking sytem (ABS) has become a critical safety feature in automotive vehicles, it perhaps is even more important in railway

More information

HOW DATA CAN INFORM DESIGN

HOW DATA CAN INFORM DESIGN HOW DATA CAN INFORM DESIGN Automakers are missing a chance to cut costs on product development by reducing reliance on trial-and-error WHEN AUTOMAKERS THINK about customer data, they usually focus on how

More information

The Imperative to Deploy. Automated Driving. CC MA-Info, 15th December 2016 Dr. Hans-Peter Hübner Kay (CC/EB4) Stepper

The Imperative to Deploy. Automated Driving. CC MA-Info, 15th December 2016 Dr. Hans-Peter Hübner Kay (CC/EB4) Stepper The Imperative to Deploy 1 Automated Driving CC MA-Info, 15th December 2016 Dr. Hans-Peter Hübner Kay (CC/EB4) Stepper 2 Paths to the Car of the Future costs roaming e-bike driving enjoyment hybrid electric

More information

Problem Definition Review

Problem Definition Review Problem Definition Review P16241 AUTONOMOUS PEOPLE MOVER PHASE III Team Agenda Background Problem Statement Stakeholders Use Scenario Customer Requirements Engineering Requirements Preliminary Schedule

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

A Presentation on. Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing

A Presentation on. Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing A Presentation on Human Computer Interaction (HMI) in autonomous vehicles for alerting driver during overtaking and lane changing Presented By: Abhishek Shriram Umachigi Department of Electrical Engineering

More information

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

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

More information

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL EPSRC-JLR Workshop 9th December 2014 Increasing levels of autonomy of the driving task changing the demands of the environment Increased motivation from non-driving related activities Enhanced interface

More information

CSE 352: Self-Driving Cars. Team 14: Abderrahman Dandoune Billy Kiong Paul Chan Xiqian Chen Samuel Clark

CSE 352: Self-Driving Cars. Team 14: Abderrahman Dandoune Billy Kiong Paul Chan Xiqian Chen Samuel Clark CSE 352: Self-Driving Cars Team 14: Abderrahman Dandoune Billy Kiong Paul Chan Xiqian Chen Samuel Clark Self-Driving car History Self-driven cars experiments started at the early 20th century around 1920.

More information

Smart Railway Gate System using IOT

Smart Railway Gate System using IOT Smart Railway Gate System using IOT Vishwanatha C R 1, Vidya Shree P V 2, Sujith Kumar S 3 1,2,3 Department of MCA, New Horizon College of Engineering, Abstract The automation of Railway gates at intersections

More information

CSE 352: Self-Driving Cars. Team 2: Randall Huang Youri Paul Raman Sinha Joseph Cullen

CSE 352: Self-Driving Cars. Team 2: Randall Huang Youri Paul Raman Sinha Joseph Cullen CSE 352: Self-Driving Cars Team 2: Randall Huang Youri Paul Raman Sinha Joseph Cullen What are Self-Driving Cars A self-driving car, also called autonomous car and driverless car, is a vehicle that is

More information

Shuttling of Metro Train between Stations

Shuttling of Metro Train between Stations Shuttling of Metro Train between Stations Sachi.P 1, Bharathi.V 2, Naveen Kumar.D 3,Tejaswini.M 4 1 Assistant Professor, 2, 3, 4 Students of Department of Electronics & Communication, New Horizon College

More information

SAFE DRIVING USING MOBILE PHONES

SAFE DRIVING USING MOBILE PHONES SAFE DRIVING USING MOBILE PHONES PROJECT REFERENCE NO. : 37S0527 COLLEGE : SKSVMA COLLEGE OF ENGINEERING AND TECHNOLOGY, GADAG BRANCH : COMPUTER SCIENCE AND ENGINEERING GUIDE : NAGARAJ TELKAR STUDENTS

More information

Supervised Learning to Predict Human Driver Merging Behavior

Supervised Learning to Predict Human Driver Merging Behavior Supervised Learning to Predict Human Driver Merging Behavior Derek Phillips, Alexander Lin {djp42, alin719}@stanford.edu June 7, 2016 Abstract This paper uses the supervised learning techniques of linear

More information

Activity-Travel Behavior Impacts of Driverless Cars

Activity-Travel Behavior Impacts of Driverless Cars January 12-16, 2014; Washington, D.C. 93 rd Annual Meeting of the Transportation Research Board Activity-Travel Behavior Impacts of Driverless Cars Ram M. Pendyala 1 and Chandra R. Bhat 2 1 School of Sustainable

More information

An Autonomous Braking System of Cars Using Artificial Neural Network

An Autonomous Braking System of Cars Using Artificial Neural Network I J C T A, 9(9), 2016, pp. 3665-3670 International Science Press An Autonomous Braking System of Cars Using Artificial Neural Network P. Pavul Arockiyaraj and P.K. Mani ABSTRACT The main aim is to develop

More information

PLC Based Closed Loop Speed Control Of DC Shunt Motor

PLC Based Closed Loop Speed Control Of DC Shunt Motor ISSN: 2454-2377, PLC Based Closed Loop Speed Control Of DC Shunt Motor Mahesh Kumar K M 1 & Dr. P S Puttaswamy 2 1 Assistant Professor, Dept. of Electrical & Electronics Engineering PES College of Engineering,

More information

Background. If It Ain t Broke CASE STUDY

Background. If It Ain t Broke CASE STUDY Pratt & Whitney unlocks new capabilities and value by streamlining their infrastructure with an upgrade and consolidation from MCA v7 and SPM v9 to SPM v11 solution Pratt & Whitney When Pratt & Whitney

More information

2 UG Students

2 UG Students ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Design and Analysis of Bearing assembly in Knuckle steering using sensor S.Eswaran

More information

A SURVEY PAPER ON DRIVERLESS METRO TRAIN

A SURVEY PAPER ON DRIVERLESS METRO TRAIN A SURVEY PAPER ON DRIVERLESS METRO TRAIN 1 Chavan Rohit Dnyaneshwar, 2 Dabhade Swapnil Dilip, 3 Kesbhat Amol Surendra, 4 Nage Mohan Ramadas, 5 Mrs.Gauri. K. Jagtap 1 Chavan Rohit Dnyaneshwar, 2 Dabhade

More information

M.A.R.S - Mechanized Air Refilling System

M.A.R.S - Mechanized Air Refilling System M.A.R.S - Mechanized Air Refilling System P.Omprakash 1, T.Senthil Kumar 2 1 Assistant Professor 1,2 Velammal College of Engineering and Technology, Madurai Abstract: Every section of an automobile is

More information

4.4. Forces Applied to Automotive Technology. The Physics of Car Tires

4.4. Forces Applied to Automotive Technology. The Physics of Car Tires Forces Applied to Automotive Technology Throughout this unit we have addressed automotive safety features such as seat belts and headrests. In this section, you will learn how forces apply to other safety

More information

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M.

Final Report. James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory. Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Final Report James Buttice B.L.a.R.R. EEL 5666L Intelligent Machine Design Laboratory Instructors: Dr. A Antonio Arroyo and Dr. Eric M. Schwartz Teaching Assistants: Mike Pridgen and Thomas Vermeer Table

More information

WHITE PAPER. Preventing Collisions and Reducing Fleet Costs While Using the Zendrive Dashboard

WHITE PAPER. Preventing Collisions and Reducing Fleet Costs While Using the Zendrive Dashboard WHITE PAPER Preventing Collisions and Reducing Fleet Costs While Using the Zendrive Dashboard August 2017 Introduction The term accident, even in a collision sense, often has the connotation of being an

More information

Active Safety Systems in Cars -Many semi-automated safety features are available today in new cars. -Building blocks for automated cars in the future.

Active Safety Systems in Cars -Many semi-automated safety features are available today in new cars. -Building blocks for automated cars in the future. Active Safety Systems in Cars -Many semi-automated safety features are available today in new cars. -Building blocks for automated cars in the future. Eugene A. Petersen Tire Program Manager-CR For over

More information

WHITE PAPER Autonomous Driving A Bird s Eye View

WHITE PAPER   Autonomous Driving A Bird s Eye View WHITE PAPER www.visteon.com Autonomous Driving A Bird s Eye View Autonomous Driving A Bird s Eye View How it all started? Over decades, assisted and autonomous driving has been envisioned as the future

More information

The Advancement of Automotive Connectivity: How the Expansion in Bandwidth Paves the Way for Autonomous Driving

The Advancement of Automotive Connectivity: How the Expansion in Bandwidth Paves the Way for Autonomous Driving The Advancement of Automotive Connectivity: How the Expansion in Bandwidth Paves the Way for Autonomous Driving Thomas Scannell Automotive Business Development Lead Amphenol Connectors have played a role

More information

(FPGA) based design for minimizing petrol spill from the pipe lines during sabotage

(FPGA) based design for minimizing petrol spill from the pipe lines during sabotage IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 01 (January. 2015), V3 PP 26-30 www.iosrjen.org (FPGA) based design for minimizing petrol spill from the pipe

More information

Automotive Research and Consultancy WHITE PAPER

Automotive Research and Consultancy WHITE PAPER Automotive Research and Consultancy WHITE PAPER e-mobility Revolution With ARC CVTh Automotive Research and Consultancy Page 2 of 16 TABLE OF CONTENTS Introduction 5 Hybrid Vehicle Market Overview 6 Brief

More information

Syllabus: Automated, Connected, and Intelligent Vehicles

Syllabus: Automated, Connected, and Intelligent Vehicles Page 1 of 8 Syllabus: Automated, Connected, and Intelligent Vehicles Part 1: Course Information Description: Automated, Connected, and Intelligent Vehicles is an advanced automotive technology course that

More information

EcoCar3-ADAS. Project Plan. Summary. Why is This Project Important?

EcoCar3-ADAS. Project Plan. Summary. Why is This Project Important? EcoCar3-ADAS Project Plan Summary Scott Smith This project is the Advanced Driver Assistance System (ADAS) of the 2015-2016 Senior Design for the EcoCar3. This will be an embedded system for the EcoCar3

More information

Small Scale-Wind Power Dispatchable Energy Source Modeling

Small Scale-Wind Power Dispatchable Energy Source Modeling Small Scale-Wind Power Dispatchable Energy Source Modeling Jordan Cannon, David Moore, Stephen Eason, Adel El Shahat Department of Electrical Engineering, Georgia Southern University, USA Abstract Due

More information

Detection of rash driving on highways

Detection of rash driving on highways Detection of rash driving on highways 1 Ladly Patel, 2 Kumar Abhishek Gaurav, 3 Dr. Revathi V 1,2 Mtech. CSE (Big Data & IoT), 3 Associate Professor Dayananda Sagar University, Bengaluru, India Abstract-

More information

University of Michigan s Work Toward Autonomous Cars

University of Michigan s Work Toward Autonomous Cars University of Michigan s Work Toward Autonomous Cars RYAN EUSTICE NAVAL ARCHITECTURE & MARINE ENGINEERING MECHANICAL ENGINEERING, AND COMPUTER SCIENCE AND ENGINEERING Roadmap Why automated driving? Next

More information

Vehicle Cluster Testing and Data Logging using Ni Compact-RIO

Vehicle Cluster Testing and Data Logging using Ni Compact-RIO Vehicle Cluster Testing and Data Logging using Ni Compact-RIO K. Sivakumar 1, N. Yogambal Jayalakshmi 2, S. Ramesh Selvakumar 3 1 PG scholar, Department of Control and Instrumentation Engineering (PG),

More information

ABB Innovation & Technology Day

ABB Innovation & Technology Day AUBURN HILLS, SEPTEMBER 6, 2017 From automated to autonomous ABB Innovation & Technology Day Bazmi Husain, CTO Important Notices Presentations given during the ABB Innovation & Technology Day 2017 includes

More information

THE WAY TO HIGHLY AUTOMATED DRIVING.

THE WAY TO HIGHLY AUTOMATED DRIVING. December 15th, 2014. THE WAY TO HIGHLY AUTOMATED DRIVING. DR. WERNER HUBER, HEAD OF DRIVER ASSISTANCE AND PERCEPTION AT BMW GROUP RESEARCH AND TECHNOLOGY. AUTOMATION IS AN ESSENTIAL FEATURE OF THE INTELLIGENT

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

52 BACKYARDFLYER.COM FLY

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

More information

Robust Fault Diagnosis in Electric Drives Using Machine Learning

Robust Fault Diagnosis in Electric Drives Using Machine Learning Robust Fault Diagnosis in Electric Drives Using Machine Learning ZhiHang Chen, Yi Lu Murphey, Senior Member, IEEE, Baifang Zhang, Hongbin Jia University of Michigan-Dearborn Dearborn, Michigan 48128, USA

More information

Citi's 2016 Car of the Future Symposium

Citi's 2016 Car of the Future Symposium Citi's 2016 Car of the Future Symposium May 19 th, 2016 Frank Melzer President Electronics Saving More Lives Our Guiding Principles ALV-AuthorInitials/MmmYYYY/Filename - 2 Real Life Safety The Road to

More information

Fig no. 1- Assembly of smart braking system.

Fig no. 1- Assembly of smart braking system. Smart Braking System Shubham Muley 1, Rutuja Nirmal 2, Shubham Mali 3, Maruti Khot 4 1234 Department of Mechanical Engineering, Savitribai Phule Pune University Abstract Now a days, using two wheelers

More information

Autonomously Controlled Front Loader Senior Project Proposal

Autonomously Controlled Front Loader Senior Project Proposal Autonomously Controlled Front Loader Senior Project Proposal by Steven Koopman and Jerred Peterson Submitted to: Dr. Schertz, Dr. Anakwa EE 451 Senior Capstone Project December 13, 2007 Project Summary:

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

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF CHRIS THIBODEAU SENIOR VICE PRESIDENT AUTONOMOUS DRIVING Ushr Company History Industry leading & 1 st HD map of N.A. Highways

More information

Le développement technique des véhicules autonomes

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

More information

Student, Mechanical Engineering PVPIT, Bavdhan, Pune, Savitribai Phule Pune University

Student, Mechanical Engineering PVPIT, Bavdhan, Pune, Savitribai Phule Pune University Automatic Engagement and Disengagement of Handbrake System Using Pneumatic system Prof. D. L. Shinde 1, Mr. Talandage Nikhil M 2, Mr. Attarde Varad R 3, Mr. Mashalkar Akash S 4, Mr. Mahajan Rohit B 5 1

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

Automatic Car Driving System Using Fuzzy Logic

Automatic Car Driving System Using Fuzzy Logic Automatic Car Driving System Using Fuzzy Logic Vipul Shinde, Rohan Thorat, Trupti Agarkar B.E Electronics, RamraoAdik Institute of Technology, Nerul, Navi Mumbai. ABSTRACT: In Boolean logic the truth-value

More information

World Academy of Science, Engineering and Technology International Journal of Mechanical and Mechatronics Engineering Vol:11, No:3, 2017

World Academy of Science, Engineering and Technology International Journal of Mechanical and Mechatronics Engineering Vol:11, No:3, 2017 Multipurpose Agricultural Robot Platform: Conceptual Design of Control System Software for Autonomous Driving and Agricultural Operations Using Programmable Logic Controller P. Abhishesh, B. S. Ryuh, Y.

More information

Using ABAQUS in tire development process

Using ABAQUS in tire development process Using ABAQUS in tire development process Jani K. Ojala Nokian Tyres plc., R&D/Tire Construction Abstract: Development of a new product is relatively challenging task, especially in tire business area.

More information

Brain on Board: From safety features to driverless cars

Brain on Board: From safety features to driverless cars Brain on Board: From safety features to driverless cars Robyn Robertson, M.C.A. President & CEO Traffic Injury Research Foundation 18 th Annual Not By Accident Conference. London, ON, October 18 th, 2016

More information

Safety Considerations of Autonomous Vehicles. Darren Divall Head of International Road Safety TRL

Safety Considerations of Autonomous Vehicles. Darren Divall Head of International Road Safety TRL Safety Considerations of Autonomous Vehicles Darren Divall Head of International Road Safety TRL TRL History Autonomous Vehicles TRL Self-driving car, 1960s Testing partial automation, TRL, 2000s Testing

More information

D.J.Kulkarni, Deputy Director, ARAI

D.J.Kulkarni, Deputy Director, ARAI D.J.Kulkarni, Deputy Director, ARAI Why advanced ITS and Safety Systems? Building Ideal Vehicles Safer & More comfortable Why Advanced ITS & Safety Systems? contd. Insert Road Accident Deaths graph from

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

INSIDE VOLVO TEXT: ALASTAIR MACDUFF PHOTO: PATRIK OLSSON/VOLVO TRUCKS ILLUSTRATION: DAN HAMBE THE VOLVO TRUCKS VIEW ON AUTOMATION

INSIDE VOLVO TEXT: ALASTAIR MACDUFF PHOTO: PATRIK OLSSON/VOLVO TRUCKS ILLUSTRATION: DAN HAMBE THE VOLVO TRUCKS VIEW ON AUTOMATION INSIDE VOLVO TEXT: ALASTAIR MACDUFF PHOTO: PATRIK OLSSON/VOLVO TRUCKS ILLUSTRATION: DAN HAMBE THE VOLVO TRUCKS VIEW ON AUTOMATION Volvo s pioneering work with truck automation started over twenty years

More information

(Driver Fatigue Monitor BX688. Safety, Security & Savings

(Driver Fatigue Monitor BX688. Safety, Security & Savings (Driver Fatigue Monitor BX688 Safety, Security & Savings Driver Fatigue Monotor BX688 Driver Fatigue Monitor BX688 is a Driver and Vehicle Safety Product which can accurately predict and warn driver's

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

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 MOTIVATION OF THE RESEARCH Electrical Machinery is more than 100 years old. While new types of machines have emerged recently (for example stepper motor, switched reluctance

More information

Jimi van der Woning. 30 November 2010

Jimi van der Woning. 30 November 2010 Jimi van der Woning 30 November 2010 The importance of robotic cars DARPA Hardware Software Path planning Google Car Where are we now? Future 30-11-2010 Jimi van der Woning 2/17 Currently over 800 million

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

Heat Shield Design Project

Heat Shield Design Project Name Class Period Heat Shield Design Project The heat shield is such a critical piece, not just for the Orion mission, but for our plans to send humans into deep space. Final Points Earned Class Participation/Effort

More information

Autonomous Vehicles in California. Brian G. Soublet Deputy Director Chief Counsel California Department of Motor Vehicles

Autonomous Vehicles in California. Brian G. Soublet Deputy Director Chief Counsel California Department of Motor Vehicles Autonomous Vehicles in California Brian G. Soublet Deputy Director Chief Counsel California Department of Motor Vehicles 1 The Vision of the Future Advertisement from 1957 Independent Electric Light and

More information

ACCELERATING THE RACE TO SELF-DRIVING CARS. Jen-Hsun Huang, Co-Founder & CEO, NVIDIA Jan. 4, 2016

ACCELERATING THE RACE TO SELF-DRIVING CARS. Jen-Hsun Huang, Co-Founder & CEO, NVIDIA Jan. 4, 2016 ACCELERATING THE RACE TO SELF-DRIVING CARS Jen-Hsun Huang, Co-Founder & CEO, NVIDIA Jan. 4, 2016 SELF-DRIVING IS A MAJOR COMPUTER SCIENCE CHALLENGE SOFTWARE SUPERCOMPUTER DEEP LEARNING 2 NVIDIA DRIVE PX

More information

REGULATORY APPROVAL OF AN AI-BASED AUTONOMOUS VEHICLE. Alex Haag Munich,

REGULATORY APPROVAL OF AN AI-BASED AUTONOMOUS VEHICLE. Alex Haag Munich, REGULATORY APPROVAL OF AN AI-BASED AUTONOMOUS VEHICLE Alex Haag Munich, 10.10.2017 10/9/17 Regulatory Approval of an AI-based Autonomous Vehicle 2 1 INTRO Autonomous Intelligent Driving, GmbH Launched

More information

Just like renowned automobile manufacturers, you too can rely on our battery charging systems. Battery charging systems for the workshop and showroom.

Just like renowned automobile manufacturers, you too can rely on our battery charging systems. Battery charging systems for the workshop and showroom. / Perfect Welding / Solar Energy / Perfect Charging Just like renowned automobile manufacturers, you too can rely on our battery charging systems. Battery charging systems for the workshop and showroom.

More information

Smart Traffic Control System At Toll Booths

Smart Traffic Control System At Toll Booths nternational Journal of Electronics Engineering Research. SSN 0975-6450 Volume 9, Number 10 (2017) pp. 1465-1473 Research ndia Publications http://www.ripublication.com Smart Traffic Control System At

More information

Design of Active Safety Warning System for Hazardous Chemical Transportation Vehicle

Design of Active Safety Warning System for Hazardous Chemical Transportation Vehicle Design of Active Safety Warning System for Hazardous Chemical Transportation Vehicle Guiping Wang, Lili Zhao, Yi Hao and Jinyu Zhu Abstract As the hazardous chemical transportation traffic accident is

More information

Research and Design of an Overtaking Decision Assistant Service on Two-Lane Roads

Research and Design of an Overtaking Decision Assistant Service on Two-Lane Roads Research and Design of an Overtaking Decision Assistant Service on Two-Lane Roads Shenglei Xu, Qingsheng Kong, Jong-Kyun Hong and Sang-Sun Lee* Department of Electronics and Computer Engineering, Hanyang

More information

Embedded system design for a multi variable input operations

Embedded system design for a multi variable input operations IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 Volume 2, Issue 8 (August 2012), PP 29-33 Embedded system design for a multi variable input operations Niranjan N. Parandkar, Abstract: - There are

More information

How Planning for Self-Driving Technology Can Help All People Frank Douma and Adeel Lari, State and Local Policy Program

How Planning for Self-Driving Technology Can Help All People Frank Douma and Adeel Lari, State and Local Policy Program How Planning for Self-Driving Technology Can Help All People Frank Douma and Adeel Lari, State and Local Policy Program Presentation Overview 1. Self-Driving Vehicle (SDV) Technologies and Equity Implications

More information

THE FUTURE OF AUTONOMOUS CARS

THE FUTURE OF AUTONOMOUS CARS Index Table of Contents Table of Contents... i List of Figures... ix Executive summary... 1 1 Introduction to autonomous cars... 3 1.1 Definitions and classifications... 3 1.2 Brief history of autonomous

More information

Beginner Driver Support System for Merging into Left Main Lane

Beginner Driver Support System for Merging into Left Main Lane Beginner Driver Support System for Merging into Left Main Lane Yuki Nakamura and Yoshio Nakatani Graduate School of Engineering, Ritsumeikan University 1-1, Noji-Higashi 1, Kusatsu, Shiga 525-0058, Japan

More information

Address for Correspondence

Address for Correspondence Research Article DESIGN AND STRUCTURAL ANALYSIS OF DIFFERENTIAL GEAR BOX AT DIFFERENT LOADS C.Veeranjaneyulu 1, U. Hari Babu 2 Address for Correspondence 1 PG Student, 2 Professor Department of Mechanical

More information

Research Paper: Self-Driving Cars. By placing this statement on my webpage, I certify that I have read and understand the GMU

Research Paper: Self-Driving Cars. By placing this statement on my webpage, I certify that I have read and understand the GMU Research: Self-Driving Cars 1 Jana Alghoraibi IT-104-002 10/1/2018 Research Paper: Self-Driving Cars By placing this statement on my webpage, I certify that I have read and understand the GMU Honor Code

More information

Design and Testing of Analog Antilock Braking System (AABS)

Design and Testing of Analog Antilock Braking System (AABS) Design and Testing of Analog Antilock Braking System (AABS) Dr.B.Biju #1, Abhishek P A 2, Arshaque M 3, Don C P 4, Salmanul FarizT T 5 1 Professor, Department of mechanical engineering, Mar Athanasius

More information

VECTOR CONTROL OF THREE-PHASE INDUCTION MOTOR USING ARTIFICIAL INTELLIGENT TECHNIQUE

VECTOR CONTROL OF THREE-PHASE INDUCTION MOTOR USING ARTIFICIAL INTELLIGENT TECHNIQUE VOL. 4, NO. 4, JUNE 9 ISSN 89-668 69 Asian Research Publishing Network (ARPN). All rights reserved. VECTOR CONTROL OF THREE-PHASE INDUCTION MOTOR USING ARTIFICIAL INTELLIGENT TECHNIQUE Arunima Dey, Bhim

More information

Vehicle Safety Technologies 22 January Mr Bernard Tay President, AA Singapore & Chairman, Singapore Road Safety Council

Vehicle Safety Technologies 22 January Mr Bernard Tay President, AA Singapore & Chairman, Singapore Road Safety Council Vehicle Safety Technologies 22 January 2011 Mr Bernard Tay President, AA Singapore & Chairman, Singapore Road Safety Council Content Introduction Vehicle safety features commonly found in cars Advanced

More information

Industrial machinery and heavy equipment. Hatz Diesel. Developing a water-cooled industrial engine with the help of Siemens PLM Software

Industrial machinery and heavy equipment. Hatz Diesel. Developing a water-cooled industrial engine with the help of Siemens PLM Software Industrial machinery and heavy equipment Product Simcenter Manufacturer uses Simcenter Amesim to design diesel engines faster and more efficiently Business challenges Meet strict governmental standards

More information

Tips & Technology For Bosch business partners

Tips & Technology For Bosch business partners Tips & Technology For Bosch business partners Current topics for successful workshops No. 70/2013 Electrics / Electronics Automated driving The future of mobility High-performance driver assistance systems

More information

Development and Future Outlook of Steering Systems

Development and Future Outlook of Steering Systems OUTLOOK Development and Future Outlook of Steering Systems H. MATSUOKA This report first describes the history of steering s, as well as the predicted future trends of ADAS (Advanced Driving Assist System)

More information

Model Legislation for Autonomous Vehicles (2018)

Model Legislation for Autonomous Vehicles (2018) Model Legislation for Autonomous Vehicles (2018) What is the Self-Driving Coalition for Safer Streets? The Self-Driving Coalition for Safer Streets was formed by Ford, Lyft, Volvo Cars, Uber, and Waymo

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

Hydraulic System for Motor Cycle A Review

Hydraulic System for Motor Cycle A Review IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 14, Issue 1 Ver. VI (Jan. - Feb. 2017), PP 71-75 www.iosrjournals.org Hydraulic System for Motor

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. Research progress and status quo of power electronic system integration

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. Research progress and status quo of power electronic system integration [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 9 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(9), 2014 [3576-3582] Research progress and status quo of power electronic

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

Design of Back stopper Mechanism for Automobiles

Design of Back stopper Mechanism for Automobiles Design of Back stopper Mechanism for Automobiles Sneha.H.Dhoria #1, B.Sandeep #2, G.Narendra Santosh Kumar #3, M.Srivatsava #4 #1,2 Assistant Professor, Department of Mechanical Engineering, R.V.R& JC

More information

Self-driving cars are here

Self-driving cars are here Self-driving cars are here Dear friends, Drive.ai will offer a self-driving car service for public use in Frisco, Texas starting in July, 2018. Self-driving cars are no longer a futuristic AI technology.

More information

PUBLIC PERCEPTIONS: DRIVERLESS CARS.

PUBLIC PERCEPTIONS: DRIVERLESS CARS. PUBLIC PERCEPTIONS: DRIVERLESS CARS. Improving the world through engineering Public Perception: Driverless Cars Introduction For over 50 years, the car of the future which is able to transport its passengers

More information

Road Safety Factsheet

Road Safety Factsheet Road Safety Factsheet Electronic Braking Systems Factsheet August 2017 Brake Assist Brake Assist (BA) is a technology that ensures that the maximum pressure is applied by the brakes to stop a vehicle in

More information

RAIN SENSING AUTOMATIC CAR WIPER

RAIN SENSING AUTOMATIC CAR WIPER International Journal of Technical Innovation in Modern Engineering & Science (IJTIMES) Impact Factor: 5.22 (SJIF-2017), e-issn: 2455-2585 Volume 4, Issue 8, August-2018 RAIN SENSING AUTOMATIC CAR WIPER

More information

Automated Seat Belt Switch Defect Detector

Automated Seat Belt Switch Defect Detector pp. 10-16 Krishi Sanskriti Publications http://www.krishisanskriti.org/publication.html Automated Seat Belt Switch Defect Detector Department of Electrical and Computer Engineering, Sri Lanka Institute

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

Test & Validation Challenges Facing ADAS and CAV

Test & Validation Challenges Facing ADAS and CAV Test & Validation Challenges Facing ADAS and CAV Chris Reeves Future Transport Technologies & Intelligent Mobility Low Carbon Vehicle Event 2016 3rd Revolution of the Automotive Sector 3 rd Connectivity

More information