Team Dream Cruise Project License to Cruise. Fall Project Overview. Cooperative Adaptive Cruise Control

Size: px
Start display at page:

Download "Team Dream Cruise Project License to Cruise. Fall Project Overview. Cooperative Adaptive Cruise Control"

Transcription

1 Team Dream Cruise Project License to Cruise Devan Sayles Project Manager Justin Mrkva Artifacts Manager Anthony Curley Project Facilitator Grayson Wright Customer Liaison Fall 20 Project Overview Cooperative Adaptive Cruise Control Motivation for project Goal: provide additional convenience and safety to vehicle drivers - Address problem of driver constantly needing to adjust speed or disengage and reengage cruise control due to nearby vehicles - Facilitates safe and easy cruise control

2 Overview of Features Three main levels of functionality: - Cruise Control - Adaptive Cruise Control - Cooperative Adaptive Cruise Control Cruise Control No sensing or communication Maintain driver-set speed

3 Adaptive Cruise Control Sensing with camera and radar systems Automatic Speed Adjustment Cooperative Adaptive Cruise Control Sensing with camera and radar systems Automatic Speed Adjustment Communication with DSRC Radio Link GPS Data Platooning

4 Domain Research Investigated Adaptive Cruise Control patent - Provided insight to currently running sensor systems Investigated Adaptive Cruise Control System Overview (MIT) - Provided insight into the physical constraints of running systems Investigated Proportional-Integral-Derivative Controllers - Provided insight into the software constraints of the running systems Constraints System must interact with the preexisting subsystems System must communicate with subsystems via the CAN Bus System must be implemented without the use of dynamic memory allocation

5 Use Case Diagram Acknowledge Message CACC System <extends> Approve Platoon <<uses>> <<uses>> Request Platoon Set Target Speed Form Platoon Turn Off Driver Pause Request ID Other Vehicle Set Following Gap Broadcast Alert Resume Set Functionality Level Turn On Domain Model Diagram VehicleController int cruiselevel int followinggaplevel bool isplatooning toggleonoff() engagecruise(int level) disengagecruise() pause() resume() setfollowinggap(int gaplevel) setdesiredspeed(int speed) processdata(data incoming) addtrackedobject(trackedobject obj) removetrackedobject(trackedobject obj) TrackedObject objectid id + vector position + vector velocity Radar Sensor data getradardata() CAN bus DSRC Radio Communication data getincomingmessage() sendmessage(objectid, data) broadcastalert(data) Electronic Throttle Control float getpower() setpower(float value) Brake By Wire float getmagnitude() setmagnitude(float magnitude) User Interface pressonoffbutton() presspausebutton() presssetplusbutton() pressresumeminusbutton() presssetfollowinggap(int level) pressbrakepedal(float amount) pressgaspedal(float amount) pressupbutton() pressdownbutton() pressacceptbutton() pressbackcancelbutton() displaycurrentspeed(float speed) displaytargetspeed(float speed) displaymessage(data message, bool ackrequired) displayemergencywarning() displaycruisestate(data state) Radar Transponder sendrequest(vector location) getincomingrequest(data) sendvehicleinfo(data info) getincomingresponse(data) GPS data getlocalization() Camera data getimagedata()

6 Scenario: Turn On Driver: pressonoffbutton() User Interface: interface toggleonoff() Vehicle Controller: controller All Systems isoperational() displaymessage( askforcuiselevel, requiresack=true) bool isoperational int desiredcruiselevel displaycruisestate() Scenario: Set Following Gap presssetfollowinggap(level) User Interface: interface Vehicle Controller: controller Brake By Wire: brake setfollowinggap(level) setmagnitude(value) [targetobject.vector.distance == level] setmagnitude(value)

7 Scenario: Platoon Requested Vehicle Controller: controller Radio Communication: radiocom User Interface: interface getincomingmessage() message = (PlatoonRequest, car_id) displaymessage(platoon_request_message, False) driver_response [driver_response == True] sendmessage(accept_platoon, car_id) platoon_response [platoon_response == True] isplatooning = true Scenario: Broadcast Alert Vehicle Controller: controller Radar Sensor: radarsensor User Interface: interface DSRC Radio Communication: radiocom GetRadarData data processdata(data) broadcastalert() displayemergencywarning()

8 State Diagrams CACC On start do/ isplatooning = false Ignition Off Off Turn On [level is set] Turn Off New Error Detected [relevant to current level] Paused Set/Resume Pause [level == CACC] [level == ACC] [level == CC] Active CACC <see subgraph> ACC <see subgraph> CC Not Following do/ maintain speed search for vehicles ahead [isplatooning == true] Platoon Accepted / isplatooning = true Not Platooning Platooning Platoon Lost do/ send vehicle info / isplatooning = false [isplatooning == false] Ignition Off end Vehicle Detected Ahead Lead Vehicle Lost Following do/ track vehicle ahead match speed Not Following do/ maintain speed search for vehicles ahead ACC Vehicle Detected Ahead Lead Vehicle Lost Following do/ track vehicle ahead match speed [isplatooning == true] Platoon Accepted / isplatooning = true Not Platooning Platooning Platoon Lost do/ send vehicle info / isplatooning = false [isplatooning == false]

