Energy efficient adaptive cruise control. utilizing V2X information

Size: px
Start display at page:

Download "Energy efficient adaptive cruise control. utilizing V2X information"

Transcription

1 9th ITS European Congress, Dublin, Ireland, 4/7 June 2013 SP 0003 Energy efficient adaptive cruise control utilizing V2X information Philipp Themann 1*, Julian Bock 1, Lutz Eckstein 1 1. RWTH Aachen University - Institut für Kraftfahrzeuge (ika), Steinbachstr. 7, Aachen, Germany, TEL , FAX , themann@ika.rwth-aachen.de Abstract Predictive driving style considerably reduces vehicle s fuel consumption, while systems with autonomous cruise control achieve highest savings. This paper elaborates on the optimization of the vehicle s longitudinal dynamics to reduce fuel consumption using digital map data, V2X communication and radar sensor data. The approach deployed is highly modular with respect to the utilized sensor information and directly incorporates driver s preferences. Based on human decision finding rational and intuitive planning decisions are modelled in a cost function and represent optimization constraints resulting in a driving corridor. A prediction of driving style is employed to ensure driver acceptance and preferences. This paper describes the optimization approach, determination of optimization parameters and presents first results of fuel savings in a simulated test drive. Keywords: predictive driving; energy efficiency; driver acceptance; V2X; V2I; cooperative technologies; optimization; Dijkstra s algorithm. Introduction and motivation Currently the European Commission (EC) challenges automobile industry by setting a limit of 130 g CO 2 per km for a fleet average to be achieved in 2015, which will be lowered to a limit of 95 g CO 2 per km in 2020 [1]. Automobile industry has to face these challenges to find solutions to lowering CO 2 emissions significantly. As CO 2 emission is directly connected with fuel consumption, energy efficiency of vehicles gains crucial importance. Predictive driving provides great potentials in lowering fuel consumption [2]. Driver assistance systems can be used to support the driver incorporating fuel saving driving styles. In order to completely exploit the fuel saving potential of predictive driving, a driver assistance system with automatic longitudinal control is necessary. This allows to evaluate information not directly available for the driver and to perform energy efficient velocity trajectories. Besides information from vehicle sensors, also digital map data, vehicle to vehicle and vehicle to infrastructure communication (V2X) can be used with this approach. Considering these information a speed profile can be calculated, which is optimal with respect to fuel consumption. This speed profile can differ significantly from the uninfluenced driving style

2 and the driver might thus refuse using the system. If this results in switching off the system no fuel savings are possible. Thus, a driver assistance system with automatic longitudinal control needs to consider driver acceptance in speed profile planning, which is elaborated in following sections of this work. State of the art Some research projects elaborate on energy efficient Adaptive Cruise Control (ACC) systems. Volkswagen presented an energy efficient ACC system in a research project in 2012 [3]. It uses an electronic horizon to replace braking by energy efficient deceleration strategies like coasting in neutral or fuel cut-off. Driver input is considered in the determination of alternative deceleration strategies. An energy efficient ACC based on an optimization of the speed profile is presented in [4]. Thereby the method of dynamic programming is used for optimization. An optimal speed profile is calculated in real time while driving, but is purely based on static map data. Different driving styles, which can be chosen by the driver, are achieved by change of parameters in a cost function. The optimization of a speed profile, which uses a cost function with linear weighting between trip length and fuel consumption, is presented in [5]. Dynamic programming is also used for optimizations to deploy fuel savings based on the knowledge of future traffic light status information. However the optimization is not applied in a vehicle yet. Research approach and methodology The research approach described in this work is deduced from a state of the art analysis. Research projects currently do not fully exploit the predictive driving approach. Either information available by V2X communication aren t used or alternative energy efficient speed profiles are only calculated for specific driving situations and not for a longer distance in front of the vehicle. Further gaps are lacking implementations of optimization approaches in vehicles and a very primitive adaptability of system behaviour to different driver preferences. This work approaches these gaps and consequently requirements on the research approach are derived. The research energy efficient ACC system has to cope with following challenges: 1) Expand conventional ACC functionalities by optimization of energy efficiency 2) Deployment of energy efficient driving strategies such as coasting or fuel cut-off 3) Consideration of driver s preferences, while keeping legal and physical limits 4) Exploitation of digital map data incorporating information from V2X communication 5) Implementation on a test vehicle without restrictions on test routes 2

3 Modular prediction model In order to predict the velocity of the vehicle for an upcoming situation ahead the ecosituational Model (esim) is used. This is developed within the research project ecomove [6] and provides a short term prediction in form of a velocity profile versus distance. This velocity profile is used as a basic input for the optimization to derive suitable driving strategies minimizing fuel consumption on the road ahead. Furthermore esim provides a classification of current and predicted driving situations, which can be used to consider situation specific preferences of drivers with respect to different driving strategies. Hardware limitations as well as available sensor technologies form constraints in the design of the esim. Different information sources such as radar sensors, vehicle-to-vehicle or vehicle-toinfrastructure communication are evaluated by the esim, which enables a cooperative prediction [7]. To predict the velocity of a vehicle, the different entities traffic consists of need to be considered by the esim: environment, driver and vehicle. Each entity has an impact on the velocity profile the driver chooses in a specific traffic situation. The environment contains static and dynamic information about external influences on the driver and vehicle. Static information includes all information about the road such as slopes, curvatures or speed limits, while dynamic information represents traffic jams, construction sites or obstacles. In addition to the variation in environment, the driver of a vehicle can vary in driving behaviour or driving mood. A sporty driver e.g. results in totally different velocity profiles than a conservative driver. The third entity affecting the chosen velocity profile is the vehicle itself. Technical aspects such as total vehicle mass, drive train performance or aerodynamic resistances heavily affect the acceleration of the vehicle. A passenger car has different dynamics than a heavy commercial vehicle. Utility function modelling human preferences An approach to model human decision processes with respect to the choice of energy efficient driving strategies is presented in [8] and implemented in the optimization approach discussed in this work. The resulting utility function with fuel consumption f eco, trip length t eco, normalization parameter w and weighting parameter is shown in equation 1. u opt f eco,t eco w f eco - t eco Eq. 1 This allows deriving utility values for different driving strategies and choosing the best strategy by comparing these values. In the function the weighting parameter 3 can be set by the driver to choose between sporty ( = 0) and energy efficient driving ( 1). The normalization parameter w is adjusted dynamically to the present traffic situation, which

4 ensures a reasonable distribution of the weighting parameter. The Pareto front, shown in Figure 1, visualizes eleven different driving strategies in a traffic situation and corresponding values for fuel consumption f eco and trip length t eco. For each strategy the w value is given, resulting in the highest utility value of the utility function for this strategy. The resulting quite equal distribution of weighting parameters along the Pareto front allows to easily forsee the impact of this parameter and use this to define driver specific preferences between sporty driving ( = 0) and energy efficient driving ( = 1). Optimization approach Figure 1: Pareto distribution with varying weighting factor w The optimization algorithm needs to fulfil some requirements for the application in a driver assistance system. Most important requirements are real time computing and calculation of a globally optimal speed profile. Real time computing thereby has to be understood as correct computation finished in time. A discretized representation of the speed profile is used in order to fulfil these requirements. The optimization of one single parameter per route segment results from the discretization of driving routes, which is thus a multi stage decision process. Furthermore driving speed and the combination of acceleration and gear status (called longitudinal dynamics variants in the following) are discretized. Possible states of longitudinal dynamics variants are energy efficient deceleration strategies such as coasting in neutral and fuel cut-off as well as some discrete values for acceleration and braking. By these discretizations, the state space for optimization is represented as a directed graph with values of a cost function defining edge weights. Edges represent possible speed profiles of 4

