TRAJECTORY PLANNING FOR AUTOMATED YIELDING MANEUVERS

Size: px
Start display at page:

Download "TRAJECTORY PLANNING FOR AUTOMATED YIELDING MANEUVERS"

Transcription

1 TRAJECTORY PLANNING FOR AUTOMATED YIELDING MANEUVERS, Mattias Brännström, Erik Coelingh, and Jonas Fredriksson Funded by: FFI strategic vehicle research and innovation ITRL conference

2 Why automated maneuvers? Safety and convenience Your life Your time Your choice Page 2 / 16

3 Why trajectory planning? An automated vehicle must know what to do. Page 3 / 16

4 Agenda Problem description Contribution Short introduction to convex optimization and model predictive control Trajectory planning algorithm Summary Questions Page 4 / 16

5 Problem description If the ego vehicle should perform an automated yielding maneuver, determine: 1. in which gap between some traffic participants or objects and at what time instance the maneuver should be performed, and 2. calculate a feasible maneuver (if such exists) in terms of a longitudinal and a lateral trajectory, i.e., the control signals, which allow the ego vehicle to position itself in the selected gap at the desired time instance. Furthermore, the maneuver should be planned such that the ego vehicle maintains safety margins to all surrounding traffic participants and objects, respects traffic rules and regulations, as well as satisfies physical and design limitations. Page 5 / 16

6 What is the challenge? To develop a trajectory planning algorithm which is applicable to passenger vehicle ADAS or highly automated vehicles, the algorithm must have the ability to deal with the demands of limited computational resources, planning in a dynamic and uncertain environment, generating safe collision-free trajectories, satisfying physical and design limitations, as well as abiding traffic rules and regulations. Page 6 / 16

7 Contribution Trajectory planning algorithms for automated yielding maneuvers formulated as convex Quadratic Programs (QP) within the Model Predictive Control (MPC) framework which provides a structured approach to express system objectives and constraints to allow for reliable, predictable, and robust, real-time implementation without the assumption of a reference trajectory. Page 7 / 16

8 Convex QP min trajectory cost function, subject to vehicle dynamics, physical and design constraints, collision avoidance constraints. min w subject to J w = 1 2 wt Hw + d T w H in w k in, H eq w = k eq. Page 8 / 16

9 MPC 1. Measure the state x at the current time instance t. 2. Solve the optimal control QP problem to obtain the control sequence U. 3. Apply the first element of U to the system. 4. Repeat Step 1-3 at time instance t+1. x(t) x(t + 1) u t = u (t) u(t + 1) = u (t + 1) Page 9 / 16 t-1 t t+1 t+n t+n+1 Time

10 Trajectory planning for automated yielding maneuvers Problem: Find a longitudinal and a lateral trajectory, i.e. the control signals, which allows the ego vehicle, E, to perform a safe and smooth yielding maneuver e.g. a lane change maneuver. Solution: Loosely coupled longitudinal and lateral optimal control problems in the form of convex QPs which are solved within the MPC framework. Page 10 / 16

11 Trajectory planning algorithm I. Determine an appropriate inter-vehicle traffic gap in the target lane and a time instance to initialize the lateral motion of the maneuver. II. III. IV. Determine the longitudinal safety corridor. Determine the longitudinal trajectory (QP optimization). Determine the lateral safety corridor. V. Determine the lateral trajectory (QP optimization). Page 11 / 16

12 Simulation results Simulation scenario: decelerate into the lane change gap. Page 12 / 16

13 Real-time experiments Page 13 / 16

14 Real-time experiments Page 14 / 16

15 Summary min trajectory cost function, subject to vehicle dynamics, physical and design constraints, collision avoidance constraints. Page 15 / 16

16 Further information J. Nilsson, M. Brännström, E. Coelingh, and J. Fredriksson, Longitudinal and Lateral Control for Automated Lane Change Maneuvers, American Control Conference, pp , July, 2015, Chicago, IL, USA. J. Nilsson, M. Brännström, J. Fredriksson, and E. Coelingh, Longitudinal and Lateral Control for, IEEE Transactions on Intelligent Transportation Systems, vol. 17, no. 5, pp , May, J. Nilsson, M. Brännström, J. Fredriksson, and E. Coelingh, Lane Change Maneuvers for Automated Vehicles, Accepted for publication in IEEE Transactions on Intelligent Transportation Systems, J. Nilsson, J. Silvlin, M. Brännström, E. Coelingh, and J. Fredriksson, If, When, and How to Perform Lane Change Maneuvers on Highways, Accepted for publication in IEEE Intelligent Transportation Systems Magazine, J. Nilsson, Automated Driving Maneuvers -Trajectory Planning via Convex Optimization in the Model Predictive Control Framework, PhD Thesis, ISBN , Doktorsavhandlingar vid Chalmers Tekniska Högskola, Ny serie nr 4131, ISSN X, Chalmers University of Technology, October, 2016, Gothenburg, Sweden. Automated Driving Maneuvers Page 16 / 16

17 Questions

18 I. Traffic gap and initiation time selection 1. Approximate the reachable set of E by e.g. a set of ACC trajectories T T 2. For each inter-vehicle traffic gap and discrete time instance to initialize the lateral motion of the maneuver, determine if there exists a trajectory within the set, T, which allows E to be safely positioned in its current lane, enter the lane change region of the inter-vehicle traffic gap at the specified time instance, remain in that region for n min, and thereafter safely be positioned in the target lane until the end of the prediction horizon T F T T 3. Select the gap and time instance for which the trajectory, T F T, minimizes J x = N k=1 ϑ v xk v xdesk + κ axk + φ axk Page 18 / 27

19 II. Longitudinal safety corridor x maxk = x 1k s d, k = 0,, N Peri, x maxk = min x 1k, x 2k s d, k = N Peri,, N Post, x maxk = x 2k s d, k = N Post,, N. N Post = N Peri + n min x 3 x 4 x 1 x 2 Page 19 / 27