Software Requirements Specification (SRS) Cooperative Adaptive Cruise Control : Team 2

Software Requirements Specification (SRS) Cooperative Adaptive Cruise Control : Team 2 Software Requirements Specification (SRS) Cooperative Adaptive Cruise Control : Team 2 Authors: Alex Crimin, Project Manager Joseph Hollopter, Customer Liaison Roy Barnes, Artifacts Manager Chengzhu Jin,

More information

Software Requirements Specification (SRS) Cooperative Adaptive Cruise Control : Team 2

Software Requirements Specification (SRS) Cooperative Adaptive Cruise Control : Team 2 Software Requirements Specification (SRS) Cooperative Adaptive Cruise Control : Team 2 Authors: Alex Crimin, Project Manager Joseph Hollopter, Customer Liaison Roy Barnes, Artifacts Manager Chengzhu Jin,

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

Self-Driving Vehicles in the Park

Self-Driving Vehicles in the Park Self-Driving Vehicles in the Park Bryant Walker Smith Center for Internet and Society Center for Automotive Research cyberlaw.stanford.edu/about/people/bryant-walker-smith 1 A robot by any other name Self-driving

More information

Software Requirements Specification (SRS) Active Park Assist

Software Requirements Specification (SRS) Active Park Assist Software Requirements Specification (SRS) Active Park Assist Authors: David Kircos, Neha Gupta, Derrick Dunville, Anthony Laurain, Shane McCloskey Customer: Eileen Davidson, Ford Motor Company Instructor:

More information

Developing a Platoon-Wide Eco-Cooperative Adaptive Cruise Control (CACC) System

Developing a Platoon-Wide Eco-Cooperative Adaptive Cruise Control (CACC) System Developing a Platoon-Wide Eco-Cooperative Adaptive Cruise Control (CACC) System 2017 Los Angeles Environmental Forum August 28th Ziran Wang ( 王子然 ), Guoyuan Wu, Peng Hao, Kanok Boriboonsomsin, and Matthew

More information

DRIVING. Honda Sensing *

DRIVING. Honda Sensing * Honda Sensing * Honda Sensing is a driver support system which employs the use of two distinctly different kinds of sensors, a radar sensor located at the lower part of the front bumper and a front sensor

More information

EECS 461 Final Project: Adaptive Cruise Control

EECS 461 Final Project: Adaptive Cruise Control EECS 461 Final Project: Adaptive Cruise Control 1 Overview Many automobiles manufactured today include a cruise control feature that commands the car to travel at a desired speed set by the driver. In

More information

Traffic Operations with Connected and Automated Vehicles

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

More information

An Introduction to Automated Vehicles

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

More information

OnGuard Display Operating Instructions

OnGuard Display Operating Instructions Issued 09-09 Technical Bulletin Issued 1 Technical 09-09 Bulletin OnGuard Display Operating Instructions Hazard Alert Messages Read and observe all Warning and Caution hazard alert messages in this publication.

More information

A Communication-centric Look at Automated Driving

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

More information

Hardware-in-the-Loop Testing of Connected and Automated Vehicle Applications

Hardware-in-the-Loop Testing of Connected and Automated Vehicle Applications Hardware-in-the-Loop Testing of Connected and Automated Vehicle Applications Jiaqi Ma Assistant Professor University of Cincinnati ITS Midwest Annual Meeting Columbus, Ohio, September 29, 2017 Outline

More information

(12) Patent Application Publication (10) Pub. No.: US 2012/ A1

(12) Patent Application Publication (10) Pub. No.: US 2012/ A1 US 20120083987A1 (19) United States (12) Patent Application Publication (10) Pub. No.: US 2012/0083987 A1 Schwindt (43) Pub. Date: Apr. 5, 2012 (54) ADAPTIVE CRUISECONTROL Publication Classification ACCELERATION

More information

Initial Project and Group Identification Document. Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle)

Initial Project and Group Identification Document. Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle) Initial Project and Group Identification Document Project Idea: Metal detecting robotic vehicle (seek and find metallic objects using a robotic vehicle) Team Members: Robertson Augustine (Computer Engineer)

More information

STPA in Automotive Domain Advanced Tutorial

STPA in Automotive Domain Advanced Tutorial www.uni-stuttgart.de The Second European STAMP Workshop 2014 STPA in Automotive Domain Advanced Tutorial Asim Abdulkhaleq, Ph.D Student Institute of Software Technology University of Stuttgart, Germany

More information

Adaptive cruise control (ACC)

Adaptive cruise control (ACC) Adaptive cruise control (ACC) PRINCIPLE OF OPERATION E94163 It is the drivers responsibility to stay alert, drive safely and be in control of the vehicle at all times. Keep the front of the vehicle free

More information

Cruise Control 1993 Jeep Cherokee

Cruise Control 1993 Jeep Cherokee Cruise Control 1993 Jeep Cherokee Design Examples 1 Owner s Manual System Description: Cruise Control System Interface When engaged, the electronic cruise control device takes over the accelerator operations

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 aid the driver to maintain a gap from the vehicle ahead or a set road speed if there is no slower