5 longitudinal dynamics variants, while nodes are velocity states at discrete route points. Given a certain starting velocity at starting position and a target velocity at target position, the optimization problem is now to find the path with lowest cost between a starting and a target node. In graph theory this problem is called single-pair shortest path problem, which is often solved by Dij stra s algorithm (see e.g. [9]. Dij stra s algorithm [10] can also be seen as application of the principle of dynamic programming on the shortest path problem [11]. Dynamic programming is based on Richard Bellman s principle of optimality: An optimal policy has the property that whatever the initial state and initial decision are, the remaining decisions must constitute an optimal policy with regard to the state resulting from the first decision. [12]. In context of the shortest path problem this means that a shortest path between two nodes A and B, which follows across nodes M and N, also follows across the shortest path between M and N. The problem representation by a graph allows further techniques to reduce optimization time. Results, which need to be calculated by a vehicle model and are used to evaluate cost function, can be pre-calculated offline and saved in a look up table. This is valid since only discrete states are considered in the graph. The complexity of evaluating the cost function can be kept down to a few memory accesses and simple arithmetic operations. By that, simulation with a vehicle model is not necessary while driving and computational demand is reduced significantly. Furthermore, calculation time can be decreased by reducing the number of nodes and edges. Calculation time directly depends on the number of edges and nodes. Here, graph size can be determined and reduced by choosing a suitable boundary condition, which can be represented by a driving corridor. Using these techniques and Dij stra s algorithm, the mentioned requirements can be hold. It is guaranteed to find a global optimum and methods allow real-time computing. Loss of precision through discretization is a drawback, but for performing real-time optimization a certain loss of precision by simplifications like discretization cannot be avoided. A higher precision is likely to be achieved in future by first of all increasing computing power. Look up table and discretization parameters In order to make use of an offline preprocessing, fuel consumption, driving time and target velocity are calculated for a distance s depending on the starting velocity. Results of this calculation are stored in a lookup table. The calculation is performed with a vehicle model, which is based on the determination of driving resistances. The lookup table needs to fully cover the expected range of the most important input variables in vehicle model calculation influencing fuel consumption. Basically a lookup table approach allows the usage of any number of parameters, range or discretization accuracy. This results however in a huge lookup table and huge amount of data accompanied by high requirements on implementation and 5

6 poor performance. Therefore lookup table needs to be kept as small as possible. A sensitivity analysis reveals that first of all gradients and wind speed have the largest impact on fuel consumption [13]. The variables with a low impact are not taken into account for generating the lookup table. Besides, also the wind speed isn t considered since the experimental vehicle has no sensor to monitor this. Thus it suffices to consider gradients beside the starting velocity and longitudinal dynamics variants in the lookup table. Discretization parameters need to be determined for generating the lookup table. The vehicle velocity is discretized with v =1 km/h, which is also chosen in [5], and a maximum speed of 150 km/h. Gradients are discretized with g = 1% in a range of +/- 12%, which is oriented on German road construction regulations. For the choice of discretization parameters, resulting discretization error and calculation time are crucial. For this reason other parameters are chosen by means of these criteria. Both criteria can be examined by comparing optimization of single speed profiles. Discretization error produced by distance discretization is analyzed by a simulated test drive. The speed profile is compared with best discretized approximation. Using the root mean square error, a statement about the error size can be made. In Figure 2 a boxplot for 25 m, 50 m and 100 m discretization is visualized. While the values for 25 m and 50 m discretization are in the order of the velocity discretization, values for 100 m discretization exceed this order significantly. Figure 2: Discretization error (RMSE) Since 25 m and 50 m are both suitable by means of discretization error, calculation time needs to be taken in account. Thus for distance discretization and other parameters, a sensitivity analysis with respect to calculation time is performed. The goal is to choose parameters in a way that calculation time does not exceed a value of one second significantly. Table 1 summarizes this sensitivity analysis, while standard parameter values are shown in bold. Distance discretization Calculation time Horizon length Calculation time 100 m s 2000 m s 50 m s 1500 m s 25 m s 1000 m s 10 m >> 200 s 500 m s 6

7 Velocity [km/h] Driver s preference Energy efficient adaptive cruise control utilizing V2X information Long. dynamics variants Calculation time Driving corridor width Calculation time s 50 km/h s s 40 km/h s s 30 km/h s s 20 km/h s Table 1: Sensitivity analysis with respect to calculation time Calculation time for 25 m distance discretization exceeds the target value clearly, while this is acceptable for 50m. The horizon length is set to 1500 m, in order to allow long coasting maneuvers at a reasonable calculation time. These values are also proposed in literature [14]. Discrete longitudinal dynamics variants are defined by some discrete accelerations as well as decelerations by braking, coasting with fuel cutoff and coasting in neutral. The total amount of these variants has a minor impact on calculation time. Contrary driving corridor width has a big influence on calculation time, but cannot be set to a constant value since it is calculated for every driving situation. However, the analysis shows, that the driving corridor should be kept as small as possible, without excluding useful speed profiles with coasting deceleration. The driving corridor can be narrowed for instance at constant driving situations, where only slight deviations from the uninfluenced driving behavior is accepted. Formulation of boundary conditions and graph set up Boundary conditions represented by limiting the driving corridor ensure the autonomous system to hold legal speed limits and limits of driving dynamics. Driver acceptance is considered by a velocity dependent maximum deviation from the uninfluenced average driving style, which is provided by the simulation model esim described above. Maximum tolerated deviations may vary between drivers in order to allow a more energy efficient driving style or just very small deviations. The width of the driving corridor hence depends on the chosen value of the weighting parameter representing driver s preferences. Predicted average behaviour Speed Limit 70 km/h Speed Limit 50 km/h Upper/lower bound of driving corridor C u r v e 100 km/h 0 Traffic Light Position along electronic horizon [m] Figure 3: Composition of boundary conditions 7

8 Figure 3 exemplary visualizes the composition of a driving corridor based on the predicted uninfluenced velocity profile as well as maximum tolerated deviations, speed limits, traffic lights and maximal curve speeds. Within this driving corridor the graph is set up representing velocity profiles by discrete states. Validation of the optimization approach First, optimizations of single speed profiles were performed for to test whether the optimization algorithm is working correct. Figure 4 shows the state graph, upper and lower bounds and optimization results for minimum fuel consumption and minimum trip length. One can see that for minimum trip length optimization the speed profile is at the upper bound, while the minimum fuel consumption tends to avoid full acceleration and resulting braking. Figure 4: Optimization of a single speed profile In order to analyze possible reductions of fuel consumption, a simulated test drive containing about 300 optimization horizons of 1500 m is performed. For every optimized speed profile fuel consumption and trip length of average and optimized driving behavior is derived. The simulated test drive is performed with five different driver preferences (w) to analyze the influence. Table 2 summarizes mean values over the complete trip for fuel consumption and trip length resulting from a comparison between optimized and uninfluenced driving for different driver settings. Additionally the range of these values for the different optimization horizons in the trip is given. With increasing w the mean of fuel consumption increases as expected, while the mean of trip length decreases. 8

9 Since the system aims to reduce fuel consumption, the optimal speed profile is replaced by the original speed profile for uninfluenced driving in case the calculated speed profile results in higher fuel consumption compared to the original one. For this reason the range of fuel consumption change is limited to 0 % uninfluenced by driver s settings. An optimization with w=0.75 yields great fuel saving potentials accompanied with even shorter trip length. This reveals the great advantage of the optimization approach described considering the whole speed profile not limited to single traffic situations. w = 0.05 w = 0.25 w = 0.5 w = 0.75 w = 0.95 Mean(Δ fuel consumption) -2,74 % -4,88 % -10,09 % -11,51 % -12,88 % Mean(Δ trip length) -1,67 % -5,41 % -2,90 % -2,74 % -2,48 % Range of Δ fuel consumption -27 to 0 % -23 to 0 % -26 to 0 % -28 to 0 % -67 to 0 % Range of Δ trip length -6 to 1 % -12 to -2 % -8 to 5 % -8 to 4 % -13 to 7 % Table 2: Optimized speed profiles compared to uninfluenced driving in simulated drives In this simulated test drive neither dynamic information from V2X communication nor from radar sensors is considered. However the procedure of defining the driving corridor based on the predicted speed profile and the electronic horizon as well as the optimization is independent of the information used. Thus, V2X communication or radar sensor data can easily be added, which is not the focus of this paper. With the developed energy efficient ACC system several test drives are performed in order to analyze the system s functionality in real world conditions. Tests proof the system to be able to calculate energy efficient speed profiles in real-time and execute the corresponding maneuvers such as coasting in neutral, while a particular challenge consists in the avoidance of frequent gear changes. Detailed investigations of test drives and reductions of fuel consumption is not the focus of this work and will be provided in additional publications. Conclusion and outlook This paper presents an energy efficient ACC system considering V2X information, radar sensor and digital map data. Based upon this data, an electronic horizon is set up and a speed profile of uninfluenced driving is simulated. Herewith a driving corridor is generated wherein the optimal speed profile with respect to the weighted cost function is calculated. The system is applied in an experimental vehicle. Simulations reveal promising reductions in fuel consumption at about constant trip lengths. In this work we present an approach to directly consider driver s preferences in a factor w weighting fuel consumption versus travel time in a utility function. Our simulations presented in this work prove this approach to be useful as it results in an equal distribution of the weighting parameters w along the Pareto front and 9

10 hence enables drivers to intuitively configure the system to their expectations. Additional research focuses on the optimization algorithm to avoid e.g. frequent gear changes. Also the consideration of cooperative information from V2X communication is analyzed in more detail and will be published separately. Especially the total calculation time necessary for the prediction and optimization needs to be assessed for different environmental conditions. References 1. European Parliament and Council. Regulation (EC) No 443/2009, 23 April J. N. Barkenbus. Eco-driving: An overlooked climate change initiating, in: Energy Policy Nr. 38, 2010, Pages B.Dornieden, L.Junge, P.Pascheka. Anticipatory Energy-efficient Longitudinal Vehicle Control, in ATZ worldwide emagazines Edition, March P. Markschläger, H-G. Wahl, F. Weberbauer, M. Lederer. Assistance System for Higher Fuel Efficiency, in ATZ worldwide emagazines Edition, November S. Gausemeier, K.-P. Jäker, A. Trächtler. Multi-objective Optimization of a Vehicle Velocity Profile by Means of Dynamic Programming, 6th IFAC Symposium on Advances in Automotive Control AAC, Schwabing, July P. Themann, et Al., ecosituational Model, Deliverable D 2.9 of the ecomove project, 2012, published at: P. Themann., et. Al., ecodriving Support based on cooperative prediction models, ITS World Congress, Vienna, Oct , 2012, Paper EU P. Themann, L. Eckstein, Modular Approach to Energy Efficient Driver Assistance Incorporating Driver Acceptance, IEEE Intelligent Vehicles Symposium, Alcalá de Henares, Spain, June 05, D. Mount. Dijkstra s Algorithm for Shortest Paths, University of Maryland, available at: December E. W. Dijkstra, A note on two problems in connexion with graphs, in Numerische Mathematik, Vol. 1, S , M. Sniedovich. Dijkstra s algorithm revisited: the dynamic programming connexion, Control and cybernetics, Number.35, Page. 599, R. E. Bellman, Dynamic Programming, Princeton University Press, Princeton, B. Dornieden, P. Themann, A. Zlocki., L. Junge. Energy efficient longitudinal vehicle control based on analysis of driving situations, 20. Aachener Kolloquium Fahrzeug und Motorentechnik, Pages , Aachen, E. Hellström, Look-ahead control of heavy trucks utilizing road topography, Dissertation, Linköping University, Sweden,

INTEGRATED OPEN DEVELOPMENT PLATTFORM FÜR TEIL- UND VOLLAUTOMATISIERTE FAHRZEUGANTRIEBE

INTEGRATED OPEN DEVELOPMENT PLATTFORM FÜR TEIL- UND VOLLAUTOMATISIERTE FAHRZEUGANTRIEBE INTEGRATED OPEN DEVELOPMENT PLATTFORM FÜR TEIL- UND VOLLAUTOMATISIERTE FAHRZEUGANTRIEBE PETER PRENNINGER A3PS MV - Peter Prenninger 2014-12-11 1 SUSTAINABILITY REQUIRES AN EFFICIENT MOBILITY SYSTEM Infrastructure

More information

QUANTITATIVE EVALUATION OF ECO-DRIVING ON FUEL CONSUMPTION BASED ON DRIVING SIMULATOR EXPERIMENTS

QUANTITATIVE EVALUATION OF ECO-DRIVING ON FUEL CONSUMPTION BASED ON DRIVING SIMULATOR EXPERIMENTS QUANTITATIVE EVALUATION OF ECO-DRIVING ON FUEL CONSUMPTION BASED ON DRIVING SIMULATOR EXPERIMENTS Toshihiro HIRAOKA*1, Yasuhiro TERAKADO*2, Shuichi MATSUMOTO*3, and Shigeyuki YAMABE*4 *1: Graduate School

More information

Towards Safe and Efficient Driving through Vehicle Automation: The Dutch Automated Vehicle Initiative

Towards Safe and Efficient Driving through Vehicle Automation: The Dutch Automated Vehicle Initiative Towards Safe and Efficient Driving through Vehicle Automation: The Dutch Automated Vehicle Initiative Raymond Hoogendoorn, Bart van Arem, Riender Happee, Manuel Mazo Espinoza and Dimitrios Kotiadis 30

More information

ACCELERATION CHARACTERISTICS OF VEHICLES IN RURAL PENNSYLVANIA

ACCELERATION CHARACTERISTICS OF VEHICLES IN RURAL PENNSYLVANIA www.arpapress.com/volumes/vol12issue3/ijrras_12_3_14.pdf ACCELERATION CHARACTERISTICS OF VEHICLES IN RURAL PENNSYLVANIA Robert M. Brooks Associate Professor, Department of Civil and Environmental Engineering,

More information

DESIGN AND EVALUTION OF A NEW-GENERATION FUEL-EFFICIENCY SUPPORT TOOL. Mascha van der Voort and Martin van Maarseveen

DESIGN AND EVALUTION OF A NEW-GENERATION FUEL-EFFICIENCY SUPPORT TOOL. Mascha van der Voort and Martin van Maarseveen DESIGN AND EVALUTION OF A NEW-GENERATION FUEL-EFFICIENCY SUPPORT TOOL Mascha van der Voort and Martin van Maarseveen Department of Civil Engineering & Management University of Twente P.O. Box 217, 7500

More information

Fuel Economy Simulation for the Vehicle Fleet

Fuel Economy Simulation for the Vehicle Fleet COVER STORY Simulation and Visualisation Fuel Economy Simulation for the Vehicle Fleet Forecasting the fuel consumption of an entire vehicle fleet has become a crucial challenge for all car manufacturers.

More information

Jochim Donner MOTIVA Tekniikantie 12 02151 Espoo Finland Phone: 00358 9 456 60 99 Fax: 00358 9 456 7008 E-mail: jochim.donner@motiva.fi Jochim Donner Ecodrive: Training, fleet management, fuel monitoring

More information

Platoon illustration Source: VOLVO

Platoon illustration Source: VOLVO SARTRE: SAfe Road TRains for the Environment Arturo Dávila Mario Nombela IDIADA Automotive Technology SA 1. Introduction The SARTRE project aims at encouraging an evolutional change in the use of personal

More information

Adaptive cruise control (ACC)

Adaptive cruise control (ACC) Adaptive cruise control (ACC) PRINCIPLE OF OPERATION The Adaptive Cruise Control (ACC) system is designed to assist the driver in maintaining a gap from the vehicle ahead, or maintaining a set road speed,

More information

solutions EFFIFUEL TM From a company of Michelin group

solutions EFFIFUEL TM From a company of Michelin group MICHELIN solutions at the IAAA Trade Show in Hanover, Germany September 23 October 2, 2014 EFFIFUEL TM From MICHELIN solutions Progress Report and Outlook Media Relations: + 333 1 45 66 22 22 EFFIFUEL

More information

Operating Concept and System Design of a Transrapid Maglev Line and a High-Speed Railway in the pan-european Corridor IV

Operating Concept and System Design of a Transrapid Maglev Line and a High-Speed Railway in the pan-european Corridor IV Operating Concept and System Design of a Transrapid Maglev Line and a High-Speed Railway in the pan-european Corridor IV A. Stephan & E. Fritz IFB Institut für Bahntechnik GmbH, Niederlassung, Germany

More information

Intelligent Transport Systems (ITS): Needs for accurate and updated map data from public authorities

Intelligent Transport Systems (ITS): Needs for accurate and updated map data from public authorities Intelligent Transport Systems (ITS): Needs for accurate and updated map data from public authorities Maxime Flament, ERTICO ITS Europe m.flament@mail.ertico.com 1 What is ITS? 2 What is ITS? Intelligent

More information

FUTURE E/E-ARCHITECTURES IN THE SAFETY DOMAIN

FUTURE E/E-ARCHITECTURES IN THE SAFETY DOMAIN FUTURE E/E-ARCHITECTURES IN THE SAFETY DOMAIN Dr. Michael Bunse, Dr. Matthias Wellhöfer, Dr. Alfons Doerr Robert Bosch GmbH, Chassis Systems Control, Business Unit Occupant Safety Germany Paper Number

More information

Adaptive Cruise Control

Adaptive Cruise Control IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 01 June 2016 ISSN (online): 2349-6010 Adaptive Cruise Control Prof. D. S. Vidhya Assistant Professor Miss Cecilia

More information

ABSTRACT STATE OF THE ART

ABSTRACT STATE OF THE ART BEHAVIORAL CHANGES AND USER ACCEPTANCE OF ADAPTIVE CRUISE CONTROL (ACC) AND FORWARD COLLISION WARNING (FCW): KEY FINDINGS WITHIN AN EUROPEAN NAT- URALISTIC FIELD OPERATIONAL TEST Mohamed Benmimoun Dr.

More information

TomTom HAD story How TomTom enables Highly Automated Driving

TomTom HAD story How TomTom enables Highly Automated Driving TomTom HAD story How TomTom enables Highly Automated Driving Automotive World Webinar 12 March 2015 Jan-Maarten de Vries VP Product Marketing TomTom Automotive Automated driving is real and it is big Image:

More information

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Adaptive Cruise Control of a assenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Somphong Thanok, Manukid arnichkun School of Engineering and Technology, Asian Institute of Technology,

More information

SARTRE: SAfe Road TRains for the Environment

SARTRE: SAfe Road TRains for the Environment SARTRE: SAfe Road TRains for the Environment Arturo Dávila Mario Nombela IDIADA Automotive Technology SA London Heathrow, September 21, 2010. The research leading to these results has received funding

More information

FEV Parallel Mode Strategy

FEV Parallel Mode Strategy FEV Parallel Mode Strategy Peter Janssen MSc. Dipl.-Ing Glenn Haverkort FEV Motorentechnik As the automotive industry has to react to the global concern about climate change related to CO2 emissions and

More information

ACHIEVING FUNCTIONAL SAFETY OF AUDI DYNAMIC STEERING USING A STRUCTURED DEVELOPMENT PROCESS

ACHIEVING FUNCTIONAL SAFETY OF AUDI DYNAMIC STEERING USING A STRUCTURED DEVELOPMENT PROCESS ACHIEVING FUNCTIONAL SAFETY OF AUDI DYNAMIC STEERING USING A STRUCTURED DEVELOPMENT PROCESS Dr Juergen Schuller* 1, Marnix Lannoije* 2, Dr Michael Sagefka* 3, Wolfgang Dick* 4, Dr Ralf Schwarz* 5 * 1 Audi

More information

Tips and Technology For Bosch Partners

Tips and Technology For Bosch Partners Tips and Technology For Bosch Partners Current information for the successful workshop No. 04/2015 Electrics / Elektronics Driver Assistance Systems In this issue, we are continuing our series on automated

More information

It s Mine. Yes To Mobility > Insight and Outlook 2015 Continental Mobility Study

It s Mine. Yes To Mobility > Insight and Outlook 2015 Continental Mobility Study It s Mine. Yes To Mobility > Insight and Outlook 2015 Continental Mobility Study Five Questions for Dr. Elmar Degenhart > 2015 Continental Mobility Study > Continental AG Dr. Elmar Degenhart Chairman of

More information

THE BENEFITS OF SIGNAL GROUP ORIENTED CONTROL

THE BENEFITS OF SIGNAL GROUP ORIENTED CONTROL THE BENEFITS OF SIGNAL GROUP ORIENTED CONTROL Authors: Robbin Blokpoel 1 and Siebe Turksma 2 1: Traffic Engineering Researcher at Peek Traffic, robbin.blokpoel@peektraffic.nl 2: Product manager research

More information

Information on the move

Information on the move Information on the move about OPTIMUM Multi-source Big Data Fusion Driven Proactivity for Intelligent Mobility, or OPTIMUM, is an EU-funded project that looks beyond state-of-the-art IT solutions to improve

More information

Modeling the Relation Between Driving Behavior and Fuel Consumption

Modeling the Relation Between Driving Behavior and Fuel Consumption WHITE PAPER Modeling the Relation Between Driving Behavior and Fuel Consumption Many companies are investing in coaching services for professional drivers with the goal of teaching them how to reduce fuel

More information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information

Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Continuous Fastest Path Planning in Road Networks by Mining Real-Time Traffic Event Information Eric Hsueh-Chan Lu Chi-Wei Huang Vincent S. Tseng Institute of Computer Science and Information Engineering

More information

Scania Fleet Management. because details matter. Scania Fleet Management. Scania Services. Dedicated all the way.

Scania Fleet Management. because details matter. Scania Fleet Management. Scania Services. Dedicated all the way. Scania Services. Dedicated all the way. Scania Fleet Management Scania Singapore Pte Ltd 40, Senoko Road Singapore 758112 Tel: +65 6861 9181 www.scania.com.sg 10.1% SPEED 13.5% IDLING 27508 KM DISTANCE

More information

A STUDY ON WARNING TIMING FOR LANE CHANGE DECISION AID SYSTEMS BASED ON DRIVER S LANE CHANGE MANEUVER

A STUDY ON WARNING TIMING FOR LANE CHANGE DECISION AID SYSTEMS BASED ON DRIVER S LANE CHANGE MANEUVER A STUDY ON WARNING TIMING FOR LANE CHANGE DECISION AID SYSTEMS BASED ON DRIVER S LANE CHANGE MANEUVER Takashi Wakasugi Japan Automobile Research Institute Japan Paper Number 5-29 ABSTRACT The purpose of

More information

Impacts of large-scale solar and wind power production on the balance of the Swedish power system

Impacts of large-scale solar and wind power production on the balance of the Swedish power system Impacts of large-scale solar and wind power production on the balance of the Swedish power system Joakim Widén 1,*, Magnus Åberg 1, Dag Henning 2 1 Department of Engineering Sciences, Uppsala University,

More information

Author: Hamid A.E. Al-Jameel (Research Institute: Engineering Research Centre)

Author: Hamid A.E. Al-Jameel (Research Institute: Engineering Research Centre) SPARC 2010 Evaluation of Car-following Models Using Field Data Author: Hamid A.E. Al-Jameel (Research Institute: Engineering Research Centre) Abstract Traffic congestion problems have been recognised as

More information

Statistical Forecasting of High-Way Traffic Jam at a Bottleneck

Statistical Forecasting of High-Way Traffic Jam at a Bottleneck Metodološki zvezki, Vol. 9, No. 1, 2012, 81-93 Statistical Forecasting of High-Way Traffic Jam at a Bottleneck Igor Grabec and Franc Švegl 1 Abstract Maintenance works on high-ways usually require installation

More information

Automatic Train Control based on the Multi-Agent Control of Cooperative Systems

Automatic Train Control based on the Multi-Agent Control of Cooperative Systems The Journal of Mathematics and Computer Science Available online at http://www.tjmcs.com The Journal of Mathematics and Computer Science Vol.1 No.4 (2010) 247-257 Automatic Train Control based on the Multi-Agent

More information

Application and Design of the ebooster from BorgWarner

Application and Design of the ebooster from BorgWarner Application and Design of the ebooster from BorgWarner Knowledge Library Knowledge Library Application and Design of the ebooster from BorgWarner With an electrically assisted compressor, the ebooster,

More information

EmerT a web based decision support tool. for Traffic Management

EmerT a web based decision support tool. for Traffic Management 19th ITS World Congress, Vienna, Austria, 22/26 October 2012 EU-00630 EmerT a web based decision support tool for Traffic Management Laura Bieker 1*, Michael Behrisch 1, Sten Ruppe 1 German Aerospace Center

More information

Bringing research to deployment: Concrete implementation of Cooperative Systems. Kees den Hollander Copenhagen, March 6, 2012

Bringing research to deployment: Concrete implementation of Cooperative Systems. Kees den Hollander Copenhagen, March 6, 2012 Bringing research to deployment: Concrete implementation of Cooperative Systems Kees den Hollander Copenhagen, March 6, 2012 Intelligente Transport Systemer (ITS) for Godstransporten Teknologisk Institut

More information

On the road toward the autonomous truck

On the road toward the autonomous truck On the road toward the autonomous truck Opportunities for OEMs and suppliers Roland Berger Strategy Consultants GmbH Automotive Competence Center January 2015 Introduction Four megatrends will shape and

More information

Using big data in automotive engineering?

Using big data in automotive engineering? Using big data in automotive engineering? ETAS GmbH Borsigstraße 14 70469 Stuttgart, Germany Phone +49 711 3423-2240 Commentary by Friedhelm Pickhard, Chairman of the ETAS Board of Management, translated

More information

AUTOMATION OF THE DATA MANAGEMENT PROCESS WITHIN THE FIELD OPERATIONAL TEST EUROFOT

AUTOMATION OF THE DATA MANAGEMENT PROCESS WITHIN THE FIELD OPERATIONAL TEST EUROFOT AUTOMATION OF THE DATA MANAGEMENT PROCESS WITHIN THE FIELD OPERATIONAL TEST EUROFOT Dipl.-Ing. Mohamed Benmimoun Institut für Kraftfahrzeuge, RWTH Aachen University (IKA) mbenmimoun@ika.rwth-aachen.de

More information

Appendix A. About RailSys 3.0. A.1 Introduction

Appendix A. About RailSys 3.0. A.1 Introduction Appendix A About RailSys 3.0 This appendix describes the software system for analysis RailSys used to carry out the different computational experiments and scenario designing required for the research

More information

Background Information

Background Information Background Information Munich, June 4, 2015 ehighway: a vision of electrified freight traffic As it will not always possible to transfer more freight traffic to the rail, this traffic will have to be carried

More information

A new system architecture for cooperative traffic centres - the sim TD field trial

A new system architecture for cooperative traffic centres - the sim TD field trial 19th ITS World Congress, Vienna, Austria, 22/26 October 2012 EU-00081 A new system architecture for cooperative traffic centres - the sim TD field trial Dr. Dirk Hübner 1, Dipl.-Ing. Gerd Riegelhuth 2

More information

SOFTWARE FOR THE OPTIMAL ALLOCATION OF EV CHARGERS INTO THE POWER DISTRIBUTION GRID

SOFTWARE FOR THE OPTIMAL ALLOCATION OF EV CHARGERS INTO THE POWER DISTRIBUTION GRID SOFTWARE FOR THE OPTIMAL ALLOCATION OF EV CHARGERS INTO THE POWER DISTRIBUTION GRID Amparo MOCHOLÍ MUNERA, Carlos BLASCO LLOPIS, Irene AGUADO CORTEZÓN, Vicente FUSTER ROIG Instituto Tecnológico de la Energía

More information

Please contact a member of our sales team on 0845 055 8555

Please contact a member of our sales team on 0845 055 8555 Ctrack is a division of DigiCore Holdings, one of the world s largest vehicle tracking companies Established in 1985, Ctrack supports in excess of 750,000 systems across 56 countries on five continents

More information

Functional noise specifications for purchasing green low noise vehicles

Functional noise specifications for purchasing green low noise vehicles Functional noise specifications for purchasing green low noise vehicles Filip Stenlund a) Department of Acoustics, Tyréns AB Peter Myndes Backe 16, 118 86 Stockholm, Sweden It is expected that the municipalities

