Automated Driving Necessary Infrastructure Shift

Size: px
Start display at page:

Download "Automated Driving Necessary Infrastructure Shift"

Transcription

1 DEVELOPMENT DRIVER ASSISTANCE SYSTEMS Automated Driving Necessary Infrastructure Shift The current driver assistance functions such as automated parking or traffic jam assistants and lane departure warning systems for the highway are the first steps on the way to automated driving. But today s system architectures are already reaching their limits in terms of the driving functions expected in the coming years. The growing interconnectivity of control devices and their increasingly complex functions require an integrated system approach with regards to development and a cross-functional, cross-vehicle software platform. Elektrobit provides proposals for future approaches. EB 42 AUTHOR Dipl.-Ing. (M.Sc.) Karsten Hoffmeister is Senior Manager at Elektrobit in Erlangen (Germany). TRADITIONAL DEVELOPMENT DOES NOT WORK ANYMORE Many driver assistance functions are already available today. But according to the law, drivers are still not permitted to rely on this system completely. If an error occurs (e.g. a sensor fails), they must be able to regain control immediately. The driver assistance functions of the future will give drivers new freedom. They will be able to divert their attention from traffic and attend to other activities. They will be permitted to release the steering wheel, activate their assistance function and also make a video call in a traffic jam instead of paying full attention to the traffic. Systems such as the traffic jam assistant [1] that Audi has announced for 2017 will give drivers more time to take control. Initially, drivers will have up to 10 s to take control of their vehicles again. However, drivers will be explicitly allowed to pay attention to other things

2 while the assistance function is active. This means that they will not be available if a failure occurs. During this time, the vehicle system will be responsible for avoiding or handling dangerous situations. This apparently short period of 10 s will require profound changes in the system architecture. The systems must change from fail silent to fail degraded or even fail operational. They will not be able to simply shut down in case of error until they have given control to the driver. Instead, they must maintain a minimum level of functionality to guarantee the safety of the vehicle and the people in it, FIGURE 1. The vehicle infrastructure, hardware and software must all be engineered to remain capable of working even in case of error. For the first functions, the emergency functions can have a rudimentary scope, for example, coming to a safe, slow stop with warning signal flashers. This safe state is adequate in traffic jams but in normal traffic, the system would have to safely drive to the nearest emergency rest stop or take the next exit and come to a safe stop. Depending on the range of functions required in case of an error, many sub-functions and the associated sensors, actuators and software calculations must be involved. To be able to implement functions with the availability and reliability required by automated driving, a modified system 01I2016 Volume 11 43

3 DEVELOPMENT DRIVER ASSISTANCE SYSTEMS FIGURE 1 The various stages to automated vehicles require a change in the system architecture ( EB) architecture is necessary. However, one control device will still be classically developed: The implementation of driver assistance functions is static and follows a specified pattern (import sensor data, calculate control set point, control actuators). In the future, the development team will be forced to implement more and more solutions on the system level. Individual control devices will leave center stage and the entire system will take the spotlight: Communication paths must be able to change and software functions must be executed by other hardware in real time if the originally executing hardware fails. The requirements for implementing the actual assistance functions, whose complexity in the network with the sensors and actuators is also increasing, are becoming more and more rigorous. The need for high-performance processors that can execute complex calculations in real time is increasing. Parts of the software must also meet strict safety requirements, some at the top safety level: ASIL D (automotive safety integrity level D). But they cannot be implemented on high-performance processors like these without prior changes. A mixture of different controller architectures as execution platforms for future driver assistance functions is necessary. In the optimal case, these heterogeneous computer architectures will be implemented in the automotive industry in a way that makes the functions hardware-independent. And ideally, the developers will not need to know where and how their shares of the functions will be executed. MODIFIED SYSTEM ARCHTICTURE FIGURE 2 Software layers in combination with high-performance hardware platforms (e.g. Drive PX from Nvidia) are the basis of an integrated system approach ( EB) 44 An example of such a hardware platform is Drive PX from Nividia. It consists of an Infineon Aurix processor as the safety controller and two Tegra K1 processors as the performance controller. The associated software supplies Elektrobit with the EB tresos basic software, which in this case is based on the classical Autosar and on a variant of this standard. The variant forms the runtime environment with a dynamic operating system (in this case, Linux) on the Tegra processor in the sense of the new Adaptive Autosar.

4 A framework for driver assistance applications developed by EB is the application that runs on this system. The framework implements modules for fusing sensor data, trajectory planning and control and standard mechanisms for synchronising and coordinating several driver assistance functions as part of a situation-and-decision module. The assistance functions that run in the framework, such as an automated parking function, rely on the safety mechanisms that the underlying infrastructure makes available: The function management and compliance monitoring software, as well as the error handling, run with freedome from interference on the safety controller, FIGURE 2. This guarantees reliable operation. It is also possible to run software with a high ASIL safety level on a control device at the same time as non-safety critical algorithms with high performance requirements (ex. mixed criticality systems ). On dynamic software platforms such as the EB tresos environment that Elektrobit implemented on Drive PX, the communication paths between the individual functions are transparent and flexible. Whether applications communicate with their environment on the same control device via a classical Autosar RTE or the communication is dynamically established and disestablished via suitable software layers and channels to random transmitters and recipients will be irrelevant for applications in the future. This flexibility in communication enables the implementation of redundancy mechanisms for executing functions for fail-operational systems, for example, by implementing hot or cold standby functionality. This means that the functions are redundant on an additional hardware environment in standby and are activated if the main function fails. For cold standbys, they are not activated until the main function fails and displaces less important applications on the control device as required. For hot standbys, they run parallel to the main function. This results in rapid switching capability, but binds resources like CPU time and memory permanently. The sensor and actuator signals are dynamically rerouted, depending on where the function is being run, FIGURE 3. In a control device architecture that permits the described dynamic behaviour, you can guarantee the availability FIGURE 3 Dynamic control device architecture guarantees the reliability of dedicated functional ranges ( EB) of dedicated functionality by intelligently connecting several of these control devices on the system level. Of course physical redundancies in the power supply and communication channels must also be implemented. The advent of Ethernet and several batteries, for example in an electric vehicle, are the basis that will enable a software infrastructure platform for future highly automated driving functions. The challenge for the implementation is that it will require a system-wide approach for implementing a software infrastructure. The functions will be executed on several control devices and the logic for changing the distribution must take system-wide, dynamic aspects into consideration. The information on the functioning of the individual control devices must be acquired centrally. Decisions can be derived from these data: Depending on the status of the hardware and the integrity of the run-time environment the system must be re-configured. The place where functions are executed changes and the sensor and actuator signals are rerouted. The goal is to be able to reliably execute dedicated functions independently of which errors occur in the system or of which hardware fails. This can be achieved through a service-oriented architecture with central control and distribution mechanisms. 01I2016 Volume 11 45