More information

Our Approach to Automated Driving System Safety. February 2019

Our Approach to Automated Driving System Safety. February 2019 Our Approach to Automated Driving System Safety February 2019 Introduction At Apple, by relentlessly pushing the boundaries of innovation and design, we believe that it is possible to dramatically improve

More information

COOPERATIVE ADAPTIVE CRUISE CONTROL (CACC) IN THE CONTEXT OF VEHICLE TO VEHICLE COMMUNICATIONS: AN OVERVIEW

COOPERATIVE ADAPTIVE CRUISE CONTROL (CACC) IN THE CONTEXT OF VEHICLE TO VEHICLE COMMUNICATIONS: AN OVERVIEW COOPERATIVE ADAPTIVE CRUISE CONTROL (CACC) IN THE CONTEXT OF VEHICLE TO VEHICLE COMMUNICATIONS: AN OVERVIEW Thomas Guo 9/22/17 Na0onal Center for Sustainable Transporta0on INTRODUCTION Traffic On average,

More information

Truck CACC Fuel Economy Testing: Initial Test Track Results

Truck CACC Fuel Economy Testing: Initial Test Track Results Truck CACC Fuel Economy Testing: Initial Test Track Results X. Y. Lu California PATH Program, U. C. Berkeley Barry Pekilis, ecotechnology for Vehicles, Transport Canada TRB Vehicle-Highway Automation Committee

More information

ECM - Electric Car sharing Monitor The Story

ECM - Electric Car sharing Monitor The Story The Story This application provides a monitoring interface for electric car renting fleets, either operated privately or as part of the public city services. More and more cities all over the world are

More information

CT6 SUPER CRUISE Convenience & Personalization Guide. cadillac.com

CT6 SUPER CRUISE Convenience & Personalization Guide. cadillac.com 2018 CT6 SUPER CRUISE Convenience & Personalization Guide cadillac.com Review this guide for an overview of the Super Cruise system in your CT6. Your complete attention is required at all times while driving,

More information

Forschungsinitiative Ko-FAS - Neue Wege in der Fahrzeugsicherheit. Stephan Zecha Continental Safety Engineering International GmbH

Forschungsinitiative Ko-FAS - Neue Wege in der Fahrzeugsicherheit. Stephan Zecha Continental Safety Engineering International GmbH Forschungsinitiative Ko-FAS - Neue Wege in der Fahrzeugsicherheit Stephan Zecha Continental Safety Engineering International GmbH Aschaffenburg, 20. Mai 2010 CONTENTS Perspectives of traffic safety Application

More information

UNIFIED, SCALABLE AND REPLICABLE CONNECTED AND AUTOMATED DRIVING FOR A SMART CITY

UNIFIED, SCALABLE AND REPLICABLE CONNECTED AND AUTOMATED DRIVING FOR A SMART CITY UNIFIED, SCALABLE AND REPLICABLE CONNECTED AND AUTOMATED DRIVING FOR A SMART CITY SAE INTERNATIONAL FROM ADAS TO AUTOMATED DRIVING SYMPOSIUM COLUMBUS, OH OCTOBER 10-12, 2017 PROF. DR. LEVENT GUVENC Automated

More information

A Review on Cooperative Adaptive Cruise Control (CACC) Systems: Architectures, Controls, and Applications

A Review on Cooperative Adaptive Cruise Control (CACC) Systems: Architectures, Controls, and Applications A Review on Cooperative Adaptive Cruise Control (CACC) Systems: Architectures, Controls, and Applications Ziran Wang (presenter), Guoyuan Wu, and Matthew J. Barth University of California, Riverside Nov.

More information

Tenk om bilene ikke kolliderer lenger

Tenk om bilene ikke kolliderer lenger Tenk om bilene ikke kolliderer lenger Teknologidagene 2015 C-ITS 22 September 2015 Niels Peter Skov Andersen General Manager, CAR 2 CAR Communication Consortium What if we could stop the cars colliding

More information

OnGuard AND OnGuardACTIVE COLLISION MITIGATION SYSTEMS MAINTENANCE MANUAL

OnGuard AND OnGuardACTIVE COLLISION MITIGATION SYSTEMS MAINTENANCE MANUAL OnGuard AND OnGuardACTIVE COLLISION MITIGATION SYSTEMS MAINTENANCE MANUAL Service Notes About This Manual This service manual applies to all vehicles equipped with the OnGuard and OnGuardACTIVE Collision

More information

Using Virtualization to Accelerate the Development of ADAS & Automated Driving Functions

Using Virtualization to Accelerate the Development of ADAS & Automated Driving Functions Using Virtualization to Accelerate the Development of ADAS & Automated Driving Functions GTC Europe 2017 Dominik Dörr 2 Motivation Virtual Prototypes Virtual Sensor Models CarMaker and NVIDIA DRIVE PX

More information

D-Case Modeling Environment Integration. Demonstration. Cruise Control System Specification