20 II. Longitudinal safety corridor x mink = x 3k + s d, k = 0,, N Peri, x mink = max x 3k, x 4k + s d, k = N Peri,, N Post, x mink = x 4k + s d, k = N Post,, N. x 3 x 4 x 1 x 2 Page 20 / 27

21 III. Longitudinal trajectory planning Longitudinal motion captured by a double integrator t 2 x k+1 = x k + v xk t s + a s xk, k = 0,, N 1, v x k+1 = v xk + a x k t s, k = 0,, N 1, which is subjected to the following set of constraints 2 x mink x k x maxk, k = 1,, N, v xmink v xk v xmaxk, k = 1,, N, a xmink a xk a xmaxk, k = 1,, N, a xmink a xk a xmaxk, k = 1,, N. Page 21 / 27

22 III. Longitudinal trajectory planning Trajectory planning problem is solved as a standard quadratic program subject to min w J x = 1 2 wt Hw, H eq w = K eq, H in w K in, where w = x k, v xk, a xk and J x = N k=1 ϑ v xk v xdesk 2 + κ axk 2 + φ axk 2. Page 22 / 27

23 IV. Lateral safety corridor y maxk = L li k, k = 0,, N Peri, y maxk = L li+1 k, k = N Peri,, N, y mink = L ri k, k = 0,, N Post, y mink = L ri+1 k, k = N Post,, N. L li+1 L li / L ri+1 L ri Page 23 / 27

24 V. Lateral trajectory planning Lateral motion captured by a double integrator t 2 y k+1 = y k + v yk t s + a s yk, k = 0,, N 1, v yk+1 = v yk + a yk t s, k = 0,, N 1, which is subjected to the following set of constraints 2 y mink y k y maxk, k = 1,, N, v ymink v yk v ymaxk, k = 1,, N, 0.17v xk v yk 0.17v xk a ymink a yk a ymaxk, k = 1,, N, a ymink a yk a ymaxk, k = 1,, N. Page 24 / 27

25 V. Lateral trajectory planning Trajectory planning problem is solved as a standard quadratic program subject to min w J y = 1 2 wt Hw H eq w = K eq, where w = y k, v yk, a yk and H in w K in, J y = N k=1 ϕ v yk 2 + ψ ayk 2 + θ ayk 2.

26 What about dense traffic situations? Allow the algorithm to plan trajectories which account for motion dependent safety critical zones of miscellaneous shape. Page 26 / 27

27 What about dense traffic situations? Page 27 / 27

A Hierarchical Model-based Optimization Control Method for Merging of Connected Automated Vehicles. Na Chen, Meng Wang, Tom Alkim, Bart van Arem

A Hierarchical Model-based Optimization Control Method for Merging of Connected Automated Vehicles. Na Chen, Meng Wang, Tom Alkim, Bart van Arem A Hierarchical Model-based Optimization Control Method for Merging of Connected Automated Vehicles Na Chen, Meng Wang, Tom Alkim, Bart van Arem 1 Background Vehicle-to-Vehicle communication Vehicle-to-Infrastructure

More information

arxiv: v1 [cs.sy] 21 Oct 2018

arxiv: v1 [cs.sy] 21 Oct 2018 Safe Adaptive Cruise Control with Road Grade Preview and V2V Communication Roya Firoozi, Shima Nazari, Jacopo Guanetti, Ryan O Gorman, Francesco Borrelli arxiv:1810.09000v1 [cs.sy] 21 Oct 2018 Abstract

More information

A Control Matching-based Predictive Approach to String Stable Vehicle Platooning

A Control Matching-based Predictive Approach to String Stable Vehicle Platooning Preprints of the 19th World Congress The International Federation of Automatic Control Cape Town, South Africa. August 24-29, 214 A Control Matching-based Predictive Approach to String Stable Vehicle Platooning

More information

Advanced Adaptive Cruise Control Based on Collision Risk Assessment

Advanced Adaptive Cruise Control Based on Collision Risk Assessment Advanced Adaptive Cruise Control Based on Collision Risk Assessment Hanwool Woo 1, Yonghoon Ji 2, Yusuke Tamura 1, Yasuhide Kuroda 3, Takashi Sugano 4, Yasunori Yamamoto 4, Atsushi Yamashita 1, and Hajime

More information

Autonomous navigation of unicycle robots using MPC

Autonomous navigation of unicycle robots using MPC Autonomous navigation of unicycle robots using MPC M. Farina marcello.farina@polimi.it Dipartimento di Elettronica e Informazione Politecnico di Milano 7 June 26 Outline Model and feedback linearization

More information

EE C128 / ME C134 Feedback Control Systems

EE C128 / ME C134 Feedback Control Systems EE C128 / ME C134 Feedback Control Systems Lecture Additional Material Introduction to Model Predictive Control Maximilian Balandat Department of Electrical Engineering & Computer Science University of

More information

Chalmers Publication Library

Chalmers Publication Library Chalmers Publication Library Reachability Analysis of Cooperative Adaptive Cruise Controller This document has been downloaded from Chalmers Publication Library (CPL). It is the author s version of a work

More information

1 INTRODUCTION 2 PROBLEM DEFINITION

1 INTRODUCTION 2 PROBLEM DEFINITION Autonomous cruise control with cut-in target vehicle detection Ashwin Carvalho, Alek Williams, Stéphanie Lefèvre & Francesco Borrelli Department of Mechanical Engineering University of California Berkeley,

More information

On Cooperative Control of Automated Driving Systems from a Stability and Safety Perspective

On Cooperative Control of Automated Driving Systems from a Stability and Safety Perspective Thesis for the Degree of Doctor of Philosophy On Cooperative Control of Automated Driving Systems from a Stability and Safety Perspective Roozbeh Kianfar Department of Signals and Systems Chalmers University

More information

Traffic Modelling for Moving-Block Train Control System

Traffic Modelling for Moving-Block Train Control System Commun. Theor. Phys. (Beijing, China) 47 (2007) pp. 601 606 c International Academic Publishers Vol. 47, No. 4, April 15, 2007 Traffic Modelling for Moving-Block Train Control System TANG Tao and LI Ke-Ping

More information