More information

Progressive Performance Audi on the way to the leading premium brand

Progressive Performance Audi on the way to the leading premium brand Progressive Performance Audi on the way to the leading premium brand Axel Strotbek, Member of the Board of Management for Finance and Organization, AUDI AG Deutsche Bank Field Trip, June 3,2013 World car

More information

CHAPTER 3 AVI TRAVEL TIME DATA COLLECTION

CHAPTER 3 AVI TRAVEL TIME DATA COLLECTION CHAPTER 3 AVI TRAVEL TIME DATA COLLECTION 3.1 - Introduction Travel time information is becoming more important for applications ranging from congestion measurement to real-time travel information. Several

More information

Available online at www.sciencedirect.com. ScienceDirect. Procedia Computer Science 52 (2015 ) 902 907

Available online at www.sciencedirect.com. ScienceDirect. Procedia Computer Science 52 (2015 ) 902 907 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 52 (2015 ) 902 907 The 4th International Workshop on Agent-based Mobility, Traffic and Transportation Models, Methodologies

More information

Adaptive Cruise Control System Overview

Adaptive Cruise Control System Overview 5th Meeting of the U.S. Software System Safety Working Group April 12th-14th 2005 @ Anaheim, California USA 1 Introduction Adaptive Cruise System Overview Adaptive Cruise () is an automotive feature that