D-Case Modeling Environment Integration. Demonstration. Cruise Control System Specification D-Case Modeling Environment Integration Demonstration Cruise Control System Specification /6 Table of Contents Scope...4. Objective...4.2 Definition of words...4 2 System Architecture...4 2. System Architecture

More information

2012 > F 1.0 DOHC > Language

2012 > F 1.0 DOHC > Language 2012 > F 1.0 DOHC > Language Description The SMART KEY system is a system that allows the user to access and operate a vehicle in a very convenient way. To access the vehicle, no traditional key or remote

More information

Compatibility of STPA with GM System Safety Engineering Process. Padma Sundaram Dave Hartfelder

Compatibility of STPA with GM System Safety Engineering Process. Padma Sundaram Dave Hartfelder Compatibility of STPA with GM System Safety Engineering Process Padma Sundaram Dave Hartfelder Table of Contents Introduction GM System Safety Engineering Process Overview Experience with STPA Evaluation

More information

ADVANCED DRIVER ASSISTANCE SYSTEMS, CONNECTED VEHICLE AND DRIVING AUTOMATION STANDARDS, CYBER SECURITY, SHARED MOBILITY

ADVANCED DRIVER ASSISTANCE SYSTEMS, CONNECTED VEHICLE AND DRIVING AUTOMATION STANDARDS, CYBER SECURITY, SHARED MOBILITY ADVANCED DRIVER ASSISTANCE SYSTEMS, CONNECTED VEHICLE AND DRIVING AUTOMATION STANDARDS, CYBER SECURITY, SHARED MOBILITY Bill Gouse Director, Federal Program Development Global Ground Vehicle Standards

More information

Adaptive cruise control (ACC)

Adaptive cruise control (ACC) Adaptive cruise control (ACC) PRINCIPLE OF OPERATION WARNING Adaptive Cruise Control is not a collision warning or avoidance system. Additionally, Adaptive Cruise Control will not detect: stationary or

More information

4. If an obvious cause for an observed or reported concern is found, correct the cause (if possible) before proceeding to the next step.

4. If an obvious cause for an observed or reported concern is found, correct the cause (if possible) before proceeding to the next step. Published: Dec 17, 2007 Instrument Cluster Overview Data is provided to the instrument cluster from other subsystem modules in the form of controller area network (CAN) s. The instrument cluster identifies

More information

Platooning using p in SARTRE project Safe Road Train for the Environment

Platooning using p in SARTRE project Safe Road Train for the Environment Ricardo plc 2009 Platooning using 802.11p in SARTRE project Safe Road Train for the Environment Erik Nordin, Project Manager, Volvo GTT (Volvo Technology, VTEC) Dept: Vehicle Technology and Safety 2 Road

More information

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS

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

More information

CONNECTED AUTOMATION HOW ABOUT SAFETY?

CONNECTED AUTOMATION HOW ABOUT SAFETY? CONNECTED AUTOMATION HOW ABOUT SAFETY? Bastiaan Krosse EVU Symposium, Putten, 9 th of September 2016 TNO IN FIGURES Founded in 1932 Centre for Applied Scientific Research Focused on innovation for 5 societal

More information

CT6 SUPER CRUISE Convenience & Personalization Guide. cadillac.com

CT6 SUPER CRUISE Convenience & Personalization Guide. cadillac.com 2018 CT6 SUPER CRUISE Convenience & Personalization Guide cadillac.com Review this guide for an overview of the Super Cruise system in your Cadillac CT6. Your complete attention is required at all times

More information

Systems-Theoretic Process Analysis: AUTOMOBILE FEATURES FOR LANE MANAGEMENT

Systems-Theoretic Process Analysis: AUTOMOBILE FEATURES FOR LANE MANAGEMENT Systems-Theoretic Process Analysis: AUTOMOBILE FEATURES FOR LANE MANAGEMENT Diogo Castilho, Megan France & Dajiang Suo Image source: 1 LADAR image of London streets (The New York Times, 11/11/15) 1 MOTIVATION

More information

DTC U : Lost Communication With Anti-Lock Brake System (ABS) Control Module

DTC U : Lost Communication With Anti-Lock Brake System (ABS) Control Module Page 1 of 6 DTC U0100-U0299 Diagnostic Instructions 2008 Pontiac G8 G8 Service Manual Document ID: 1874258 Perform the Diagnostic System Check - Vehicle prior to using this diagnostic procedure. Review

More information

Cooperative driving according to Scoop

Cooperative driving according to Scoop Cooperative driving according to Scoop Assad Alam +,+++, Fredrik Asplund ++, Sagar M. Behere ++, Mattias Björk ++, Liliana Garcia Alonso ++, Farzad Khaksari +, Altamash Khan +, Joakim Kjellberg +, Kuo-Yun

More information

Near-Term Automation Issues: Use Cases and Standards Needs

Near-Term Automation Issues: Use Cases and Standards Needs Agenda 9:00 Welcoming remarks 9:05 Near-Term Automation Issues: Use Cases and Standards Needs 9:40 New Automation Initiative in Korea 9:55 Infrastructure Requirements for Automated Driving Systems 10:10

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