5 DEVELOPMENT Driver AssiSTAnce SySTEMS A single platform must be created, a sort of total vehicle operating system. The need here becomes even more obvious if new technologies are added to the fail-operational requirement, such as the permanent connectivity of vehicles with their environments. An online connection like this would also require a modification in the architecture that satisfies the stricter security requirements. Firewalls, access controls and the observation of systems from within so as to be able to detect potential manipulation of safety-critical functions (intrusion detection) are all additional examples for the increasing requirements for a software infrastructure platform to be implemented in vehicles. INTEGRATED DEVELOPMENT With today s development approach, it will be difficult to implement an overall system consisting of hardware and software. Vehicles still consist of communicating lone warriors : the control devices with their local functions. Some of them have been defined independently of each other, specified by different departments at car manufacturers and developed by different suppliers. The software is based partially on standards such as Autosar, but a universal platform is a solution of the future. New players and various start-ups for electric vehicles whose self-images are that of non-traditional vehicle manufacturers and of course the major IT providers have the advantage that they can launch and structure the development process in the new system areas such as driver assistance functions from the ground up. As a result, they will make very different architecture related decisions and accelerate the change in vehicle system architectures. Car manufacturers, Tier 1 suppliers and software developers are all faced with the challenge of adapting their development and supplier structures both a result of growth over time. This is the only way to design completely new system architecture and pave the way to a software-defined vehicle infrastructure platform. REFERENCE [1] Pilot-Autonom-bis-Tempo-60-Serienreife-ab html 46

6 chassis.tech plus 7th International Munich Chassis Symposium 14 and 15 June 2016 Munich Germany MODERN CHASSIS MODERN CHASSIS Steps towards intelligent systems Steps towards intelligent systems SMART CHASSIS Requirements and testing ASSISTANCE SYSTEMS Increased safety and comfort SMART CHASSIS Requirements and testing /// SCIENTIFIC DIRECTOR ASSISTANCE SYSTEMS Increased safety and comfort Prof. Dr. Peter E. Pfeffer Munich University of Applied Sciences /// ONE FOR ALL Four congresses in one event chassis.tech plus Simultaneous Interpreting German and English chassis.tech steering.tech brake.tech tire.wheel.tech AUDI 7th International Munich Chassis Symposium 14 and 15 June 2016 Munich Germany /// SCIENTIFIC DIRECTOR Prof. Dr. Peter E. Pfeffer Munich University of Applied Sciences /// ONE FOR ALL Four congresses in one event /// KINDLY SUPPORTED BY PROGRAM AND REGISTRATION Phone Abraham-Lincoln-Straße 46 Fax Wiesbaden Germany ATZlive@springer.com 01I2016 Volume

The Safe State: Design Patterns and Degradation Mechanisms for Fail- Operational Systems

The Safe State: Design Patterns and Degradation Mechanisms for Fail- Operational Systems The Safe State: Design Patterns and Degradation Mechanisms for Fail- Operational Systems Alexander Much 2015-11-11 Agenda About EB Automotive Motivation Comparison of different architectures Concept for

More information

10 th AUTOSAR Open Conference

10 th AUTOSAR Open Conference 10 th AUTOSAR Open Conference Dr. Moritz Neukirchner Elektrobit Automotive GmbH Building Performance ECUs with Adaptive AUTOSAR AUTOSAR Nov-2017 Major market trends and their impact Trends Impact on E/E

More information

Designing a software framework for automated driving. Dr.-Ing. Sebastian Ohl, 2017 October 12 th

Designing a software framework for automated driving. Dr.-Ing. Sebastian Ohl, 2017 October 12 th Designing a software framework for automated driving Dr.-Ing. Sebastian Ohl, 2017 October 12 th Challenges Functional software architecture with open interfaces and a set of well-defined software components

More information

Seamless Tool Chain for Testing Camera-based Advanced Driver Assistance Systems

Seamless Tool Chain for Testing Camera-based Advanced Driver Assistance Systems DEVELOPMENT Driver Assistance Systems IPG Automotive Seamless Tool Chain for Testing Camera-based Advanced Driver Assistance Systems AUTHORS Dipl.-Wirt.-Ing. Raphael Pfeffer is Product Manager Test Systems

More information

Driving virtual Prototyping of Automotive Electronics

Driving virtual Prototyping of Automotive Electronics Driving virtual Prototyping of Electronics B. Hellenthal, AUDI AG, Competence Center Electronics & Semiconductor, DVCon, Munich, October 17 th, 2017 Project Idea More space for passengers enabled by decreasing

More information

Autonomous Driving From Fail-Safe to Fail-Operational Systems

Autonomous Driving From Fail-Safe to Fail-Operational Systems Autonomous Driving From Fail-Safe to Fail-Operational Systems Rudolf Grave December 3, 2015 Agenda About EB Automotive Autonomous Driving Requirements for a future car infrastructure Concepts for fail-operational

More information

Introduction to Adaptive AUTOSAR. Dheeraj Sharma July 27, 2017