More information

Training and Coaching Strategies

Training and Coaching Strategies Training and Coaching Strategies Mikael Söderman, VTEC Roderick Hoek, DAF www.ecomove-project.eu 18 November, 2010 Mikael Söderman, Volvo Technology Why Driver eco-coaching Drivers for Environment Climate

More information

Truck Drivers' Behaviors and Rational Driving Assistance

Truck Drivers' Behaviors and Rational Driving Assistance Truck Drivers' Behaviors and Rational Driving Assistance AE Project 1326 Annick Maincent Consultant in Cognitive Ergonomics Ph. D. student in Cognitive Psychology Laboratory for Studies and Analysis of

More information

T-REDSPEED White paper

T-REDSPEED White paper T-REDSPEED White paper Index Index...2 Introduction...3 Specifications...4 Innovation...6 Technology added values...7 Introduction T-REDSPEED is an international patent pending technology for traffic violation

More information

HAVEit. Reiner HOEGER Director Systems and Technology CONTINENTAL AUTOMOTIVE

HAVEit. Reiner HOEGER Director Systems and Technology CONTINENTAL AUTOMOTIVE HAVEit Reiner HOEGER Director Systems and Technology CONTINENTAL AUTOMOTIVE HAVEit General Information Project full title: Project coordinator: Highly Automated Vehicles for Intelligent Transport Dr. Reiner