arxiv: v1 [math.oc] 10 Mar 2019

arxiv: v1 [math.oc] 10 Mar 2019 Decentralized Optimal Path Planning and Coordination for Connected and Automated Vehicles at Signalized-Free Intersections Andreas A. Malikopoulos, Senior Member, IEEE, and Liuhui Zhao, Member, IEEE arxiv:1903.04013v1

More information

Cooperative Motion Control of Multiple Autonomous Marine

Cooperative Motion Control of Multiple Autonomous Marine Cooperative Motion Control of Multiple Autonomous Marine Collision Avoidance in Dynamic Environments EECI Graduate School on Control Supélec, Feb. 21-25, 2011 Outline Motivation/Objectives Cooperative

More information

MATH4406 (Control Theory) Unit 6: The Linear Quadratic Regulator (LQR) and Model Predictive Control (MPC) Prepared by Yoni Nazarathy, Artem

MATH4406 (Control Theory) Unit 6: The Linear Quadratic Regulator (LQR) and Model Predictive Control (MPC) Prepared by Yoni Nazarathy, Artem MATH4406 (Control Theory) Unit 6: The Linear Quadratic Regulator (LQR) and Model Predictive Control (MPC) Prepared by Yoni Nazarathy, Artem Pulemotov, September 12, 2012 Unit Outline Goal 1: Outline linear

More information

Model-Based Threat Assessment in Semi-Autonomous Vehicles with Model Parameter Uncertainties

Model-Based Threat Assessment in Semi-Autonomous Vehicles with Model Parameter Uncertainties Model-Based Threat Assessment in Semi-Autonomous Vehicles with Model Parameter Uncertainties Mohammad Ali, Paolo Falcone and Jonas Sjöberg Abstract In this paper, we consider model-based threat assessment

More information

Autonomous Car Following: A Learning-Based Approach

Autonomous Car Following: A Learning-Based Approach Autonomous Car Following: A Learning-Based Approach Stéphanie Lefèvre, Ashwin Carvalho, Francesco Borrelli Abstract We propose a learning-based method for the longitudinal control of an autonomous vehicle

More information

Autonomous Overtaking Using Reachability Analysis and MPC

Autonomous Overtaking Using Reachability Analysis and MPC DEGREE PROJECT IN TECHNOLOGY, FIRST CYCLE, 15 CREDITS STOCKHOLM, SWEDEN 2018 Autonomous Overtaking Using Reachability Analysis and MPC JOHN FRIBERG FILIP KLAESSON KTH ROYAL INSTITUTE OF TECHNOLOGY SCHOOL

More information

Robust Model Predictive Control for Autonomous Vehicle/Self-Driving Cars

Robust Model Predictive Control for Autonomous Vehicle/Self-Driving Cars Robust Model Predictive Control for Autonomous Vehicle/Self-Driving Cars Che Kun Law, Darshit Dalal, Stephen Shearrow A robust Model Predictive Control (MPC) approach for controlling front steering of

More information

Reachability Analysis: State of the Art for Various System Classes

Reachability Analysis: State of the Art for Various System Classes Reachability Analysis: State of the Art for Various System Classes Matthias Althoff Carnegie Mellon University October 19, 2011 Matthias Althoff (CMU) Reachability Analysis October 19, 2011 1 / 16 Introduction

More information

An adaptive cruise control for connected energy-saving electric vehicles

An adaptive cruise control for connected energy-saving electric vehicles An adaptive cruise control for connected energy-saving electric vehicles Lorenzo Bertoni Jacopo Guanetti Maria Basso Marco Masoero Sabri Cetinkunt Francesco Borrelli Department of Mechanical Engineering,

More information

Optimal Trajectory Planning for Autonomous Driving Integrating Logical Constraints: An MIQP Perspective

Optimal Trajectory Planning for Autonomous Driving Integrating Logical Constraints: An MIQP Perspective Optimal Trajectory Planning for Autonomous Driving Integrating Logical Constraints: An MIQP Perspective Xiangjun Qian, Florent Altché, Philipp Bender, Christoph Stiller, Arnaud De La Fortelle To cite this

More information

vehicle velocity (m/s) relative velocity (m/s) 22 relative velocity (m/s) 1.5 vehicle velocity (m/s) time (s)