Introduction to Adaptive AUTOSAR. Dheeraj Sharma July 27, 2017 Introduction to Adaptive AUTOSAR Dheeraj Sharma July 27, 2017 Overview Software Platform and scope of Adaptive AUTOSAR Adaptive AUTOSAR architecture and roadmap EB Adaptive Platform and Prototyping solution

More information

Software integration challenge multi-core experience from real world projects

Software integration challenge multi-core experience from real world projects Software integration challenge multi-core experience from real world projects Rudolf Grave 17.06.2015 Agenda About EB Automotive Motivation Constraints for mapping functions to cores AUTOSAR & MultiCore

More information

Arccore AB 2017, all rights reserved. Accelerating innovation

Arccore AB 2017, all rights reserved. Accelerating innovation 2017-03-02 Arccore AB 2017, all rights reserved Accelerating innovation ARCCORE in brief Independent vendor of automotive-sw with focus on AUTOSAR Integration, adaptation and service Incorporated 2009

More information

Cyber security mechanisms for connected vehicles

Cyber security mechanisms for connected vehicles Infineon Security Partner Network Partner Use Case Cyber security mechanisms for connected vehicles Protecting automotive vehicle networks and business models from cyber security attacks Products AURIX

More information

> Acoustical feedback in the form of a beep with increasing urgency with decreasing distance to an obstacle

> Acoustical feedback in the form of a beep with increasing urgency with decreasing distance to an obstacle PARKING ASSIST TESTING THE MEASURABLE DIFFERENCE. > Creation of complex 2-dimensional objects > Online distance calculations between moving and stationary objects > Creation of Automatic Points of Interest

More information

SW-Update. Thomas Fleischmann June 5 th 2015

SW-Update. Thomas Fleischmann June 5 th 2015 Thomas Fleischmann June 5 th 2015 2 3 Agenda The big picture SW-Update today Diagnostics vs SW-Update Our solution for SW-Update The real challenges beyond getting a file into the car Elektrobit (EB),

More information

EB TechPaper. EB Assist Car Data Recorder Innovative test drive support. automotive.elektrobit.com

EB TechPaper. EB Assist Car Data Recorder Innovative test drive support. automotive.elektrobit.com EB TechPaper EB Assist Car Data Recorder Innovative test drive support automotive.elektrobit.com Elektrobit Automotive has developed a new solution that supports vehicle manufacturers and suppliers in

More information

Scalable and Flexible Software Platforms for High-Performance ECUs. Christoph Dietachmayr Sr. Engineering Manager, Elektrobit November 8, 2018

Scalable and Flexible Software Platforms for High-Performance ECUs. Christoph Dietachmayr Sr. Engineering Manager, Elektrobit November 8, 2018 Scalable and Flexible Software Platforms for High-Performance ECUs Christoph Dietachmayr Sr. Engineering Manager, November 8, Agenda A New E/E Architectures and High-Performance ECUs B Non-Functional Aspects:

More information

10 th AUTOSAR Open Conference

10 th AUTOSAR Open Conference 10 th AUTOSAR Open Conference Nadym Salem, Jan Hegewald Carmeq GmbH Dealing with the Challenges for Future Software Systems in the Automotive Industry with the AUTOSAR Standards AUTOSAR Nov-2017 Dealing

More information

Current status and Future of AUTOSAR. Markus Bechter 7 th AUTOSAR Open Conference Oct. 22 nd -23 rd 2014, Detroit

Current status and Future of AUTOSAR. Markus Bechter 7 th AUTOSAR Open Conference Oct. 22 nd -23 rd 2014, Detroit Current status and Future of AUTOSAR Markus Bechter 7 th AUTOSAR Open Conference Oct. 22 nd -23 rd 2014, Detroit Overview Achievements AUTOSAR Products Future of AUTOSAR 3 Achievements new concepts in

More information

Advantage of a GPU powered trajectory planning for autonomous driving using NVidia DrivePX. GPU Technology Conference 2017

Advantage of a GPU powered trajectory planning for autonomous driving using NVidia DrivePX. GPU Technology Conference 2017 Advantage of a GPU powered trajectory planning for autonomous driving using NVidia DrivePX GPU Technology Conference 2017 GTC Munich, 12 th October 2017 Dipl.-Ing. Jörg Küfen - Senior Manager Engineer

More information

From Signal to Service

From Signal to Service From Signal to Service Challenges for the Development of AUTOSAR Adaptive Applications Automotive Ethernet and AUTOSAR Adaptive are key technologies for highly automated driving and comprehensive connectivity

More information

Taking the Right Turn with Safe and Modular Solutions for the Automotive Industry

Taking the Right Turn with Safe and Modular Solutions for the Automotive Industry Taking the Right Turn with Safe and Modular Solutions for the Automotive Industry A Time-Triggered Middleware for Safety- Critical Automotive Applications Ayhan Mehmet, Maximilian Rosenblattl, Wilfried

More information

New ARMv8-R technology for real-time control in safetyrelated

New ARMv8-R technology for real-time control in safetyrelated New ARMv8-R technology for real-time control in safetyrelated applications James Scobie Product manager ARM Technical Symposium China: Automotive, Industrial & Functional Safety October 31 st 2016 November

More information

Adaptive AUTOSAR for high-performance in-car computers

Adaptive AUTOSAR for high-performance in-car computers EB TechPaper Adaptive AUTOSAR for high-performance in-car computers Adaptable for the future elektrobit.com Adaptive AUTOSAR paves the way for greater flexibility in ECU software in vehicles. The systems

More information

10 th AUTOSAR Open Conference

10 th AUTOSAR Open Conference 10 th AUTOSAR Open Conference Pierre-Antoine Bernard OpenSynergy GmbH Cornel Izbasa OpenSynergy GmbH Virtualization Solutions for the AUTOSAR Classic and Adaptive Platforms AUTOSAR Nov-2017 OpenSynergy

More information