More information

DENSITY MEASUREMENTS OF LIQUID FUELS TO DETERMINE TEMPERATURE CONVERSION FACTORS FOR LEGAL METROLOGY

DENSITY MEASUREMENTS OF LIQUID FUELS TO DETERMINE TEMPERATURE CONVERSION FACTORS FOR LEGAL METROLOGY XX IMEKO World Congress Metrology for Green Growth September 9 14, 2012, Busan, Republic of Korea DENSITY MEASUREMENTS OF LIQUID FUELS TO DETERMINE TEMPERATURE CONVERSION FACTORS FOR LEGAL METROLOGY H.

More information

Comparison of Request Admission Based Performance Isolation Approaches in Multi-tenant SaaS Applications

Comparison of Request Admission Based Performance Isolation Approaches in Multi-tenant SaaS Applications Comparison of Request Admission Based Performance Isolation Approaches in Multi-tenant SaaS Applications Rouven Kreb 1 and Manuel Loesch 2 1 SAP AG, Walldorf, Germany 2 FZI Research Center for Information

More information

Crea&ng an Internet of Things Ecosystem for Transport Dr Alistair Duke, BT Research and Innova&on

Crea&ng an Internet of Things Ecosystem for Transport Dr Alistair Duke, BT Research and Innova&on Crea&ng an Internet of Things Ecosystem for Transport Dr Alistair Duke, BT Research and Innova&on Smart Systems Summit 2014 London at the IoD 1-2 October 2014, London, UK www.hvm-uk.com Stride project