vehicle velocity (m/s) relative velocity (m/s) 22 relative velocity (m/s) 1.5 vehicle velocity (m/s) time (s) Proceedings of the 4th IEEE Conference on Decision and Control, New Orleans, LA, December 99, pp. 477{48. Variable Time Headway for String Stability of Automated HeavyDuty Vehicles Diana Yanakiev and Ioannis

More information

Towards Fully-automated Driving

Towards Fully-automated Driving Towards Fully-automated Driving Challenges and Potential Solutions Dr. Gijs Dubbelman Mobile Perception Systems EE-SPS/VCA Mobile Perception Systems 6 PhDs, postdoc, project manager, software engineer,

More information

INTRODUCTION PURPOSE DATA COLLECTION

INTRODUCTION PURPOSE DATA COLLECTION DETERMINATION OF VEHICLE OCCUPANCY ON THE KATY AND NORTHWEST FREEWAY MAIN LANES AND FRONTAGE ROADS Mark Ojah and Mark Burris Houston Value Pricing Project, March 2004 INTRODUCTION In the late 1990s, an

More information

Chalmers Publication Library

Chalmers Publication Library Chalmers Publication Library Probabilistic Threat Assessment and Driver Modeling in Collision Avoidance Systems This document has been downloaded from Chalmers Publication Library (CPL). It is the author

More information

AKTIVE SICHERHEIT 4.0. Prof. K. Kompass, Dr. S. Nitsche April 2017

AKTIVE SICHERHEIT 4.0. Prof. K. Kompass, Dr. S. Nitsche April 2017 AKTIVE SICHERHEIT 4.0 Prof. K. Kompass, Dr. S. Nitsche April 2017 L e v e l of p e r f o r m a n c e ASSISTED AND AUTOMATED DRIVING HIGHER LEVELS OF AUTOMATION ACTIVE SAFETY L e v e l of a u t o m a t

More information

A Time Gap-Based Spacing Policy for Full-Range Car-Following

A Time Gap-Based Spacing Policy for Full-Range Car-Following A Time Gap-Based Spacing Policy for Full-Range Car-Following Carlos Flores, Vicente Milanés, Fawzi Nashashibi To cite this version: Carlos Flores, Vicente Milanés, Fawzi Nashashibi. A Time Gap-Based Spacing

More information

Data-Driven Probabilistic Modeling and Verification of Human Driver Behavior

Data-Driven Probabilistic Modeling and Verification of Human Driver Behavior Formal Verification and Modeling in Human-Machine Systems: Papers from the AAAI Spring Symposium Data-Driven Probabilistic Modeling and Verification of Human Driver Behavior D. Sadigh, K. Driggs-Campbell,

More information

A model predictive controller for non-cooperative eco-platooning

A model predictive controller for non-cooperative eco-platooning A model predictive controller for non-cooperative eco-platooning Valerio Turri 1,, Yeojun Kim 2,, Jacopo Guanetti 2, Karl H. Johansson 1, Francesco Borrelli 2 Abstract This paper proposes an energy-saving

More information

Tracking and radar sensor modelling for automotive safety systems

Tracking and radar sensor modelling for automotive safety systems Tracking and radar sensor modelling for automotive safety systems Lars Danielsson Department of Signals and Systems Signal Processing Group chalmers university of technology Göteborg, Sweden 2010 Thesis

More information

SIMULATION OF TURNING RATES IN TRAFFIC SYSTEMS

SIMULATION OF TURNING RATES IN TRAFFIC SYSTEMS SIMULATION OF TURNING RATES IN TRAFFIC SYSTEMS Balázs KULCSÁR István VARGA Department of Transport Automation, Budapest University of Technology and Economics Budapest, H-, Bertalan L. u. 2., Hungary e-mail:

More information

FEEDBACK loops are always associated with certain time

FEEDBACK loops are always associated with certain time IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS, VOL. 19, NO. 2, FEBRUARY 218 545 Application of Predictor Feedback to Compensate Time Delays in Connected Cruise Control Tamás G. Molnár, Wubing

More information

IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS 1. Qian Wang, Beshah Ayalew, Member, IEEE, and Thomas Weiskircher

IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS 1. Qian Wang, Beshah Ayalew, Member, IEEE, and Thomas Weiskircher IEEE TRANSACTIONS ON INTELLIGENT TRANSPORTATION SYSTEMS 1 Predictive Maneuver Planning for an Autonomous Vehicle in Public Highway Traffic Qian Wang, Beshah Ayalew, Member, IEEE, and Thomas Weiskircher

More information

Semi-Autonomous Vehicle Control for Road Departure and Obstacle Avoidance

Semi-Autonomous Vehicle Control for Road Departure and Obstacle Avoidance Semi-Autonomous Vehicle Control for Road Departure and Obstacle Avoidance Andrew Gray Mohammad Ali, Yiqi Gao J. Karl Hedrick Francesco Borrelli Mechanical Engineering, University of California, Berkeley,

More information

4F3 - Predictive Control

4F3 - Predictive Control 4F3 Predictive Control - Lecture 3 p 1/21 4F3 - Predictive Control Lecture 3 - Predictive Control with Constraints Jan Maciejowski jmm@engcamacuk 4F3 Predictive Control - Lecture 3 p 2/21 Constraints on

More information

A NOVEL METHOD TO EVALUATE THE SAFETY OF HIGHLY AUTOMATED VEHICLES. Joshua L. Every Transportation Research Center Inc. United States of America

A NOVEL METHOD TO EVALUATE THE SAFETY OF HIGHLY AUTOMATED VEHICLES. Joshua L. Every Transportation Research Center Inc. United States of America A NOVEL METHOD TO EVALUATE THE SAFETY OF HIGHLY AUTOMATED VEHICLES Joshua L. Every Transportation Research Center Inc. United States of America Frank Barickman John Martin National Highway Traffic Safety

More information

HELLA AGLAIA MOBILE VISION GMBH

HELLA AGLAIA MOBILE VISION GMBH HELLA AGLAIA MOBILE VISION GMBH DRIVING SOFTWARE INNOVATION H E L L A A g l a i a M o b i l e V i s i o n G m b H I C o m p a n y P r e s e n t a t i o n I D e l h i, A u g u s t 2 0 1 7 11 Hella Aglaia

More information

Available online Journal of Scientific and Engineering Research, 2017, 4(4): Research Article

Available online  Journal of Scientific and Engineering Research, 2017, 4(4): Research Article Available online www.jsaer.com, 2017, 4(4):137-142 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR A Qualitative Examination of the Composition of the Cooperative Vehicles Çağlar Koşun 1, Çağatay Kök

More information

We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill.

We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill. We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill. 2.3.2. Steering control using point mass model: Open loop commands We consider

More information

CONSTRAINED MODEL PREDICTIVE CONTROL ON CONVEX POLYHEDRON STOCHASTIC LINEAR PARAMETER VARYING SYSTEMS. Received October 2012; revised February 2013

CONSTRAINED MODEL PREDICTIVE CONTROL ON CONVEX POLYHEDRON STOCHASTIC LINEAR PARAMETER VARYING SYSTEMS. Received October 2012; revised February 2013 International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 10, October 2013 pp 4193 4204 CONSTRAINED MODEL PREDICTIVE CONTROL ON CONVEX

More information

Modified flatbed tow truck model for stable and safe platooning in presences of lags, communication and sensing delays

Modified flatbed tow truck model for stable and safe platooning in presences of lags, communication and sensing delays Modified flatbed tow truck model for stable and safe platooning in presences of lags, communication and sensing delays Alan ALI 1, Gaëtan GARCIA 2 and Philippe MARTINET 1 Abstract Many ideas have been

More information

Lateral Path-Following Control for Automated Vehicle Platoons

Lateral Path-Following Control for Automated Vehicle Platoons Lateral Path-Following Control for Automated Vehicle Platoons Master of Science Thesis Delft Center for Systems and Control Lateral Path-Following Control for Automated Vehicle Platoons Master of Science

More information

THE POTENTIAL OF APPLYING MACHINE LEARNING FOR PREDICTING CUT-IN BEHAVIOUR OF SURROUNDING TRAFFIC FOR TRUCK-PLATOONING SAFETY

THE POTENTIAL OF APPLYING MACHINE LEARNING FOR PREDICTING CUT-IN BEHAVIOUR OF SURROUNDING TRAFFIC FOR TRUCK-PLATOONING SAFETY THE POTENTIAL OF APPLYING MACHINE LEARNING FOR PREDICTING CUT-IN BEHAVIOUR OF SURROUNDING TRAFFIC FOR TRUCK-PLATOONING SAFETY Irene Cara Jan-Pieter Paardekooper TNO Helmond The Netherlands Paper Number

More information

Prediktivno upravljanje primjenom matematičkog programiranja

Prediktivno upravljanje primjenom matematičkog programiranja Prediktivno upravljanje primjenom matematičkog programiranja Doc. dr. sc. Mato Baotić Fakultet elektrotehnike i računarstva Sveučilište u Zagrebu www.fer.hr/mato.baotic Outline Application Examples PredictiveControl

More information

Cooperative intersection control for autonomous vehicles

Cooperative intersection control for autonomous vehicles Cooperative intersection control for autonomous vehicles Morales Medina, A.I. Accepted/In press: 10/01/2019 Document Version Publisher s PDF, also known as Version of Record (includes final page, issue

More information

Planning of Optimal Collision Avoidance Trajectories with Timed Elastic Bands

Planning of Optimal Collision Avoidance Trajectories with Timed Elastic Bands Preprints of the 19th World Congress The International Federation of Automatic Control Cape Town, South Africa. August -9, 1 Planning of Optimal Collision Avoidance Trajectories with Timed Elastic Bands

More information

Collision avoidance at intersections: A probabilistic threat-assessment and decision-making system for safety interventions *

Collision avoidance at intersections: A probabilistic threat-assessment and decision-making system for safety interventions * Collision avoidance at intersections: A probabilistic threat-assessment and decision-making system for safety interventions * Gabriel R. de Campos, Adam H. Runarsson, Fredrik Granum, Paolo Falcone, Klas

More information

Enabling Advanced Automation Tools to manage Trajectory Prediction Uncertainty

Enabling Advanced Automation Tools to manage Trajectory Prediction Uncertainty Engineering, Test & Technology Boeing Research & Technology Enabling Advanced Automation Tools to manage Trajectory Prediction Uncertainty ART 12 - Automation Enrique Casado (BR&T-E) enrique.casado@boeing.com

More information

A Hierarchy of Suboptimal Policies for the Multi-period, Multi-echelon, Robust Inventory Problem

A Hierarchy of Suboptimal Policies for the Multi-period, Multi-echelon, Robust Inventory Problem A Hierarchy of Suboptimal Policies for the Multi-period, Multi-echelon, Robust Inventory Problem Dimitris J. Bertsimas Dan A. Iancu Pablo A. Parrilo Sloan School of Management and Operations Research Center,

More information

EUROPEAN COMMISSION. SEVENTH FRAMEWORK PROGRAMME Theme: ICT. Small or medium-scale focused research projects (STREP) tiny FP7-ICT

EUROPEAN COMMISSION. SEVENTH FRAMEWORK PROGRAMME Theme: ICT. Small or medium-scale focused research projects (STREP) tiny FP7-ICT Ref. Ares(215)1591563-14/4/215 1 1 1 1 1 EUROPEAN COMMISSION SEVENTH FRAMEWORK PROGRAMME Theme: ICT Small or medium-scale focused research projects (STREP) tiny FP7-ICT-213-1 Objective ICT-213.6.5 Co-operative

More information

Nonlinear Model Predictive Control Tools (NMPC Tools)

Nonlinear Model Predictive Control Tools (NMPC Tools) Nonlinear Model Predictive Control Tools (NMPC Tools) Rishi Amrit, James B. Rawlings April 5, 2008 1 Formulation We consider a control system composed of three parts([2]). Estimator Target calculator Regulator

More information

Constrained Optimization and Distributed Computation Based Car-Following Control of A Connected and Autonomous Vehicle Platoon

Constrained Optimization and Distributed Computation Based Car-Following Control of A Connected and Autonomous Vehicle Platoon Constrained Optimization and Distributed Computation Based Car-Following Control of A Connected and Autonomous Vehicle Platoon Siyuan Gong a, Jinglai Shen b, Lili Du a ldu3@iit.edu a: Illinois Institute

More information

IN the past years, new driver assistant systems have

IN the past years, new driver assistant systems have JOURNAL OF L A TEX CLASS FILES, VOL. X, NO. X, MONTH X 2X 1 Model-Based Probabilistic Collision Detection in Autonomous Driving Matthias Althoff, Olaf Stursberg, Member, IEEE, and Martin Buss, Member,

More information

A Learning-Based Framework for Velocity Control in Autonomous Driving

A Learning-Based Framework for Velocity Control in Autonomous Driving 32 IEEE TRANSACTIONS ON AUTOMATION SCIENCE AND ENGINEERING, VOL. 13, NO. 1, JANUARY 2016 A Learning-Based Framework for Velocity Control in Autonomous Driving Stéphanie Lefèvre, Ashwin Carvalho, and Francesco

More information

National Rural ITS Conference 2006

National Rural ITS Conference 2006 National Rural ITS Conference 2006 Design of Automated Variable Speed Limits and Lane Assignments in Rural Areas Presented by: Tom Blaine P. E., POE New Mexico Department of Transportation Intelligent

More information

ADVANCED driver assistance systems (ADAS) are becoming. An Algorithm for Supervised Driving of Cooperative Semi-Autonomous Vehicles (Extended)

ADVANCED driver assistance systems (ADAS) are becoming. An Algorithm for Supervised Driving of Cooperative Semi-Autonomous Vehicles (Extended) 1 An Algorithm for Supervised Driving of Cooperative Semi-Autonomous Vehicles Extended) Florent Altché, Xiangjun Qian, and Arnaud de La Fortelle, arxiv:1706.08046v1 [cs.ma] 25 Jun 2017 Abstract Before

More information

arxiv: v1 [cs.cv] 15 May 2018

arxiv: v1 [cs.cv] 15 May 2018 Multi-Modal Trajectory Prediction of Surrounding Vehicles with Maneuver based LSTMs Nachiket Deo and Mohan M. Trivedi arxiv:1805.05499v1 [cs.cv] 15 May 2018 Abstract To safely and efficiently navigate

More information

Theory in Model Predictive Control :" Constraint Satisfaction and Stability!

Theory in Model Predictive Control : Constraint Satisfaction and Stability! Theory in Model Predictive Control :" Constraint Satisfaction and Stability Colin Jones, Melanie Zeilinger Automatic Control Laboratory, EPFL Example: Cessna Citation Aircraft Linearized continuous-time

More information

Two-vehicle Look-ahead Convoy Control Systems

Two-vehicle Look-ahead Convoy Control Systems Two-vehicle Look-ahead Convoy Control Systems Shahdan Sudin Control Systems Centre Dept. of Elect. Eng. and Electronics, UMIST United Kingdom s.sudin@student.umist.ac.uk Peter A. Cook Control Systems Centre

More information

Application of Adaptive Sliding Mode Control with an Ellipsoidal Sliding Surface for Vehicle Distance Control

Application of Adaptive Sliding Mode Control with an Ellipsoidal Sliding Surface for Vehicle Distance Control SICE Journal of Control, Measurement, and System Integration, Vol. 10, No. 1, pp. 05 031, January 017 Application of Adaptive Sliding Mode Control with an Ellipsoidal Sliding Surface for Vehicle Distance

More information

Robust Predictive Control for Semi-Autonomous Vehicles with an Uncertain Driver Model

Robust Predictive Control for Semi-Autonomous Vehicles with an Uncertain Driver Model 213 IEEE Intelligent Vehicles Symposium (IV) June 23-26, 213, Gold Coast, Australia Robust Predictive Control for Semi-Autonomous Vehicles with an Uncertain Driver Model Andrew Gray, Yiqi Gao, J. Karl

More information

Lecture 8 Receding Horizon Temporal Logic Planning & Finite-State Abstraction

Lecture 8 Receding Horizon Temporal Logic Planning & Finite-State Abstraction Lecture 8 Receding Horizon Temporal Logic Planning & Finite-State Abstraction Ufuk Topcu Nok Wongpiromsarn Richard M. Murray AFRL, 26 April 2012 Contents of the lecture: Intro: Incorporating continuous

More information

On robustness of suboptimal min-max model predictive control *

On robustness of suboptimal min-max model predictive control * Manuscript received June 5, 007; revised Sep., 007 On robustness of suboptimal min-max model predictive control * DE-FENG HE, HAI-BO JI, TAO ZHENG Department of Automation University of Science and Technology

More information

VIRGINIA S I-77 VARIABLE SPEED LIMIT SYSTEM FOR LOW VISIBILITY CONDITIONS

VIRGINIA S I-77 VARIABLE SPEED LIMIT SYSTEM FOR LOW VISIBILITY CONDITIONS VIRGINIA S I-77 VARIABLE SPEED LIMIT SYSTEM FOR LOW VISIBILITY CONDITIONS Christopher D. McDonald, PE, PTOE Regional Operations Director, Southwest Region NRITS and ITS Arizona Annual Conference October

More information

Analysis of Forward Collision Warning System. Based on Vehicle-mounted Sensors on. Roads with an Up-Down Road gradient

Analysis of Forward Collision Warning System. Based on Vehicle-mounted Sensors on. Roads with an Up-Down Road gradient Contemporary Engineering Sciences, Vol. 7, 2014, no. 22, 1139-1145 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49142 Analysis of Forward Collision Warning System Based on Vehicle-mounted

More information

arxiv: v3 [math.oc] 16 Jun 2017

arxiv: v3 [math.oc] 16 Jun 2017 Optimal Control and Coordination of Connected and Automated Vehicles at Urban Traffic Intersections Yue J. Zhang, Andreas A. Malikopoulos, Christos G. Cassandras arxiv:509.08689v3 [math.oc] 6 Jun 207 Abstract

More information

Collision warning system based on probability density functions van den Broek, T.H.A.; Ploeg, J.

Collision warning system based on probability density functions van den Broek, T.H.A.; Ploeg, J. Collision warning system based on probability density functions van den Broek, T.H.A.; Ploeg, J. Published in: Proceedings of the 7th International Workshop on Intelligent Transportation WIT 2010, 23-24

More information

Prediction and Prevention of Tripped Rollovers

Prediction and Prevention of Tripped Rollovers Prediction and Prevention of Tripped Rollovers Final Report Prepared by: Gridsada Phanomchoeng Rajesh Rajamani Department of Mechanical Engineering University of Minnesota CTS 12-33 Technical Report Documentation

More information

Cross-Coupling Control for Slippage Minimization of a Four-Wheel-Steering Mobile Robot

Cross-Coupling Control for Slippage Minimization of a Four-Wheel-Steering Mobile Robot Cross-Coupling Control for Slippage Minimization of a Four-Wheel-Steering Mobile Robot Maxim Makatchev Dept. of Manufacturing Engineering and Engineering Management City University of Hong Kong Hong Kong

More information

Traffic safety research: a challenge for extreme value statistics

Traffic safety research: a challenge for extreme value statistics Traffic safety research: a challenge for extreme value statistics VTTI Driving Transportation with Technology Jenny Jonasson, Astra-Zeneca, Gothenburg Holger Rootzén, Mathematical Sciences, Chalmers http://www.math.chalmers.se/~rootzen/

More information

LATERAL CONTROL OF AN A-DOUBLE COMBINATION VEHICLE CONSIDERING DIFFERENT MEASUREMENT SIGNALS AND DOLLY STEERING CONFIGURATIONS

LATERAL CONTROL OF AN A-DOUBLE COMBINATION VEHICLE CONSIDERING DIFFERENT MEASUREMENT SIGNALS AND DOLLY STEERING CONFIGURATIONS LATERAL CONTROL OF AN A-DOUBLE COMBINATION VEHICLE CONSIDERING DIFFERENT MEASUREMENT SIGNALS AND DOLLY STEERING CONFIGURATIONS MSc. Maliheh Sadeghi Prof. Jonas Fredriksson Prof. Bengt Jacobson Adj. Prof.

More information

Continuous Curvature Path Generation Based on Bézier Curves for Autonomous Vehicles

Continuous Curvature Path Generation Based on Bézier Curves for Autonomous Vehicles Continuous Curvature Path Generation Based on Bézier Curves for Autonomous Vehicles Ji-wung Choi, Renwick E. Curry, Gabriel Hugh Elkaim Abstract In this paper we present two path planning algorithms based

More information

ROBUST CONTROL OF AN A-DOUBLE WITH ACTIVE DOLLY BASED ON STATIC OUTPUT FEEDBACK AND DYNAMIC FEED-FORWARD

ROBUST CONTROL OF AN A-DOUBLE WITH ACTIVE DOLLY BASED ON STATIC OUTPUT FEEDBACK AND DYNAMIC FEED-FORWARD ROBUST CONTROL OF AN A-DOUBLE WITH ACTIVE DOLLY BASED ON STATIC OUTPUT FEEDBACK AND DYNAMIC FEED-FORWARD Maliheh Sadeghi Kati Hakan Köroğlu Jonas Fredriksson Chalmers University of Technology, Dept. Signals

More information

Decentralized Optimal Control for Connected Automated Vehicles at Intersections Including Left and Right Turns

Decentralized Optimal Control for Connected Automated Vehicles at Intersections Including Left and Right Turns 2017 IEEE 56th Annual Conference on Decision and Control (CDC) December 12-15, 2017, Melbourne, Australia Decentralized Optimal Control for Connected Automated Vehicles at Intersections Including Left

More information

Predictive Control under Uncertainty for Safe Autonomous Driving: Integrating Data-Driven Forecasts with Control Design. Ashwin Mark Carvalho

Predictive Control under Uncertainty for Safe Autonomous Driving: Integrating Data-Driven Forecasts with Control Design. Ashwin Mark Carvalho Predictive Control under Uncertainty for Safe Autonomous Driving: Integrating Data-Driven Forecasts with Control Design by Ashwin Mar Carvalho A dissertation submitted in partial satisfaction of the requirements

More information

Optimal routing for automated highway systems

Optimal routing for automated highway systems Delft University of Technology Delft Center for Systems and Control Technical report 13-005 Optimal routing for automated highway systems L.D. Baskar, B. De Schutter, and H. Hellendoorn If you want to

More information

Stochastic Predictive Control for Semi-Autonomous Vehicles with an Uncertain Driver Model

Stochastic Predictive Control for Semi-Autonomous Vehicles with an Uncertain Driver Model Proceedings of the 16th International IEEE Annual Conference on Intelligent Transportation Systems (ITSC 213), The Hague, The Netherlands, October 6-9, 213 WeC62 Stochastic Predictive Control for Semi-Autonomous

More information

Robust Adaptive Motion Planning in the Presence of Dynamic Obstacles

Robust Adaptive Motion Planning in the Presence of Dynamic Obstacles 2016 American Control Conference (ACC) Boston Marriott Copley Place July 6-8, 2016. Boston, MA, USA Robust Adaptive Motion Planning in the Presence of Dynamic Obstacles Nurali Virani and Minghui Zhu Abstract

More information

Cyber-Physical Systems Modeling and Simulation of Hybrid Systems

Cyber-Physical Systems Modeling and Simulation of Hybrid Systems Cyber-Physical Systems Modeling and Simulation of Hybrid Systems Matthias Althoff TU München 05. June 2015 Matthias Althoff Modeling and Simulation of Hybrid Systems 05. June 2015 1 / 28 Overview Overview

More information

The Nonlinear Velocity Obstacle Revisited: the Optimal Time Horizon

The Nonlinear Velocity Obstacle Revisited: the Optimal Time Horizon The Nonlinear Velocity Obstacle Revisited: the Optimal Time Horizon Zvi Shiller, Oren Gal, and Thierry Fraichard bstract This paper addresses the issue of motion safety in dynamic environments using Velocity

More information

INTEGRATION OF A PHENOMENOLOGICAL RADAR SENSOR MODELL IN IPG CARMAKER FOR SIMULATION OF ACC AND AEB SYSTEMS

INTEGRATION OF A PHENOMENOLOGICAL RADAR SENSOR MODELL IN IPG CARMAKER FOR SIMULATION OF ACC AND AEB SYSTEMS INTEGRATION OF A PHENOMENOLOGICAL RADAR SENSOR MODELL IN IPG CARMAKER FOR SIMULATION OF ACC AND AEB SYSTEMS Dr. A. Eichberger*, S. Bernteiner *, Z. Magoi *, D. Lindvai-Soo **, * Intitute of Automotive

More information

Power Distribution and Functional Safety in the Context of Highly Automated Driving

Power Distribution and Functional Safety in the Context of Highly Automated Driving Power Distribution and Functional Safety in the Context of Highly Automated Driving Dr. Peter Grabs, Intedis GmbH&Co. KG Udo Hornfeck, LEONI Bordnetz-Systeme GmbH The Quality Connection Outline Automated

More information

arxiv: v1 [cs.sy] 2 Oct 2018

arxiv: v1 [cs.sy] 2 Oct 2018 Non-linear Model Predictive Control of Conically Shaped Liquid Storage Tanks arxiv:1810.01119v1 [cs.sy] 2 Oct 2018 5 10 Abstract Martin Klaučo, L uboš Čirka Slovak University of Technology in Bratislava,

More information

Principles of Optimal Control Spring 2008

Principles of Optimal Control Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 6.33 Principles of Optimal Control Spring 8 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 6.33 Lecture 6 Model

More information

Optimal Sojourn Time Control within an Interval 1

Optimal Sojourn Time Control within an Interval 1 Optimal Sojourn Time Control within an Interval Jianghai Hu and Shankar Sastry Department of Electrical Engineering and Computer Sciences University of California at Berkeley Berkeley, CA 97-77 {jianghai,sastry}@eecs.berkeley.edu

More information

MA 108 Math The Language of Engineers. Stan Żak. School of Electrical and Computer Engineering

MA 108 Math The Language of Engineers. Stan Żak. School of Electrical and Computer Engineering MA 108Math The Language of Engineers p. 1/2 MA 108 Math The Language of Engineers Stan Żak School of Electrical and Computer Engineering October 14, 2010 MA 108Math The Language of Engineers p. 2/2 Outline

More information

Optimal control of freeway networks based on the Link Node Cell Transmission model.

Optimal control of freeway networks based on the Link Node Cell Transmission model. 212 American Control Conference Fairmont Queen Elizabeth, Montréal, Canada June 27-June 29, 212 Optimal control of freeway networks based on the Link Node Cell Transmission model. Ajith Muralidharan and

More information

Data-Driven Probabilistic Modeling and Verification of Human Driver Behavior

Data-Driven Probabilistic Modeling and Verification of Human Driver Behavior Data-Driven Probabilistic Modeling and Verification of Human Driver Behavior Dorsa Sadigh Katherine Driggs Campbell Alberto Alessandro Angelo Puggelli Wenchao Li Victor Shia Ruzena Bajcsy Alberto L. Sangiovanni-Vincentelli

More information

IN MOST of the the automated highway system (AHS)

IN MOST of the the automated highway system (AHS) 614 IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 5, NO. 6, NOVEMBER 1997 AHS Safe Control Laws for Platoon Leaders Perry Li, Luis Alvarez, and Roberto Horowitz, Member, IEEE Abstract The AHS architecture

More information

arxiv: v1 [cs.ai] 22 Feb 2018

arxiv: v1 [cs.ai] 22 Feb 2018 Reliable Intersection Control in Non-cooperative Environments* Muhammed O. Sayin 1,2, Chung-Wei Lin 2, Shinichi Shiraishi 2, and Tamer Başar 1 arxiv:1802.08138v1 [cs.ai] 22 Feb 2018 Abstract We propose

More information

Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems

Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems Changes in the Spatial Distribution of Mobile Source Emissions due to the Interactions between Land-use and Regional Transportation Systems A Framework for Analysis Urban Transportation Center University

More information

Developing a Distributed Consensus-Based Cooperative Adaptive Cruise Control (CACC) System

Developing a Distributed Consensus-Based Cooperative Adaptive Cruise Control (CACC) System Developing a Distributed Consensus-Based Cooperative Adaptive Cruise Control (CACC) System Ziran Wang (Corresponding Author) Center for Environmental Research and Technology, University of California at

More information

Online Model Predictive Torque Control for Permanent Magnet Synchronous Motors

Online Model Predictive Torque Control for Permanent Magnet Synchronous Motors Online Model Predictive Torque Control for Permanent Magnet Synchronous Motors Gionata Cimini, Daniele Bernardini, Alberto Bemporad and Stephen Levijoki ODYS Srl General Motors Company 2015 IEEE International

More information

Navigating Congested Environments with Risk Level Sets

Navigating Congested Environments with Risk Level Sets IEEE International Conference on Robotics and Automation ICRA May -5,, Brisbane, Australia Navigating Congested Environments with Risk Level Sets Alyssa Pierson, Wilko Schwarting, Sertac Karaman, and Daniela

More information

Nonlinear and robust MPC with applications in robotics

Nonlinear and robust MPC with applications in robotics Nonlinear and robust MPC with applications in robotics Boris Houska, Mario Villanueva, Benoît Chachuat ShanghaiTech, Texas A&M, Imperial College London 1 Overview Introduction to Robust MPC Min-Max Differential

More information

Vehicle Motion Estimation Using an Infrared Camera an Industrial Paper

Vehicle Motion Estimation Using an Infrared Camera an Industrial Paper Vehicle Motion Estimation Using an Infrared Camera an Industrial Paper Emil Nilsson, Christian Lundquist +, Thomas B. Schön +, David Forslund and Jacob Roll * Autoliv Electronics AB, Linköping, Sweden.

More information

Design of Driver-Assist Systems Under Probabilistic Safety Specifications Near Stop Signs

Design of Driver-Assist Systems Under Probabilistic Safety Specifications Near Stop Signs Design of Driver-Assist Systems Under Probabilistic Safety Specifications Near Stop Signs The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters.

More information

Scenario Optimization for Robust Design

Scenario Optimization for Robust Design Scenario Optimization for Robust Design foundations and recent developments Giuseppe Carlo Calafiore Dipartimento di Elettronica e Telecomunicazioni Politecnico di Torino ITALY Learning for Control Workshop

More information

The Next Generation of Traffic Management Systems

The Next Generation of Traffic Management Systems AASHTO CTSO ITS Working Group Meeting The Next Generation of Traffic Management Systems What Resources Do Agencies Need & Is There Interest to Collaborate With TRB Technical Committees & Other Groups?

More information

Analysis of Safety at Quiet Zones

Analysis of Safety at Quiet Zones F E D E R A L R A I L R O A D A D M I N I S T R A T I O N Analysis of Safety at Quiet Zones 2014 Global Level Crossing Safety & Trespass Prevention Symposium Urbana, IL F E D E R A L R A I L R O A D A

More information

A Virtual Vehicle Based Coordination Framework For Autonomous Vehicles in Heterogeneous Scenarios

A Virtual Vehicle Based Coordination Framework For Autonomous Vehicles in Heterogeneous Scenarios A Virtual Vehicle Based Coordination Framework For Autonomous Vehicles in Heterogeneous Scenarios Ezequiel Debada, Laleh Makarem and Denis Gillet Abstract This work presents a novel virtual vehicle based

More information