Communication Patterns in Safety Critical Systems for ADAS & Autonomous Vehicles Thorsten Wilmer Tech AD Berlin, 5. March 2018

Communication Patterns in Safety Critical Systems for ADAS & Autonomous Vehicles Thorsten Wilmer Tech AD Berlin, 5. March 2018 Communication Patterns in Safety Critical Systems for ADAS & Autonomous Vehicles Thorsten Wilmer Tech AD Berlin, 5. March 2018 Agenda Motivation Introduction of Safety Components Introduction to ARMv8

More information

Is This What the Future Will Look Like?

Is This What the Future Will Look Like? Is This What the Future Will Look Like? Implementing fault tolerant system architectures with AUTOSAR basic software Highly automated driving adds new requirements to existing safety concepts. It is no

More information

Virtual Hardware ECU How to Significantly Increase Your Testing Throughput!

Virtual Hardware ECU How to Significantly Increase Your Testing Throughput! Virtual Hardware ECU How to Significantly Increase Your Testing Throughput! Elektrobit Tech Day Jason Niatas Synopsys Inc. July 27, 2017 2017 Synopsys, Inc. 1 Agenda Automotive electronic evolution and

More information

ISO meets AUTOSAR - First Lessons Learned Dr. Günther Heling

ISO meets AUTOSAR - First Lessons Learned Dr. Günther Heling ISO 26262 meets AUTOSAR - First Lessons Learned Dr. Günther Heling Agenda 1. ISO 26262 and AUTOSAR Two Basic Contradictions Top-Down vs. Reuse Concentration vs. Distribution 2. Approach Mixed ASIL System

More information

PREEvision Technical Article

PREEvision Technical Article PREEvision Technical Article E/E Development for Future Vehicle Innovations: An Integrated, Model-based Approach The development of modern electric/electronic (E/E) architectures is a challenge today more

More information

Development of an autonomous driving ECU platform for streamlining the development of autonomous driving vehicle applications

Development of an autonomous driving ECU platform for streamlining the development of autonomous driving vehicle applications FOR IMMEDIATE RELEASE Development of an autonomous driving ECU platform for streamlining the development of autonomous driving vehicle applications Tokyo, October 17, 2016 ---Hitachi Automotive Systems,

More information

ARM Moves Further Into Automotive with NXP's Launch of S32K Series to the General Market

ARM Moves Further Into Automotive with NXP's Launch of S32K Series to the General Market ARM Moves Further Into Automotive with NXP's Launch of S32K Series to the General Market Automotive Electronics (AES) Report Snapshot NXP has now launched its new S32K range of microcontrollers for the

More information

Adaptive AUTOSAR: Infrastructure Software for Advanced Driver Assistance. Chris Thibeault June 7, 2016

Adaptive AUTOSAR: Infrastructure Software for Advanced Driver Assistance. Chris Thibeault June 7, 2016 Adaptive : Infrastructure Software for Advanced Driver Assistance Chris Thibeault June 7, 2016 Agenda for Adaptive Platform Introduction Goals for the presentation What is the Adaptive Platform? Why do

More information

A NEW CONCEPT IN OTA UPDATING FOR AUTOMOTIVE

A NEW CONCEPT IN OTA UPDATING FOR AUTOMOTIVE WHITE PAPER A NEW CONCEPT IN OTA UPDATING FOR AUTOMOTIVE Zohar Fox, CEO OTA Updates are not a new concept. They first became a widespread technology for remote updates with the introduction of 3G networks

More information

Linux and AUTOSAR Vector Informatik Congress, Stuttgart,

Linux and AUTOSAR Vector Informatik Congress, Stuttgart, Linux and AUTOSAR Vector Informatik Congress, Stuttgart, 12.2010 Brief Introduction to OpenSynergy OpenSynergy is a software company bringing innovative technologies into embedded automotive applications.

More information

Automotive and Aerospace Synergies

Automotive and Aerospace Synergies Corporate Technical Office Automotive and Aerospace Synergies Potential for common activities Denis Chapuis, EADS Corporate Technical Office, Electronics denis.chapuis@eads.net Seite 1 Presentation title

More information

Automotive Networks Are New Busses and Gateways the Answer or Just Another Challenge? ESWEEK Panel Oct. 3, 2007

Automotive Networks Are New Busses and Gateways the Answer or Just Another Challenge? ESWEEK Panel Oct. 3, 2007 Automotive Networks Are New Busses and Gateways the Answer or Just Another Challenge? ESWEEK Panel Oct. 3, 2007 Automotive Networks complex networks hundreds of functions 50+ ECUs (Electronic Control Unit)

More information

AUTOSAR proofs to be THE automotive software platform for intelligent mobility

AUTOSAR proofs to be THE automotive software platform for intelligent mobility AUTOSAR proofs to be THE automotive software platform for intelligent mobility Dr.-Ing. Thomas Scharnhorst AUTOSAR Spokesperson Simon Fürst, BMW AG Stefan Rathgeber, Continental Corporation Lorenz Slansky,

More information

End-to-end Safety, Security and Reliability Keys for a successful I4.0 Migration

End-to-end Safety, Security and Reliability Keys for a successful I4.0 Migration End-to-end Safety, Security and Reliability Keys for a successful I4.0 Migration Dr. Andreas Hauser Director Digital Service, TÜV SÜD Tokyo, 21 February 2017 Corporate Profile Slide 2 Our heritage: 150

More information

Autorama, Connecting Your Car to

Autorama, Connecting Your Car to Autorama, Connecting Your Car to the Internet of Tomorrow Nicholas Sargologos, Senior Marketing Manager, Digital Networking Freescale Semiconductor Overview Automotive OEMs need a secure, managed process

More information

PREEvision Technical Article

PREEvision Technical Article PREEvision Technical Article AUTOSAR-Conformant Vehicle Diagnostics over : Developing Diagnostic Communications for E/E Systems The electronically controlled systems of modern vehicles are networked with

More information