More information

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Hitachi Review Vol. 63 (2014), No. 1 18 Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Kazuaki Iwamura Hideki Tonooka Yoshihiro Mizuno Yuichi Mashita OVERVIEW:

More information

Modelling and optimization of renewable energy supply for electrified vehicle fleet

Modelling and optimization of renewable energy supply for electrified vehicle fleet Modelling and optimization of renewable energy supply for electrified vehicle fleet Dipl. Ing. Torsten Schwan Dipl. Ing. René Unger EA Systems Dresden GmbH Prof. Dr. Ing. Bernard Bäker Institute of Automotive

More information

ID# 07-0448 BLACKBOX - PROJEKT V&V MD ČR

ID# 07-0448 BLACKBOX - PROJEKT V&V MD ČR ID# 07-0448 BLACKBOX - PROJEKT V&V MD ČR Jiří Plíhal, Dr.Ing e4t electronics for transportation s.r.o. Novodvorská 994 Praha 4, CZ tel. +420 239 046 771, jiri.plihal@e4t.cz Martin Pípa, Ing. Centrum dopravního

More information

Commercial vehicles and CO 2

Commercial vehicles and CO 2 Commercial vehicles and European Automobile Manufacturers Association ACEA position Fuel Efficiency is Market Driven Fuel efficiency is one of the most important competitive factors in developing and selling

More information

ACCIDENTS AND NEAR-MISSES ANALYSIS BY USING VIDEO DRIVE-RECORDERS IN A FLEET TEST

ACCIDENTS AND NEAR-MISSES ANALYSIS BY USING VIDEO DRIVE-RECORDERS IN A FLEET TEST ACCIDENTS AND NEAR-MISSES ANALYSIS BY USING VIDEO DRIVE-RECORDERS IN A FLEET TEST Yuji Arai Tetsuya Nishimoto apan Automobile Research Institute apan Yukihiro Ezaka Ministry of Land, Infrastructure and

More information

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park NSF GRANT # 0727380 NSF PROGRAM NAME: Engineering Design Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park Atul Thakur

More information

PROGRAMMABLE DECELERATION DEVICES FOR AUTOMOTIVE TESTING