Automated Driving - Object Perception at 120 KPH Chris Mansley IROS 2014: Robots in Clutter Workshop Automated Driving - Object Perception at 120 KPH Chris Mansley 1 Road safety influence of driver assistance 100% Installation rates / road fatalities in Germany 80%

More information

TOWARDS ACCIDENT FREE DRIVING

TOWARDS ACCIDENT FREE DRIVING ETSI SUMMIT: 5G FROM MYTH TO REALITY TOWARDS ACCIDENT FREE DRIVING Niels Peter Skov Andersen, General Manager Car 2 Car Communication Consortium All rights reserved How do we stop the cars colliding First

More information

Course Code: Bendix Wingman Fusion System Overview Study Guide

Course Code: Bendix Wingman Fusion System Overview Study Guide Course Code: 8792 Bendix Wingman Fusion System Overview Study Guide 2015 Navistar, Inc. 2701 Navistar Drive, Lisle, IL 60532. All rights reserved. No part of this publication may be duplicated or stored

More information

Tires are available in a number of sizes and tread patterns dependent on the vehicle usage. Tire sizes are as follows:

Tires are available in a number of sizes and tread patterns dependent on the vehicle usage. Tire sizes are as follows: Published: Jan 26, 2005 Wheels and Tires GENERAL A number of alloy wheel and tire size combinations are available. A Tire Pressure Monitoring System (TPMS) is also available. This system monitors the pressure

More information

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

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

More information

ADVANCES IN INTELLIGENT VEHICLES

ADVANCES IN INTELLIGENT VEHICLES ADVANCES IN INTELLIGENT VEHICLES MIKE BROWN SWRI 1 OVERVIEW Intelligent Vehicle Research Platform MARTI Intelligent Vehicle Technologies Cooperative Vehicles / Infrastructure Recent Demonstrations Conclusions

More information

STPA based Method to Identify and Control Software Feature Interactions. John Thomas Dajiang Suo

STPA based Method to Identify and Control Software Feature Interactions. John Thomas Dajiang Suo STPA based Method to Identify and Control Software Feature Interactions John Thomas Dajiang Suo Quote The hardest single part of building a software system is deciding precisely what to build. -- Fred

More information

Towards automatic driving Collective Perception. Dr. Teodor Buburuzan, Hendrik-Jörn Günther 10 th March 2016

Towards automatic driving Collective Perception. Dr. Teodor Buburuzan, Hendrik-Jörn Günther 10 th March 2016 Towards automatic driving Collective Perception Dr. Teodor Buburuzan, Hendrik-Jörn Günther 10 th March 2016 V2X Roadmap Applications Take-over of the driving functions 100 80 60 40 20 0 Status Data Emergency

More information

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users

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

More information

Can STPA contribute to identify hazards of different natures and improve safety of automated vehicles?