Functional Safety on Multicore Microcontrollers for Industrial Applications

Functional Safety on Multicore Microcontrollers for Industrial Applications Functional Safety on Multicore Microcontrollers for Industrial Applications Thomas Barth Department of Electrical Engineering Hochschule Darmstadt University of Applied Sciences Darmstadt, Germany thomas.barth@h-da.de

More information

OVERVIEW OF AUTOMATED DRIVING RESEARCH IN EUROPE. Dr. Angelos Amditis Research Director, ICCS

OVERVIEW OF AUTOMATED DRIVING RESEARCH IN EUROPE. Dr. Angelos Amditis Research Director, ICCS OVERVIEW OF AUTOMATED DRIVING RESEARCH IN EUROPE Dr. Angelos Amditis Research Director, ICCS OUTLINE Introduction L3Pilot: Pilot Testing INFRAMIX: Hybrid Infrastructure SAFERtec:Cyber-security / Security

More information

BUILDING AUTOMATION OF THE FUTURE

BUILDING AUTOMATION OF THE FUTURE BUILDING AUTOMATION OF THE FUTURE BUILDING AUTOMATION OF THE FUTURE Building automation over IP: With its revolutionary Smart Building concept, MICROSENS enables building automation at low cost. Because,

More information

Functional Safety Architectural Challenges for Autonomous Drive

Functional Safety Architectural Challenges for Autonomous Drive Functional Safety Architectural Challenges for Autonomous Drive Ritesh Tyagi: August 2018 Topics Market Forces Functional Safety Overview Deeper Look Fail-Safe vs Fail-Operational Architectural Considerations

More information

VANETs. Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe

VANETs. Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe VANETs Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe April 15 th 2005 Marc Torrent Moreno 1 Main Motivation

More information

Model Based Development of a Light Function for a Rapid Prototyping System. Prof. Dr. Dieter Nazareth

Model Based Development of a Light Function for a Rapid Prototyping System. Prof. Dr. Dieter Nazareth for a System Prof. Dr. Dieter Nazareth 2012 Prof. Dr. Dieter Nazareth Hochschule Landshut Electronic Control Units Today most functions in a car provided to the driver are electronically supported, i.e.

More information

Model Based Development and Code Generation for Automotive Embedded Systems. April 26, 2017 Dr. Gergely Pintér, Dr. Máté Kovács thyssenkrupp Steering

Model Based Development and Code Generation for Automotive Embedded Systems. April 26, 2017 Dr. Gergely Pintér, Dr. Máté Kovács thyssenkrupp Steering Model Based Development and Code Generation for Automotive Embedded Systems April 26, 2017 Dr. Gergely Pintér, Dr. Máté Kovács Agenda Model Based Development and Code Generation for Automotive Embedded

More information

Welcome Note. Dr. Thomas Scharnhorst, AUTOSAR Spokesperson 10 th AUTOSAR Open Conference 8 th Nov 2017, Mountain View, California

Welcome Note. Dr. Thomas Scharnhorst, AUTOSAR Spokesperson 10 th AUTOSAR Open Conference 8 th Nov 2017, Mountain View, California Dr. Thomas Scharnhorst, AUTOSAR Spokesperson 10 th AUTOSAR Open Conference 8 th Nov 2017, Mountain View, California Welcome Willkommen Bienvenu 歡迎 Boas-vindas Welkom добро пожаловать ようこそ 환영합니다 Bienvenida

More information

Automotive Gateway: A Key Component to Securing the Connected Car

Automotive Gateway: A Key Component to Securing the Connected Car Automotive : A Key Component to Securing the Connected Car Introduction Building vehicles with gateways electronic devices that enable secure and reliable communications among a vehicle s electronic systems

More information

Software Architecture for Secure ECUs. Rudolf Grave EB TechDay-June 2015

Software Architecture for Secure ECUs. Rudolf Grave EB TechDay-June 2015 Software Architecture for Secure ECUs Rudolf Grave EB TechDay-June 2015 Agenda No safety without security and vice versa Established Safety Concepts Safety Analysis Methods for Security Analysis Secure

More information

AUTOSAR - Challenges and Solutions from a Software Vendor s Perspective

AUTOSAR - Challenges and Solutions from a Software Vendor s Perspective AUTOSAR - Challenges and Solutions from a Software Vendor s Perspective Thomas M. Galla and Roman Pallierer Elektrobit Austria GmbH Kaiserstrasse 45/2 A-1070 Vienna, Austria E-mail: {thomas.galla, roman.pallierer}@elektrobit.com

More information

Riccardo Mariani, Intel Fellow, IOTG SEG, Chief Functional Safety Technologist

Riccardo Mariani, Intel Fellow, IOTG SEG, Chief Functional Safety Technologist Riccardo Mariani, Intel Fellow, IOTG SEG, Chief Functional Safety Technologist Internet of Things Group 2 Internet of Things Group 3 Autonomous systems: computing platform Intelligent eyes Vision. Intelligent

More information

SIMATIC HMI. Software RemoteOperate V2. Preface. Overview 1. Range of functions of the RemoteOperate software. Hardware and software requirements

SIMATIC HMI. Software RemoteOperate V2. Preface. Overview 1. Range of functions of the RemoteOperate software. Hardware and software requirements Preface SIMATIC HMI Software SIMATIC HMI Software Programming Manual Overview 1 Range of functions of the RemoteOperate software 2 Hardware and software requirements 3 Installing RemoteOperate 4 Server

More information

Advanced Transportation Optimization Systems (ATOS)

Advanced Transportation Optimization Systems (ATOS) Advanced Transportation Optimization Systems (ATOS) By Andrew Andrusko Undergraduate Student Student in Civil Engineering, Urban & Regional Studies, Social Studies, Geography, Geology Programs Minnesota

More information

Autonomous Driving Solutions