PROGRAMMABLE DECELERATION DEVICES FOR AUTOMOTIVE TESTING PROGRAMMABLE DECELERATON DEVCES FOR AUTOMOTVE TESTNG Hansjoerg Schinke, MESSRNG Automotive Service GmbH Robert Weber, Urich Fuehrer MESSRNG Systembau MSG GmbH Germany Paper Number: 98-S3-P-13 ABSTRACT

More information

Study of Effect of P, PI Controller on Car Cruise Control System and Security

Study of Effect of P, PI Controller on Car Cruise Control System and Security Study of Effect of P, PI Controller on Car Cruise Control System and Security Jayashree Deka 1, Rajdeep Haloi 2 Assistant professor, Dept. of EE, KJ College of Engineering &Management Research, Pune, India

More information

ANALYSIS OF TRAVEL TIMES AND ROUTES ON URBAN ROADS BY MEANS OF FLOATING-CAR DATA

ANALYSIS OF TRAVEL TIMES AND ROUTES ON URBAN ROADS BY MEANS OF FLOATING-CAR DATA ANALYSIS OF TRAVEL TIMES AND ROUTES ON URBAN ROADS BY MEANS OF FLOATING-CAR DATA 1. SUMMARY Ralf-Peter Schäfer Kai-Uwe Thiessenhusen Elmar Brockfeld Peter Wagner German Aerospace Center (DLR) Institute

More information

Fuel economy improvements for urban driving: Hybrid vs. intelligent vehicles

Fuel economy improvements for urban driving: Hybrid vs. intelligent vehicles Transportation Research Part C 15 (2007) 1 16 www.elsevier.com/locate/trc Fuel economy improvements for urban driving: Hybrid vs. intelligent vehicles Chris Manzie *, Harry Watson, Saman Halgamuge Department

More information

The 8th International Conference on e-business (inceb2009) October 28th-30th, 2009

The 8th International Conference on e-business (inceb2009) October 28th-30th, 2009 A STUDY ON THE REQUIREMENTS AND TOOLS FOR REAL TIME FLEET MANAGEMENT E-BUSINESS SYSTEMS IN THAILAND Sirilak Borirug 1, Chun Che Fung 2, Wudhijaya Philuek 3 School of Information Technology, Murdoch University

More information

Smart Transport ITS Norway

Smart Transport ITS Norway www.steria.com Smart Transport ITS Norway Intelligent Transport Systems for all users Pierre Basquin Steria Steria Delivering IT and business process outsourcing services We provide a full range of IT

More information

Star rating driver traffic and safety behaviour through OBD and smartphone data collection

Star rating driver traffic and safety behaviour through OBD and smartphone data collection International Symposium on Road Safety Behaviour Measurements and Indicators Belgian Road Safety Institute 23 April 2015, Brussels Star rating driver traffic and safety behaviour through OBD and smartphone

More information

SIMS 2015 Plenary. Accomplishing Ground Moving Innovations through Modeling, Simulation, and Optimal Control

SIMS 2015 Plenary. Accomplishing Ground Moving Innovations through Modeling, Simulation, and Optimal Control SIMS 2015 Plenary Accomplishing Ground Moving Innovations through Modeling, Simulation, and Optimal Control Lars Eriksson lars.eriksson@liu.se Professor Division of Vehicular Systems Department of Electrical

More information

Aria Etemad Arne Bartels Volkswagen Group Research. A Stepwise Market Introduction of Automated Driving. Detroit 10 September 2014

Aria Etemad Arne Bartels Volkswagen Group Research. A Stepwise Market Introduction of Automated Driving. Detroit 10 September 2014 Aria Etemad Arne Bartels Volkswagen Group Research A Stepwise Market Introduction of Automated Driving Detroit 10 September 2014 //Facts Budget: European Commission: EUR 25 Million EUR 14,3 Million Duration:

More information

PEUGEOT e-hdi STOP/START TECHNOLOGY MEDIA KIT

PEUGEOT e-hdi STOP/START TECHNOLOGY MEDIA KIT PEUGEOT e-hdi STOP/START TECHNOLOGY MEDIA KIT PEUGEOT e-hdi TECHNOLOGY INTRODUCTION In designing the new generation of Euro 5 HDi engines - a project in which Peugeot has invested more than 1billion the

More information

Automated planning of timetables in large railway networks using a microscopic data basis and railway simulation techniques

Automated planning of timetables in large railway networks using a microscopic data basis and railway simulation techniques Automated planning of timetables in large railway networks using a microscopic data basis and railway simulation techniques A. Radtke 1 & D. Hauptmann 2 1 Institut für Verkehrswesen, Eisenbahnbau und betrieb,

More information

Key Solutions CO₂ assessment

Key Solutions CO₂ assessment GE Capital Key Solutions CO₂ assessment CO₂ emissions from company car fleets across Europe s major markets between 2008 and 2010 www.gecapital.eu/fleet Contents Introduction and key findings Reduction

More information

Transport System. Transport System Telematics. Satellite vehicle supervision as a management tool in a transport company

Transport System. Transport System Telematics. Satellite vehicle supervision as a management tool in a transport company Archives of Volume 7 Transport System Telematics J. MIKULSKI, A. KALAŠOVÁ Transport System Issue 4 November 2014 Satellite vehicle supervision as a management tool in a transport company J. MIKULSKI a,

More information

ACCELERATION OF HEAVY TRUCKS Woodrow M. Poplin, P.E.

ACCELERATION OF HEAVY TRUCKS Woodrow M. Poplin, P.E. ACCELERATION OF HEAVY TRUCKS Woodrow M. Poplin, P.E. Woodrow M. Poplin, P.E. is a consulting engineer specializing in the evaluation of vehicle and transportation accidents. Over the past 23 years he has

More information

Cut fleet operating costs. Let your truck tell you how.

Cut fleet operating costs. Let your truck tell you how. Scania Services Scania Fleet Management Cut fleet operating costs. Let your truck tell you how. Not all the products and services mentioned in this brochure may be available in all markets. For details

More information

BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE

BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE Hélène Tattegrain, Arnaud Bonnard, Benoit Mathern, LESCOT, INRETS France Paper Number 09-0489

More information

Model, Analyze and Optimize the Supply Chain

Model, Analyze and Optimize the Supply Chain Model, Analyze and Optimize the Supply Chain Optimize networks Improve product flow Right-size inventory Simulate service Balance production Optimize routes The Leading Supply Chain Design and Analysis

More information

Dominic Taylor CEng MIET MIMechE MIRSE MCMI, Invensys Rail

Dominic Taylor CEng MIET MIMechE MIRSE MCMI, Invensys Rail MAXIMIZING THE RETURN ON INVESTMENT FROM ETCS OVERLAY Dominic Taylor CEng MIET MIMechE MIRSE MCMI, Invensys Rail SUMMARY ETCS Level 2 offers many benefits to rail from reduced infrastructure costs, through

More information

How To Powertrain A Car With A Hybrid Powertrain

How To Powertrain A Car With A Hybrid Powertrain ELECTRIFICATION OF VEHICLE DRIVE TRAIN THE DIVERSITY OF ENGINEERING CHALLENGES A3PS Conference, Vienna Dr. Frank Beste AVL List GmbH 1 Motivation for Powertrain Electrification Global Megatrends: Urbanization