Can STPA contribute to identify hazards of different natures and improve safety of automated vehicles? Can STPA contribute to identify hazards of different natures and improve safety of automated vehicles? Stephanie Alvarez, Franck Guarnieri & Yves Page (MINES ParisTech, PSL Research University and RENAULT

More information

ADAPTIVE CRUISE CONTROL AND COOPERATIVE CRUISE CONTROL IN REAL LIFE TRAFFIC SITUATION

ADAPTIVE CRUISE CONTROL AND COOPERATIVE CRUISE CONTROL IN REAL LIFE TRAFFIC SITUATION International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 13, December 2018, pp. 578 585, Article ID: IJMET_09_13_060 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=13

More information

Eco-Signal Operations Concept of Operations

Eco-Signal Operations Concept of Operations Eco-Signal Operations Concept of Operations Applications for the Environment: Real-Time Information Synthesis (AERIS) Adapted from the Eco-Signal Operations Concept of Operations Document AERIS Operational

More information

ISO INTERNATIONAL STANDARD. Intelligent transport systems Adaptive Cruise Control systems Performance requirements and test procedures

ISO INTERNATIONAL STANDARD. Intelligent transport systems Adaptive Cruise Control systems Performance requirements and test procedures INTERNATIONAL STANDARD ISO 15622 Second edition 2010-04-15 Intelligent transport systems Adaptive Cruise Control systems Performance requirements and test procedures Systèmes intelligents de transports

More information

Citi's 2016 Car of the Future Symposium

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

More information

Connected Vehicles. V2X technology.

Connected Vehicles. V2X technology. EN Kapsch TrafficCom Connected Vehicles. V2X technology. Cooperative Intelligent Transportation Systems (C-ITS) are based on the communication between vehicles and infrastructure (V2I, or vehicle to infrastructure

More information

EB TechPaper. Electronic horizon. efficiency, comfort and safety with map data. automotive.elektrobit.com

EB TechPaper. Electronic horizon. efficiency, comfort and safety with map data. automotive.elektrobit.com EB TechPaper Electronic horizon efficiency, comfort and safety with map data automotive.elektrobit.com 1 The majority of driver assistance systems currently on the market or in the development phase would

More information

Pressing and holding the + RES switch, when the Cruise Control System is engaged, will allow the vehicle to

Pressing and holding the + RES switch, when the Cruise Control System is engaged, will allow the vehicle to CRUISE CONTROL DESCRIPTION AN... CRUISE CONTROL DESCRIPTION AND OPERATION (CRUISE CONTROL) Document ID# 2088041 Cruise Control Description and Operation Cruise control is a speed control system that maintains

More information

Introduction...3. System Overview...3. PDC Control Unit Sensors PDC Button Interfaces Activation of the PDC...

Introduction...3. System Overview...3. PDC Control Unit Sensors PDC Button Interfaces Activation of the PDC... meeknet.co.uk/e64 Table of Contents PARK DISTANCE CONTROL (PDC) Subject Page Introduction...............................................3 System Overview...........................................3 Components

More information

Troubleshooting Guide

Troubleshooting Guide Bendix VORAD VS-400 Radar System Troubleshooting Guide Bendix VORAD Collision Warning System Bendix SmartCruise Adaptive Cruise Control Bendix BlindSpotter Side Object Detection BW2771 (Formerly VOTS0100)

More information

Analyzing Feature Interactions in Automobiles. John Thomas, Ph.D. Seth Placke

Analyzing Feature Interactions in Automobiles. John Thomas, Ph.D. Seth Placke Analyzing Feature Interactions in Automobiles John Thomas, Ph.D. Seth Placke 3.25.14 Outline Project Introduction & Background STPA Case Study New Strategy for Analyzing Interactions Contributions Project

More information

Purpose of the System...3. System Components...3 Instrument Cluster Display...4

Purpose of the System...3. System Components...3 Instrument Cluster Display...4 meeknet.co.uk/e64 Table of Contents Active Cruise Control Workbook Subject Page Purpose of the System......................................3 System Components........................................3 Instrument

More information

SD Bendix Wingman ACB (Active Cruise with Braking) RADAR BEAM DESCRIPTION WARNING. PART ONE: ACTIvE CRUISE WITh BRAkING

SD Bendix Wingman ACB (Active Cruise with Braking) RADAR BEAM DESCRIPTION WARNING. PART ONE: ACTIvE CRUISE WITh BRAkING SD-13-3333 Bendix Wingman ACB (Active Cruise with Braking) WARNING Improper use of the Wingman ACB system can result in a collision causing property damage, serious injuries, or death. The driver is always

More information

E-DRIVE: HIGHLY INTEGRATED AND HIGH EFFICIENT

E-DRIVE: HIGHLY INTEGRATED AND HIGH EFFICIENT E-DRIVE: HIGHLY INTEGRATED AND HIGH EFFICIENT Korea EV Engineering & Testing Exhibition Roger Perthen AVL List GmbH (Headquarters) KEY ASPECTS FOR BATTERY ELECTRIC VEHICLES (BEVs) E-DRIVE: AFFORDABLE -

More information

Airborne Collision Avoidance System X U

Airborne Collision Avoidance System X U Airborne Collision Avoidance System X U Concept and Flight Test Summary TCAS Program Office March 31, 2015 Briefing to Royal Aeronautical Society DAA Workshop Agenda Introduction ACAS Xu Concept 2014 Flight

More information

Vehicle makes models and variants known or believed to be using this vehicle system, required diagnostic lead and degree of known compatibility.

Vehicle makes models and variants known or believed to be using this vehicle system, required diagnostic lead and degree of known compatibility. HELLA CRUISE CONTROL - System Overview This is a tiny ECU which is surprisingly versatile and turns up in lots of different places. Sometimes it co exists with an engine management specific interface ECU

More information

Energy ITS: What We Learned and What We should Learn

Energy ITS: What We Learned and What We should Learn Energy ITS: What We Learned and What We should Learn July 25, 2012 TRB Road Vehicle Automation Workshop Sadayuki Tsugawa, Dr. Eng. NEDO Energy ITS Project Leader Professor, Department of Information Engineering

More information

Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business. Real-time Mechanism and System Simulation To Support Flight Simulators

Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business. Real-time Mechanism and System Simulation To Support Flight Simulators Y. Lemmens, T. Benoit, J. de Boer, T. Olbrechts LMS, A Siemens Business Real-time Mechanism and System Simulation To Support Flight Simulators Smarter decisions, better products. Contents Introduction

More information

Test & Validation Challenges Facing ADAS and CAV

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

More information

Dataspeed ADAS Kit FAQ and Troubleshooting Guide

Dataspeed ADAS Kit FAQ and Troubleshooting Guide Dataspeed ADAS Kit FAQ and Troubleshooting Guide June 6th, 2018 Drive-By-Wire Brakes What is the report and expected control frequency? 50 Hz report, 50 Hz command expected, 10 Hz timeout. Interface to

More information

P0046 Turbo/Super Charger Boost Control Solenoid Circuit Range/Performance P0069 MAP/BARO Correlation P0096 Intake Air Temperature Sensor 2 Circuit

P0046 Turbo/Super Charger Boost Control Solenoid Circuit Range/Performance P0069 MAP/BARO Correlation P0096 Intake Air Temperature Sensor 2 Circuit P0046 Turbo/Super Charger Boost Control Solenoid Circuit Range/Performance P0069 MAP/BARO Correlation P0096 Intake Air Temperature Sensor 2 Circuit Range/Performance P0097 Intake Air Temperature Sensor

More information

Items to specify: 4. Motor Speed Control. Head Unit. Radar. Steering Wheel Angle. ego vehicle speed control

Items to specify: 4. Motor Speed Control. Head Unit. Radar. Steering Wheel Angle. ego vehicle speed control Radar Steering Wheel Angle Motor Speed Control Head Unit target vehicle candidates, their velocity / acceleration target vehicle selection ego vehicle speed control system activation, status communication

More information

Low cost active devices to estimate and prevent off-road vehicle from rollover

Low cost active devices to estimate and prevent off-road vehicle from rollover 1 Low cost active devices to estimate and prevent off-road vehicle from rollover 1st Axema/EurAgeng Confrence Parc des exposition, Paris-Nord Villepinte 25th February 2017 Roland LENAIN Benoit THUILOT

More information

ITS Vienna Region / AnachB.at. the innovative traffic management project for the eastern region of Austria

ITS Vienna Region / AnachB.at. the innovative traffic management project for the eastern region of Austria ITS Vienna Region / AnachB.at the innovative traffic management project for the eastern region of Austria traffic telematics Telematics: telecommunications + computer science Target: get the most out of

More information

ADVANCED DRIVER ASSISTANCE SYSTEMS, CONNECTED VEHICLE AND DRIVING AUTOMATION STANDARDS

ADVANCED DRIVER ASSISTANCE SYSTEMS, CONNECTED VEHICLE AND DRIVING AUTOMATION STANDARDS ADVANCED DRIVER ASSISTANCE SYSTEMS, CONNECTED VEHICLE AND DRIVING AUTOMATION STANDARDS Bill Visnic Editorial Director, Mobility Media 2017 FAV Summit ACES Policies and Standards Breakout Session Wednesday,

More information

Autonomously Controlled Front Loader Senior Project Proposal

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

More information

Service Bulletin Immobilizer System (Type 2) (Supersedes , dated July 3, 2007; see REVISION SUMMARY) February 22, 2013

Service Bulletin Immobilizer System (Type 2) (Supersedes , dated July 3, 2007; see REVISION SUMMARY) February 22, 2013 Service Bulletin 00-049 See VEHICLES AFFECTED February 22, 2013 Immobilizer System (Type 2) (Supersedes 00-049, dated July 3, 2007; see REVISION SUMMARY) REVISION SUMMARY This service bulletin has been

More information

SOLUTION BRIEF MACHINE DATA ANALYTICS FOR EV CHARGING STATIONS. SOLUTION BRIEF Machine Data Analytics for the EV Charging Stations Industry

SOLUTION BRIEF MACHINE DATA ANALYTICS FOR EV CHARGING STATIONS. SOLUTION BRIEF Machine Data Analytics for the EV Charging Stations Industry SOLUTION BRIEF MACHINE DATA ANALYTICS FOR EV CHARGING STATIONS CONTENTS INTRODUCTION 1 THE GLASSBEAM ADVANTAGE 2 USING INSIGHTS TO IMPROVE EFFICIENCIES IN THE EV INDUSTRY 2 SUMMARY 5 Many of the challenges

More information

Prototyping Collision Avoidance for suas

Prototyping Collision Avoidance for suas Prototyping Collision Avoidance for Michael P. Owen 5 December 2017 Sponsor: Neal Suchy, FAA AJM-233 DISTRIBUTION STATEMENT A: Approved for public release; distribution is unlimited. Trends in Unmanned

More information

SAFERIDER Project FP SAFERIDER Andrea Borin November 5th, 2010 Final Event & Demonstration Leicester, UK

SAFERIDER Project FP SAFERIDER Andrea Borin November 5th, 2010 Final Event & Demonstration Leicester, UK SAFERIDER Project FP7-216355 SAFERIDER Advanced Rider Assistance Systems Andrea Borin andrea.borin@ymre.yamaha-motor.it ARAS: Advanced Rider Assistance Systems Speed Alert Curve Frontal Collision Intersection

More information

NADY BOULES Director, Electrical & Controls Integration Lab

NADY BOULES Director, Electrical & Controls Integration Lab Reinventing the Automobile: The Cyber-Physical Challenge NADY BOULES Director, Electrical & Controls Integration Lab Automotive DNA Mechanically driven Energized by petroleum Powered by internal combustion

More information

G4 Apps. Intelligent Vehicles ITS Canada ATMS Detection Webinar June 13, 2013

G4 Apps. Intelligent Vehicles ITS Canada ATMS Detection Webinar June 13, 2013 Intelligent Vehicles ITS Canada ATMS Detection Webinar June 13, 2013 Reducing costs, emissions. Improving mobility, efficiency. Safe Broadband Wireless Operations Fusion: Vehicles-Agencies Technologies,

More information

Functional Safety Analysis of Automated Vehicle Lane Centering Control Systems. Volpe The National Transportation Systems Center

Functional Safety Analysis of Automated Vehicle Lane Centering Control Systems. Volpe The National Transportation Systems Center Functional Safety Analysis of Automated Vehicle Lane Centering Control Systems John Brewer and Wassim Najm Volpe National Transportation Systems Center July 22, 2015 Volpe The National Transportation Systems

More information

Why Modern Warehousing Needs Innovation in Battery Charging Technology

Why Modern Warehousing Needs Innovation in Battery Charging Technology Why Modern Warehousing Needs Innovation in Battery Charging Technology Presented by: Jeff Harrison, Director of Sales and Marketing Matt Bridge, Director of Engineering AMETEK Prestolite Power 2016 MHI

More information

1. Cruise Control CRUISE CONTROL A: OPERATION CC-2

1. Cruise Control CRUISE CONTROL A: OPERATION CC-2 W1860BE.book Page 2 Tuesday, January 28, 2003 11:01 PM 1. Cruise Control A: OPERATION The cruise system automatically s the vehicle speed. It allows the vehicle to run at a constant speed without need

More information

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding Background

More information

ECO-DRIVE-GPS PREMIUM-FEATURES

ECO-DRIVE-GPS PREMIUM-FEATURES THIS DOCUMENT IS AVAILABLE AT HTTP://WWW.FALCOM.DE/. ECO-DRIVE-GPS PREMIUM-FEATURES in AVL firmware 2.11.0 and above APPLICATION NOTE Version: 1.0.4; Modified: Thursday 30 March 2017 Version history: This

More information

Integrated ADAS HIL System with the Combination of CarMaker and Various ADAS Test Benches. Jinjong Lee, Konrad Yu-Mi Song, Hyundai-Autron

Integrated ADAS HIL System with the Combination of CarMaker and Various ADAS Test Benches. Jinjong Lee, Konrad Yu-Mi Song, Hyundai-Autron Integrated ADAS HIL System with the Combination of CarMaker and Various ADAS Test Benches Jinjong Lee, Konrad Yu-Mi Song, Hyundai-Autron 1 Agenda Part1. ADAS Sensor Fusion HILS Trend 1.1 The trend of ADAS

More information

Maneuver based testing of integrated vehicle safety systems

Maneuver based testing of integrated vehicle safety systems Maneuver based testing of integrated vehicle safety systems Rudolf Ertlmeier 1 Kathrin Sattler 1, Andreas Raith 1, Thomas Brandmeier 1 Daouda Sadou 2, Christian Schyr 3 1 Institute for Applied Research

More information

Euro NCAP Safety Assist

Euro NCAP Safety Assist 1 SA -1 Content Euro NCAP Safety Assist Road Map 2020 2 SA -2 1 Content Euro NCAP Safety Assist 3 SA -3 Overall Rating 2015 4 SA -4 2 Safety Assist - Overview 2016+ 0 Points 2016+ 3 Points 5 SA -5 SBR

More information

RailPro DCC User Manual

RailPro DCC User Manual RailPro DCC User Manual User Manual (219) 322-0279 www.ringengineering.com Revision 1.01 Copyright 2017 All rights reserved Table of Contents Introduction...2 STEP 1 - Install a RailPro Module into a Locomotive...3

More information

DETROIT ASSURANCE TM SUITE OF SAFETY SYSTEMS

DETROIT ASSURANCE TM SUITE OF SAFETY SYSTEMS RADAR SYSTEM CAMERA SYSTEM DETROIT ASSURANCE TM SUITE OF SAFETY SYSTEMS New Cascadia Detroit Assurance 4.0 Cascadia Detroit Assurance 2.0 Detroit Assurance delivers exceptional control, protection, and

More information

Proper Modeling of Integrated Vehicle Systems

Proper Modeling of Integrated Vehicle Systems Proper Modeling of Integrated Vehicle Systems Geoff Rideout Graduate Student Research Assistant Automated Modeling Laboratory University of Michigan Modeling of Integrated Vehicle Powertrain Systems 1

More information

Full Vehicle Simulation for Electrification and Automated Driving Applications

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

More information

BMW 7 Series (E38) Installation Guide StealthOne Version 1.6

BMW 7 Series (E38) Installation Guide StealthOne Version 1.6 BMW 7 Series (E38) Installation Guide StealthOne Version 1.6 Copyright Fontana Enterprises, 2008 All rights reserved. Product Information Copyright Copyright Fontana Enterprises 2008 All rights reserved.

More information

Service Bulletin Buses

Service Bulletin Buses Prevost Saint-Nicolas, Quebec, Canada Service Bulletin Buses Date Group No. Release Page 6.2010 364 00 1(12) Vehicle Electronic Control Unit (VECU) MID 144, Diagnostic Trouble Code (DTC), Guide Vehicle

More information

CASCAD. (Causal Analysis using STAMP for Connected and Automated Driving) Stephanie Alvarez, Yves Page & Franck Guarnieri

CASCAD. (Causal Analysis using STAMP for Connected and Automated Driving) Stephanie Alvarez, Yves Page & Franck Guarnieri CASCAD (Causal Analysis using STAMP for Connected and Automated Driving) Stephanie Alvarez, Yves Page & Franck Guarnieri Introduction: Vehicle automation will introduce changes into the road traffic system

More information