Autonomous Driving Solutions Autonomous Driving Solutions Oct, 2017 DrivePX2 & DriveWorks Marcus Oh (moh@nvidia.com) Sr. Solution Architect, NVIDIA This work is licensed under a Creative Commons Attribution-Share Alike 4.0 (CC BY-SA

More information

4G and 5G Cellular Technologies Enable Intelligent Transportation Use Cases

4G and 5G Cellular Technologies Enable Intelligent Transportation Use Cases 4G and 5G Cellular Technologies Enable Intelligent Transportation Use Cases Martti Mustajärvi martti.mustajarvi@nokia.com Nokia Innovation Steering Principal Technologist 1 Nokia 2016 1 Our mission is

More information

Solving functional safety challenges in Automotive with NOR Flash Memory

Solving functional safety challenges in Automotive with NOR Flash Memory Solving functional safety challenges in Automotive with NOR Flash Memory Sandeep Krishnegowda Marketing Director Flash Business Unit Cypress Semiconductor 1 Flash Memory Summit 2018 / Santa Clara, CA Automotive

More information

Architecture concepts in Body Control Modules

Architecture concepts in Body Control Modules Bitte decken Sie die schraffierte Fläche mit einem Bild ab. Please cover the shaded area with a picture. (24,4 x 11,0 cm) Course 7 www.continental-corporation.com Interior Body and Security Table Of Contents

More information

Compliance Verification Process for Ethernet ECUs

Compliance Verification Process for Ethernet ECUs Compliance Verification Process for Ethernet ECUs Automotive Ethernet Congress 2015 Munich, February 4, 2015 Dr.-Ing. Terezia Toth Head of Compliance Laboratory / Senior Consultant Engineer Agenda 1. Motivation

More information

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST A Cloud WHERE PHYSICAL AND VIRTUAL STORAGE ARE TOGETHER AT LAST Not all Cloud solutions are the same so how do you know which one is right for your business now and in the future? NTT Communications ICT

More information

November 16, TTTech Computertechnik AG / TTTech Auto AG Copyright TTTech Auto AG. All rights reserved

November 16, TTTech Computertechnik AG / TTTech Auto AG Copyright TTTech Auto AG. All rights reserved Future Mobility Approaches and Required Developments for On-board Networks and ADAS Computers Andreas ECKEL, Teamlead Grants Jan RADKE, Cooperation Manager TTTech Computertechnik AG / TTTech Auto AG November

More information

Resistance Is Futile Electronics Are on the Rise Electronic Control Units and Communication Protocols

Resistance Is Futile Electronics Are on the Rise Electronic Control Units and Communication Protocols Electronic Control Units and Communication Protocols April 2009 PREPARED BY: IHS Global Insight, Inc. Electronics content in cars has been steadily increasing since as far back as the early 1970s, starting

More information

Future Implications for the Vehicle When Considering the Internet of Things (IoT)

Future Implications for the Vehicle When Considering the Internet of Things (IoT) Future Implications for the Vehicle When Considering the Internet of Things (IoT) FTF-AUT-F0082 Richard Soja Automotive MCU Systems Engineer A P R. 2 0 1 4 TM External Use Agenda Overview of Existing Automotive

More information

Handling Challenges of Multi-Core Technology in Automotive Software Engineering

Handling Challenges of Multi-Core Technology in Automotive Software Engineering Model Based Development Tools for Embedded Multi-Core Systems Handling Challenges of Multi-Core Technology in Automotive Software Engineering VECTOR INDIA CONFERENCE 2017 Timing-Architects Embedded Systems

More information

To realize Connected Vehicle Society. Yosuke NISHIMURO Ministry of Internal Affairs and Communications (MIC), Japan

To realize Connected Vehicle Society. Yosuke NISHIMURO Ministry of Internal Affairs and Communications (MIC), Japan To realize Connected Vehicle Society Yosuke NISHIMURO Ministry of Internal Affairs and Communications (MIC), Japan Services provided by Connected Vehicle 1 Vehicle 5G V2X Connected Vehicle Big Data AI

More information

ARM processors driving automotive innovation

ARM processors driving automotive innovation ARM processors driving automotive innovation Chris Turner Director of advanced technology marketing, CPU group ARM tech forums, Seoul and Taipei June/July 2016 The ultimate intelligent connected device

More information

Securing V2X communications with Infineon HSM

Securing V2X communications with Infineon HSM Infineon Security Partner Network Securing V2X communications with Infineon HSM Savari and Infineon The Sign of Trust for V2X Products SLI 97 www.infineon.com/ispn Use case Application context and security

More information

Reliable Statements about a Fault-Tolerant X-by-Wire ecar. Reliable Statements about a Fault-Tolerant X-by-Wire ecar Unrestricted 2017 Siemens AG

Reliable Statements about a Fault-Tolerant X-by-Wire ecar. Reliable Statements about a Fault-Tolerant X-by-Wire ecar Unrestricted 2017 Siemens AG Reliable Statements about a Fault-Tolerant X-by-Wire ecar Reliable Statements about a Fault-Tolerant X-by-Wire ecar Unrestricted 2017 Siemens AG Reliable Statements about a Fault-Tolerant X-by-Wire ecar

More information

Optical Sensors: Key Technology for the Autonomous Car

Optical Sensors: Key Technology for the Autonomous Car Optical Sensors: Key Technology for the Autonomous Car Rajeev Thakur, P.E., Product Marketing Manager, Infrared Business Unit, Osram Opto Semiconductors Autonomously driven cars will combine a variety

More information

Design and Implementation of Android-based MobileSecond Platform Architecture & its Smart Care Service

Design and Implementation of Android-based MobileSecond Platform Architecture & its Smart Care Service Design and Implementation of Android-based MobileSecond Platform Architecture & its Smart Care Service Joongjin Kook 1 Information Technology Department, Korea Electronics Technology Institute, Seoul,

More information

Spectrum for Intelligent Transport Systems

Spectrum for Intelligent Transport Systems Spectrum for Intelligent Transport Systems GSMA Public Policy Position October 2017 COPYRIGHT 2017 GSMA SPECTRUM FOR INTELLIGENT TRANSPORT SYSTEMS Executive Summary 1 SPECTRUM FOR INTELLIGENT TRANSPORT

More information

Functional Safety on Multicore Microcontrollers for Industrial Applications. Thomas Barth (h-da) Prof. Dr.-Ing. Peter Fromm (h-da)

Functional Safety on Multicore Microcontrollers for Industrial Applications. Thomas Barth (h-da) Prof. Dr.-Ing. Peter Fromm (h-da) Functional Safety on Multicore Microcontrollers for Industrial Applications Thomas Barth (h-da) Prof. Dr.-Ing. Peter Fromm (h-da) Contents Functional Safety Multicore Motivation ISO13849 Implemented Software

More information

DEVELOPMENT OF DISTRIBUTED AUTOMOTIVE SOFTWARE The DaVinci Methodology

DEVELOPMENT OF DISTRIBUTED AUTOMOTIVE SOFTWARE The DaVinci Methodology DEVELOPMENT OF DISTRIBUTED AUTOMOTIVE SOFTWARE The DaVinci Methodology Dr. Uwe Honekamp, Matthias Wernicke Vector Informatik GmbH, Dep. PND - Tools for Networks and distributed Systems Abstract: The software

More information

Economic and Social Council

Economic and Social Council United Nations Economic and Social Council ECE/TRANS/WP.29/2017/46 Distr.: General 23 December 2016 Original: English Economic Commission for Europe Inland Transport Committee World Forum for Harmonization

More information

RoSES. Robust Self-configuring Embedded Systems ENGINEERING. Prof. Philip Koopman

RoSES. Robust Self-configuring Embedded Systems ENGINEERING. Prof. Philip Koopman RoSES Robust Self-configuring Embedded Systems http://www.ece.cmu.edu/roses Prof. Philip Koopman Bill Nace Charles Shelton Meredith Beveridge Tridib Chakravarty Chris Martin Mike Bigrigg Institute for

More information

Fundamental Technologies Driving the Evolution of Autonomous Driving

Fundamental Technologies Driving the Evolution of Autonomous Driving 426 Hitachi Review Vol. 65 (2016), No. 9 Featured Articles Fundamental Technologies Driving the Evolution of Autonomous Driving Takeshi Shima Takeshi Nagasaki Akira Kuriyama Kentaro Yoshimura, Ph.D. Tsuneo

More information

Securing the future of mobility

Securing the future of mobility Kaspersky Transportation System Security AVL Software and Functions Securing the future of mobility www.kaspersky.com #truecybersecurity Securing the future of mobility Connected car benefits The need

More information

Automotive Testing: Optical 3D Metrology Improves Safety and Comfort

Automotive Testing: Optical 3D Metrology Improves Safety and Comfort Automotive Testing: Optical 3D Metrology Improves Safety and Comfort GOM Measuring System: ARAMIS, TRITOP, GOM Touch Probe Keywords: Automotive, Crash Testing, Static and Dynamic Deformation, Simulation

More information

What s inside: What is deep learning Why is deep learning taking off now? Multiple applications How to implement a system.

What s inside: What is deep learning Why is deep learning taking off now? Multiple applications How to implement a system. Point Grey White Paper Series What s inside: What is deep learning Why is deep learning taking off now? Multiple applications How to implement a system More and more, machine vision systems are expected

More information

How Security Mechanisms Can Protect Cars Against Hackers. Christoph Dietachmayr, CIS Solution Manager EB USA Techday, Dec.

How Security Mechanisms Can Protect Cars Against Hackers. Christoph Dietachmayr, CIS Solution Manager EB USA Techday, Dec. How Security Mechanisms Can Protect Cars Against Hackers Christoph Dietachmayr, CIS Solution Manager EB USA Techday, Dec. 3 rd 2015 Driver s Fears Are Being Fueled by Recent News ConnectedCars, new opportunies

More information

10 th AUTOSAR Open Conference

10 th AUTOSAR Open Conference 10 th AUTOSAR Open Conference Dr. Günther Heling Vector Informatik AUTOSAR Adaptive Platform Now it s Time to get on Board AUTOSAR Nov-2017 Introduction At the first glance Adaptive and Classic don t have

More information

Advanced IP solutions enabling the autonomous driving revolution

Advanced IP solutions enabling the autonomous driving revolution Advanced IP solutions enabling the autonomous driving revolution Chris Turner Director, Emerging Technology & Strategy, Embedded & Automotive Arm Shanghai, Beijing, Shenzhen Arm Tech Symposia 2017 Agenda

More information

ADAS: A Safe Eye on The Road

ADAS: A Safe Eye on The Road ADAS: A Safe Eye on The Road FTF-AUT-F0334 Allan McAuslin Product Manager A P R. 2 0 1 4 TM External Use Mobility Innovation Factors Cleaner world Safer World Secure Connectivity Mobility for everyone

More information

Automotive Anomaly Monitors and Threat Analysis in the Cloud

Automotive Anomaly Monitors and Threat Analysis in the Cloud Automotive Anomaly Monitors and Threat Analysis in the Cloud Dr. André Weimerskirch Vector Automotive Cyber Security Symposium October 12, 2017 Cybersecurity Components Secure Internal & External Communications

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

Cisco Application Centric Infrastructure (ACI) - Endpoint Groups (EPG) Usage and Design

Cisco Application Centric Infrastructure (ACI) - Endpoint Groups (EPG) Usage and Design White Paper Cisco Application Centric Infrastructure (ACI) - Endpoint Groups (EPG) Usage and Design Emerging IT technologies have brought about a shift from IT as a cost center to IT as a business driver.

More information

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC

SIMPLIFYING THE CAR. Helix chassis. Helix chassis. Helix chassis WIND RIVER HELIX CHASSIS WIND RIVER HELIX DRIVE WIND RIVER HELIX CARSYNC W I N D R I V E R H E L I X C H A S S I S SIMPLIFYING THE WIND RIVER HELIX CHASSIS Helix Chassis brings together software, technologies, tools, and services to help automotive manufacturers unify, simplify,

More information

Isolation of Cores. Reduce costs of mixed-critical systems by using a divide-and-conquer startegy on core level

Isolation of Cores. Reduce costs of mixed-critical systems by using a divide-and-conquer startegy on core level Isolation of s Reduce costs of mixed-critical systems by using a divide-and-conquer startegy on core level Claus Stellwag, Elektrobit Automotive GmbH; Thorsten Rosenthal, Delphi; Swapnil Gandhi, Delphi

More information

AMS6, Amstel Business Park Campus. Highly connected, Energy efficient data centre. Duivendrechtse kade 80A 1096 AH Amsterdam Netherlands

AMS6, Amstel Business Park Campus. Highly connected, Energy efficient data centre. Duivendrechtse kade 80A 1096 AH Amsterdam Netherlands AMS6, Amstel Business Park Campus Highly connected, Energy efficient data centre. Duivendrechtse kade 80A 1096 AH Amsterdam Netherlands Tel: +31 (0) 20 592 9263 Nl.info@telecity.com www.telecitygroup.nl

More information

ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II

ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II ETHERNET AS AN EMERGING TREND IN VEHICLE NETWORK TECHNOLOGY PART II In the second part of this paper on Ethernet as an emerging trend in vehicle network technology, we look at the challenges and the progress

More information

Using a Separation Kernel to Protect against the Remote Exploitation of Unaltered Passenger Vehicles

Using a Separation Kernel to Protect against the Remote Exploitation of Unaltered Passenger Vehicles Safety & Security for the Connected World Using a Separation Kernel to Protect against the Remote Exploitation of Unaltered Passenger Vehicles 16 th June 2015 Mark Pitchford, Technical Manager, EMEA Today

More information

Innovating with a Trillion Smart Objects

Innovating with a Trillion Smart Objects Bucharest April 2013 Innovating with a Trillion Smart Objects Ian Kennedy Senior Director, Cisco Europe, Middle East, Africa, Russia 2011 2012 Cisco and/or its affiliates. All rights reserved. Cisco Connect

More information

PROFITBRICKS IAAS VIRTUAL DATA CENTER. An Introduction to ProfitBricks VDC

PROFITBRICKS IAAS VIRTUAL DATA CENTER. An Introduction to ProfitBricks VDC PROFITBRICKS IAAS VIRTUAL DATA CENTER An Introduction to ProfitBricks VDC Why Cloud Computing? In the future, it will be difficult for IT service providers to avoid the subject of cloud computing. Still

More information

Automotive and industrial use cases for CAN FD

Automotive and industrial use cases for CAN FD Improved CAN Automotive and industrial use cases for CAN FD Dr. Tobias Lorenz Author Dr. Tobias Lorenz Etas GmbH PO Box 300220 DE-70442 Stuttgart Tel.: +49-711-89661-0 Fax: +49-711-89661-107 tobias.lorenz@etas.com

More information

Car-Net via Wi-Fi hotspot Setting up an Internet connection via Wi-Fi in order to use Car-Net

Car-Net via Wi-Fi hotspot Setting up an Internet connection via Wi-Fi in order to use Car-Net Car-Net via Wi-Fi hotspot Setting up an Internet connection via Wi-Fi in order to use Car-Net Dear driver, Here you find out how and under what requirements a Wi-Fi Internet connection to your infotainment

More information

GE Intelligent Platforms PAC8000 RTU

GE Intelligent Platforms PAC8000 RTU GE Intelligent Platforms PAC8000 RTU A ruggedized, reliable RTU PAC8000 Remote Terminal Unit (RTU) thrives in the desert heat of the Arabian Peninsula and the arctic cold of Siberian oil fields delivering

More information

Securing Automated Driving - The Database Approach in PEGASUS

Securing Automated Driving - The Database Approach in PEGASUS Day 1, Session: Vehicle Validation/Certification Roadworthiness Testing Securing Automated Driving - The Database Approach in PEGASUS Dr.-Ing. Adrian Zlocki Senior Manager Driver Assistance fka, Germany

More information

Fault-Injection testing and code coverage measurement using Virtual Prototypes on the context of the ISO standard

Fault-Injection testing and code coverage measurement using Virtual Prototypes on the context of the ISO standard Fault-Injection testing and code coverage measurement using Virtual Prototypes on the context of the ISO 26262 standard NMI Automotive Electronics Systems 2013 Event Victor Reyes Technical Marketing System

More information

Frequently Asked Questions. AUTOSAR C++14 Coding Guidelines

Frequently Asked Questions. AUTOSAR C++14 Coding Guidelines Frequently Asked Questions AUTOSAR C++14 Coding Guidelines General Q: What is AUTOSAR? A: AUTOSAR (AUTomotive Open System ARchitecture) is a partnership of over 180 automotive manufacturers, automotive

More information

AMDC 2017 Liviona Multi-Core in Automotive Powertrain and Next Steps Towards Parallelization

AMDC 2017 Liviona Multi-Core in Automotive Powertrain and Next Steps Towards Parallelization Bitte decken Sie die schraffierte Fläche mit einem Bild ab. Please cover the shaded area with a picture. (24,4 x 11,0 cm) AMDC 2017 Liviona Multi-Core in Automotive Powertrain and Ralph Mader, 25. April

More information

RazorMotion - The next level of development and evaluation is here. Highly automated driving platform for development and evaluation

RazorMotion - The next level of development and evaluation is here. Highly automated driving platform for development and evaluation RazorMotion - The next level of development and evaluation is here Highly automated driving platform for development and evaluation RazorMotion Highly automated driving platform for development and evaluation

More information

A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters

A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters ISSN (e): 2250 3005 Volume, 06 Issue, 12 December 2016 International Journal of Computational Engineering Research (IJCER) A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parameters

More information