More information

Road load determination of passenger cars

Road load determination of passenger cars TNO report TNO 2012 R10237 Road load determination of passenger cars Behavioural and Societal Sciences Van Mourik Broekmanweg 6 2628 XE Delft P.O. Box 49 2600 AA Delft The Netherlands www.tno.nl T +31

More information

An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones

An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones German Castignani, Raphaël Frank, Thomas Engel Interdisciplinary Centre for Security Reliability and Trust (SnT) University of

More information

INTERACTIVE TRAINING SOFTWARE FOR OPTIMUM TRAVEL ROUTE ANALYSIS APPLICATIONS IN RAILWAY NETWORKS

INTERACTIVE TRAINING SOFTWARE FOR OPTIMUM TRAVEL ROUTE ANALYSIS APPLICATIONS IN RAILWAY NETWORKS 1. Uluslar arası Raylı Sistemler Mühendisliği Çalıştayı (IWRSE 12), 11-13 Ekim 2012, Karabük, Türkiye INTERACTIVE TRAINING SOFTWARE FOR OPTIMUM TRAVEL ROUTE ANALYSIS APPLICATIONS IN RAILWAY NETWORKS Abstract

More information

Car CO2 taxation and it s impact on the British car fleet

Car CO2 taxation and it s impact on the British car fleet Car CO2 taxation and it s impact on the British car fleet Ministry of Industry and Information Technology International Council on Clean Transportation Vehicle Fuel Consumption Regulation and Fiscal Policy

More information

A Dynamic Programming Approach for 4D Flight Route Optimization

A Dynamic Programming Approach for 4D Flight Route Optimization A Dynamic Programming Approach for 4D Flight Route Optimization Christian Kiss-Tóth, Gábor Takács Széchenyi István University, Győr, Hungary IEEE International Conference on Big Data Oct 27-30, 2014 Washington

More information

An Instructional Aid System for Driving Schools Based on Visual Simulation

An Instructional Aid System for Driving Schools Based on Visual Simulation An Instructional Aid System for Driving Schools Based on Visual Simulation Salvador Bayarri, Rafael Garcia, Pedro Valero, Ignacio Pareja, Institute of Traffic and Road Safety (INTRAS), Marcos Fernandez

More information

EB TechPaper. Test drive with the tablet. automotive.elektrobit.com

EB TechPaper. Test drive with the tablet. automotive.elektrobit.com EB TechPaper Test drive with the tablet automotive.elektrobit.com 1 A great many test miles have to be covered in the development and validation of driver assistance systems. A tablet with Elektrobit (EB)

More information

INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET-

INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET- ABSTRACT INTERNET FOR VANET NETWORK COMMUNICATIONS -FLEETNET- Bahidja Boukenadil¹ ¹Department Of Telecommunication, Tlemcen University, Tlemcen,Algeria Now in the world, the exchange of information between

More information

Motorcycle Airbag System

Motorcycle Airbag System PRESS INFORMATION September 2005 Motorcycle Airbag System Honda Motor Co., Ltd. Introduction Honda has been proactive in fostering driver and rider training as well as developing and implementing active

More information

A Guide to Vehicle Aerodynamics

A Guide to Vehicle Aerodynamics A Guide to Vehicle Aerodynamics A streamlined vehicle shape is vital in reducing fuel usage by up to 7%. Anything which changes the vehicle outline can add to fuel usage. This guide gives checklists and

More information

Design of vehicle cruise control using road inclinations

Design of vehicle cruise control using road inclinations Design of vehicle cruise control using road inclinations Balázs Németh and Péter Gáspár Abstract The paper proposes the design of velocity based on road inclinations, speed limits, a preceding vehicle

More information

29082012_WF_reporting_bro_UK. www.tomtom.com/telematics

29082012_WF_reporting_bro_UK. www.tomtom.com/telematics 29082012_WF_reporting_bro_UK www.tomtom.com/telematics T E L E M AT I C S WEBFLEET Reporting Let s drive business WEBFLEET Reporting Difficult business decisions are much more straightforward with TomTom

More information

OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM.

OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM. OPEN SOURCE SOFTWARES IN BUILDING WEBGIS OF BUS INFORMATION SYSTEM. Duc Nguyen Huu 1 and Chon Le Trung 2 1 University of Resources and Environment, Ho Chi Minh City. Email: nhduc@hcmunre.edu.vn 2 University

More information

FURBOT : un nouveau système de transport de marchandises en ville. Evangeline Pollard INRIA-RITS

FURBOT : un nouveau système de transport de marchandises en ville. Evangeline Pollard INRIA-RITS FURBOT : un nouveau système de transport de marchandises en ville Evangeline Pollard INRIA-RITS IMARA Informatique, Mathématiques, Automatique, pour la Route Automatisée became RITS Robotics & Intelligent

More information

Testing of particulate emissions from positive ignition vehicles with direct fuel injection system. Technical Report 2013-09-26

Testing of particulate emissions from positive ignition vehicles with direct fuel injection system. Technical Report 2013-09-26 Testing of particulate emissions from positive ignition vehicles with direct fuel injection system -09-26 by Felix Köhler Institut für Fahrzeugtechnik und Mobilität Antrieb/Emissionen PKW/Kraftrad On behalf

More information

E-fficient Drivers' Training in Poland

E-fficient Drivers' Training in Poland DRIVER TRAINING Results of GreenPlan driver training organized by LeasePlan Ing. Jiří Čumpelík CE Solutions, s.r.o. PROJECT INTRODUCTION ECODrive Economically and safely on the road is an independent product

More information

DC Motor Driven Throttle Bodies and Control Valves

DC Motor Driven Throttle Bodies and Control Valves DC Motor Driven Throttle Bodies and Control Valves Flexible Air Management DC motor driven throttle bodies and control valves The Pierburg modular ETC system is a consistent extension of the Pierburg

More information

Multiproject Scheduling in Construction Industry

Multiproject Scheduling in Construction Industry Multiproject Scheduling in Construction Industry Y. Gholipour Abstract In this paper, supply policy and procurement of shared resources in some kinds of concurrent construction projects are investigated.

More information

Mobile Robots / Motivity Controller Motivity Software / Fleet Appliance YOUR INTELLIGENT ROBOTICS PARTNER

Mobile Robots / Motivity Controller Motivity Software / Fleet Appliance YOUR INTELLIGENT ROBOTICS PARTNER A d e p t M o b i l e R o b o t s Mobile Robots / Motivity Controller Motivity Software / Fleet Appliance YOUR INTELLIGENT ROBOTICS PARTNER Adept MT490 Adept MT400 Adept Motivity Core Industrial uses for

More information

Always in the Fast Lane. Voith DIWA in BRT Systems

Always in the Fast Lane. Voith DIWA in BRT Systems Always in the Fast Lane. Voith DIWA in BRT Systems 1 Sustainable Solution for Urban Mobility. Bus Rapid Transit (BRT) Road congestion, environmental pollution, budget restrictions for public transport,

More information