Self-Driving Vehicles and Transportation Markets

Size: px
Start display at page:

Download "Self-Driving Vehicles and Transportation Markets"

Transcription

1 Self-Driving Vehicles and Transportation Markets Anton J. Kleywegt School of Industrial and Systems Engineering Georgia Institute of Technology 4 September / 22

2 Outline 1 Introduction 2 Vehicles 3 Software 4 Infrastructure 5 Markets 6 Services 2 / 22

3 What Motivated Me to Work at Uber This Past Year? A typical person may experience 2 or 3 societal revolutions in his/her lifetime, that change the way people live and work For example, I think the following societal revolutions have taken place in my life so far: A computer on every desk : ubiquitous affordable computing devices The internet and the world wide web: ubiquitous affordable information (good and bad) I think we are experiencing the early stages of a transportation revolution: ubiquitous affordable transportation I want to be involved in that revolution I want to tell my child, maybe grandchildren, that I helped to make it happen 3 / 22

4 Ride-hailing Services Ride-hailing services such as Uber, Lyft, and Didi have introduced important innovations, including hailing a ride and paying for it through an easy-to-use smart phone app, and enabling a large number of people to participate in the market (as riders and drivers) This is only the beginning the larger changes are yet to come 4 / 22

5 Self-driving vehicles will affect various industries Vehicle design and manufacturing Software for self-driving vehicles Infrastructure Transportation markets Service industries 5 / 22

6 Impact of self-driving vehicles on vehicle design and manufacturing The design of both passenger vehicles and freight vehicles will be affected, possibly quite dramatically The design of passenger vehicles: Most passenger vehicles on the road, especially in developed countries, are sedans or SUVs or family vans, that is, vehicles that can carry 4 6 people at a time Most passenger vehicles on the road, especially in developed countries, carry 1 person at a time Most passenger vehicles on the road, especially in developed countries, are owned by households When a household buys a car, typically they want the car to be sufficiently versatile to be able to carry a 4 6 people, even if most trips involve only 1 person 6 / 22

7 Impact of self-driving vehicles on vehicle design and manufacturing (continued) Self-driving vehicles are much more expensive than human driven vehicles, and will probably remain so until, maybe, human driven vehicles go the way of horse-drawn carts Most self-driving passenger vehicles will be purchased by (large) fleet owners, and not households An optimal fleet portfolio for a fleet owner is not necessarily a homogeneous fleet of vehicles, such as Waymo s fleet of Chrysler Pacifica minivans 7 / 22

8 Impact of self-driving vehicles on vehicle design and manufacturing (continued) If most trips continue to involve 1 or 2 persons in the car at a time (and there is reason to believe that it will), then it makes sense for many of the cars in the fleet to be designed to carry 1 or 2 persons at a time (even if such cars would not be desired by most households for a family car) The physics of shared rides implies that a very high demand rate is needed before the cost savings dominates the value of people s lost time Caveat: As long as the greatest part of the cost of a self-driving car is the cost of the sensors, cameras, LIDAR, etc, the incentive to own such non-traditional 1 or 2 person cars is not very strong, but as the cost of the sensors decrease, the incentive to own, and manufacture, non-traditional cars will increase As the numbers of 1 or 2 person cars increase, the importance of shared rides in a ride-hailing portfolio may decrease (but maybe not shared rides help to rebalance cars when demand is imbalanced) 8 / 22

9 Impact of self-driving vehicles on vehicle design and manufacturing (continued) Economics of large passenger vehicles, such as trains and buses: If the cost of the driver s time is relatively large (typical in developed countries), then it is more economical to have larger transit vehicles, such as longer passenger trains (typical MARTA trains) and larger buses, because that decreases the cost per rider-trip Without a driver, the economic advantage of larger transit vehicles disappears 9 / 22

10 Impact of self-driving vehicles on vehicle design and manufacturing (continued) Economics of large passenger vehicles, such as trains and buses (continued): Vehicles such as trains with a dedicated right-of-way still have capacity advantages a large number of people can be moved per unit time with no significant congestion delays Self-driving trains will operate with greater frequency, for example, one train every 2 minutes versus one train every 20 minutes (and as a corollary, each train will be much shorter than current trains, for example, 1 or 2 cars versus 10 cars) Greater frequency makes train travel more attractive, and thus the popularity of rail transit may increase with self-driving vehicles Self-driving cars may assist this greater use of transit by providing last mile transportation moving people between homes and train stations, or between work/school and train stations With smaller transit vehicles and more regular service, the separation between transit and taxi will decrease 10 / 22

11 Impact of self-driving vehicles on vehicle design and manufacturing (continued) Economics of large passenger vehicles applies to large freight vehicles as well: If the cost of the driver s time is relatively large (typical in developed countries), then it is more economical to have larger trucks Without a driver, the economic advantage of larger trucks disappears With self-driving trucks, we may see a greater variety of smaller trucks, even on the interstate roads, and especially for pickup and delivery in the cities 11 / 22

12 Impact of self-driving vehicles on vehicle design and manufacturing (continued) Connected vehicles Motivation: Connected vehicles can move safely with smaller headways between vehicles, thereby increasing the capacity of roads The major benefit is likely to occur on congested freeways On street networks with at-grade intersections, most of the time lost occurs waiting, decelerating, and accelerating at intersections, and thus decrease in headways is likely to provide relatively little benefit On uncongested freeways, decrease in headways is also likely to provide relatively little benefit Additional benefits require coordination with infrastructure (more about that later), to manage flows of platoons of vehicles 12 / 22

13 Impact of self-driving vehicles on vehicle design and manufacturing (continued) Soft connection via communication, versus hard physical connection Communication between vehicles much easier to implement Soft connection with communication results in relatively little reduction in headways, because allowance has to be made for vehicles with lowest rate of deceleration With hard physical connection, headways can become much smaller, and differences in braking abilities matter less because physically connected vehicles help each other brake, but attention has to be given to fair allocation of energy consumption 13 / 22

14 Software for self-driving vehicles Just as manufacturers of computer hardware do not have to be (and are not) dominant developers of computer software, so it follows that manufacturers of self-driving vehicle hardware do not have to be dominant developers of self-driving vehicle software Similarly, just as developers of computer operating systems (such as Microsoft) and online markets (such as Amazon) are different, so it follows that developers of self-driving vehicle software and ride-hailing markets are likely to be different too Just as in most computer software application areas, such as computer operating systems, there often are many initial contenders but only a few dominant ones survive, there are many contenders for software to control self-driving cars, and only a few dominant ones will survive 14 / 22

15 Software for self-driving vehicles (continued) There are roughly two approaches to software for controlling self-driving vehicles: Model based approach: Traditional approach to control systems develop a model of the physics of the system and its environment, and then develop controllers based on the model that collects data and selects controls to pursue an objective Black box approach: Select a collection of basis functions (such as a neural network architecture), collect a large amount of input/output data, and select the parameters (training/learning) of the architecture to map input to output 15 / 22

16 Software for self-driving vehicles (continued) Early software for self-driving vehicles based on the model based approach It was found that with modest engineering effort (and a very large data collection effort), a (somewhat surprisingly) good self-driving controller can be developed using the black box approach The black box has some serious shortcomings though: The black box controller makes mistakes (these are euphemistically called edge cases ) too frequently to be acceptable for widespread use in self-driving vehicles Whereas the model based approach is interpretable, the black box approach is not interpretable (this can be used as the defining separation between the two approaches) As a result, when the controller makes mistakes, if the model based approach is used, then usually one has a good idea what to fix, but if the black box approach is used, one does not have a good idea what to fix 16 / 22

17 Software for self-driving vehicles (continued) The black box has some serious shortcomings (continued): The typical remedy when using the black box approach is to collect more training data in the setting in which the mistake was made This remedy may fix the considered mistake, but often it opens up new mistakes in different settings the behavior reminds me of the game Whac-A-Mole, especially the version in which the moles are connected so that when one mole is whacked, another automatically jumps up Much of the data collection for current black box controllers is environment specific (and it is very expensive), so that a large data collection effort is needed when the operation of self-driving vehicles is extended to a new or larger network, that is, the black box approach does not scale well The dominant controllers for self-driving vehicles are likely to use the model based approach 17 / 22

18 Self-driving vehicles and infrastructure All the well-known developers of self-driving vehicles claim that they are developing self-driving vehicles to operate autonomously, that is, without the need to communicate with other vehicles or with infrastructure Infrastructure can make the system safer and more efficient: Self-driving vehicles struggle to read traffic signs and see traffic lights in rain and snow, and self-driving vehicles cannot observe traffic beyond their neighboring vehicles Infrastructure could collect and communicate needed information more reliably The autonomous vehicle approach requires every self-driving vehicle to have a full set of sensors/cameras/lidar and other devices, which is very expensive, has to be moved everywhere the vehicle goes (thus requires greater expenditure of energy), and is likely to be damaged when the vehicle is in an accident Infrastructure could collect and communicate needed information, does not have to be moved, and can be given more robust protection 18 / 22

19 Self-driving vehicles and infrastructure (continued) Infrastructure can make the system safer and more efficient (continued): Controllers for self-driving vehicles, especially based on the black box approach, exhibit bad equilibria: Competing controllers are being developed by collecting data while driving in traffic It has been observed that when other (human) drivers drive more aggressively in the presence of self-driving vehicles (collecting data in training), then the self-driving vehicles drive more defensively and thereby learn to drive less aggressively, and vice versa Developers of controllers have an incentive to train their controllers to drive more aggressively, and to force their competing controllers to drive more defensively If infrastructure controlled the movement of self-driving vehicles, then such bad equilibria can be avoided, and the traffic flow can be safer, more fair, and more efficient 19 / 22

20 Self-driving vehicles and infrastructure (continued) Infrastructure can make the system safer and more efficient (continued): Who should provide and operate infrastructure? Infrastructure for self-driving cars should be provided and operated by an organization separate from the fleet owners/marketmakers, and should be shared by all self-driving vehicles The same infrastructure used to control the movement of self-driving vehicles, can be used to collect user fees Shared infrastructure is likely to be important for the control of self-driving vehicles, and road user fees will become much more widespread 20 / 22

21 Self-driving vehicles and transportation markets With human driven vehicles, we can distinguish the following markets: Market for longer term vehicle rentals, typically in multiples of 24 hour time periods Market for shorter term vehicle rentals, sometimes called car sharing, typically by the minute or hour Market for rides in contrast with vehicle rentals, the service includes a driver There are significant economies of scale with such services the greater the density of vehicles, the shorter customers average waiting times or average travel times to an available vehicle Such economies of scale favor one marketmaker for each metropolitan area With self-driving vehicles, the separation between these markets decrease (and competition will likely increase) Thus, there are multiple paths to transportation markets with self-driving cars which is more likely to be successful? 21 / 22

22 Self-driving vehicles and service industries Self-driving vehicles need the following services: Refueling Cleaning Maintenance There are also significant economies of scale with such services the greater the density of facilities that provide such services, the shorter the average distance and time a vehicle has to travel to obtain such services Such economies of scale favor a network of service providers that service all self-driving vehicles (as opposed to each fleet owner having its own service facilities) Maybe such service facilities will be the future tenants of current parking facilities 22 / 22

City of Kelowna Regular Council Meeting AGENDA

City of Kelowna Regular Council Meeting AGENDA Regular Council Meeting AGENDA Monday, January 15, 2018 9:00 am Knox Mountain Meeting Room (#4A) City Hall, 1435 Water Street Pages 1. Call to Order 2. Confirmation of Minutes 3-4 Regular AM Meeting -

More information

Service Quality: Higher Ridership: Very Affordable: Image:

Service Quality: Higher Ridership: Very Affordable: Image: Over the past decade, much attention has been placed on the development of Bus Rapid Transit (BRT) systems. These systems provide rail-like service, but with buses, and are typically less expensive to

More information

Are we ready to jump back in the pool? Prospects for Carpooling and Ridesharing in the Years Ahead

Are we ready to jump back in the pool? Prospects for Carpooling and Ridesharing in the Years Ahead Are we ready to jump back in the pool? Prospects for Carpooling and Ridesharing in the Years Ahead Brian D. Taylor, FAICP Professor of Urban Planning Director, Institute of Transportation Studies Director,

More information

Autonomous Vehicle Implementation Predictions Implications for Transport Planning

Autonomous Vehicle Implementation Predictions Implications for Transport Planning Autonomous Vehicle Implementation Predictions Implications for Transport Planning Todd Litman Victoria Transport Policy Institute Workshop 188 Activity-Travel Behavioral Impacts and Travel Demand Modeling

More information

Transforming Mobility: Business Models in the Age of Autonomous Vehicles

Transforming Mobility: Business Models in the Age of Autonomous Vehicles Industries > Automotive Transforming Mobility: Business Models in the Age of Autonomous Vehicles We consider the future of autonomous vehicles and its transformative effect on mobility models Industries

More information

THE AUTO INDUSTRY TODAY & TOMORROW

THE AUTO INDUSTRY TODAY & TOMORROW INTELLIGENCE BRIEFING THE AUTO INDUSTRY TODAY & OVERVIEW About Morning Consult What consumers THINK Collecting over 3 million market research interviews What consumers SAY Evaluating over 100 million social

More information

Policy considerations for reducing fuel use from passenger vehicles,

Policy considerations for reducing fuel use from passenger vehicles, Policy considerations for reducing fuel use from passenger vehicles, 2025-2035 NRC Phase 3 Project Scope CAVs: Assess how shifts in personal transportation and vehicle ownership models might evolve out

More information

Puget Sound Transportation Panel Factors in Daily Travel Choices September 1991

Puget Sound Transportation Panel Factors in Daily Travel Choices September 1991 Puget Sound Transportation Panel Factors in Daily Travel Choices September 1991 My current work/school status is: 1 Work, 35 hours/week or more 2 Work, fewer than 35 hours/week 3 Student, full-time Continue

More information

LONG-TERM TRANSPORTATION ELECTRICITY USE CONSIDERING AUTONOMOUS VEHICLES: ESTIMATES & POLICY OBSERVATIONS

LONG-TERM TRANSPORTATION ELECTRICITY USE CONSIDERING AUTONOMOUS VEHICLES: ESTIMATES & POLICY OBSERVATIONS LONG-TERM TRANSPORTATION ELECTRICITY USE CONSIDERING AUTONOMOUS VEHICLES: ESTIMATES & POLICY OBSERVATIONS Dr. Peter Fox-Penner, Will Gorman, & Jennifer Hatch Boston University Institute For Sustainable

More information

The Impact of Measuring Driver and Vehicle Behaviour

The Impact of Measuring Driver and Vehicle Behaviour The Impact of Measuring Driver and Vehicle Behaviour Introduction Any business that invests in a GPS tracking device has the ability to instantly track the location of their vehicles, but this is no longer

More information

California Feebate: Revenue Neutral Approach to Support Transition Towards More Energy Efficient Vehicles

California Feebate: Revenue Neutral Approach to Support Transition Towards More Energy Efficient Vehicles California Feebate: Revenue Neutral Approach to Support Transition Towards More Energy Efficient Vehicles A Research Report from the University of California Institute of Transportation Studies Alan Jenn,

More information

Travel Time Savings Memorandum

Travel Time Savings Memorandum 04-05-2018 TABLE OF CONTENTS 1 Background 3 Methodology 3 Inputs and Calculation 3 Assumptions 4 Light Rail Transit (LRT) Travel Times 5 Auto Travel Times 5 Bus Travel Times 6 Findings 7 Generalized Cost

More information

A Vision for Highway Automation

A Vision for Highway Automation A Vision for Highway Automation R y a n D. R i c e D i r e c t o r o f M o b i l i t y O p e r a t i o n s C o l o r a d o D e p a r t m e n t o f T r a n s p o r t a t i o n Problem Statement Higher

More information

Automated Vehicles, the Hype, the Reality, and Possible Futures

Automated Vehicles, the Hype, the Reality, and Possible Futures Automated Vehicles, the Hype, the Reality, and Possible Futures Mark Hallenbeck Director Washington State Transportation Center (TRAC) University of Washington Reuter s Headline (18 months ago) Honda:

More information

Intelligent Mobility for Smart Cities

Intelligent Mobility for Smart Cities Intelligent Mobility for Smart Cities A/Prof Hussein Dia Centre for Sustainable Infrastructure CRICOS Provider 00111D @HusseinDia Outline Explore the complexity of urban mobility and how the convergence

More information

Ideas + Action for a Better City learn more at SPUR.org. tweet about this #DisruptiveTransportation

Ideas + Action for a Better City learn more at SPUR.org. tweet about this #DisruptiveTransportation Ideas + Action for a Better City learn more at SPUR.org tweet about this event: @SPUR_Urbanist #DisruptiveTransportation TNCs & AVs The Future Is Uncertain The Future Is Uncertain U.S. Dept of Transportation

More information

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

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

More information

Autonomous Vehicles: A look into the past - a look into the future

Autonomous Vehicles: A look into the past - a look into the future Autonomous Vehicles: A look into the past - a look into the future Chester Wilmot, LTRC/LSU Presentation to the New Orleans Regional Planning Commission Freight Round Table 10/25/2017 THE PAST 1939 World

More information

Autonomous Vehicle Implementation Predictions

Autonomous Vehicle Implementation Predictions Autonomous Vehicle Implementation Predictions Todd Litman Victoria Transport Policy Institute Presented DTU Transport Summit Copenhagen, Denmark 31 May 2018 Past Visions of Future Transport 1949 ConvAIRCAR

More information

ERTRAC Vision Future Road Transport Prepared by the Executive Group in collaboration with the Working Group Leaders.

ERTRAC Vision Future Road Transport Prepared by the Executive Group in collaboration with the Working Group Leaders. ERTRAC Vision Future Road Transport 2050 Prepared by the Executive Group in collaboration with the Working Group Leaders. 1 11/12/2017 KEY TOPICS Ensure mobility in urban areas Environmental sustainability:

More information

Planning for Future Mobility In a Performance-Based World Steven Gayle, PTP

Planning for Future Mobility In a Performance-Based World Steven Gayle, PTP Planning for Future Mobility In a Performance-Based World Steven Gayle, PTP September 26, 2018 MPOs at the Intersection 2 Performance-Based Planning New planning paradigm introduced in MAP-21 MPOs and

More information

HOW REAL PEOPLE VIEW THE FUTURE OF MOBILITY

HOW REAL PEOPLE VIEW THE FUTURE OF MOBILITY HOW REAL PEOPLE VIEW THE FUTURE OF MOBILITY OVERVIEW 1 2 3 Key Points Methodology: Adults overwhelmingly regard January the automotive 20 21, 2018. The industry as innovative, dynamic and changing for

More information

Why mobility, why now?

Why mobility, why now? DESIGN FOR MOBILITY Why mobility, why now? Ford is expanding business to be both an automotive and mobility company The world has moved from just owning vehicles to both owning and sharing. This is causing

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

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS 2018 What is the More MARTA Atlanta program? The More MARTA Atlanta program is a collaborative partnership between MARTA and the City of Atlanta to develop and implement a program

More information

The New Age of Automobility Metalforming Industry Implications

The New Age of Automobility Metalforming Industry Implications The New Age of Automobility Metalforming Industry Implications Automotive Parts Suppliers Conference Precision Metalforming Association Conference Lawrence D. Burns April 26, 2018 1886: From Horses to

More information

Achieving Complete Vehicle Autonomy - Getting to Level 5?

Achieving Complete Vehicle Autonomy - Getting to Level 5? Achieving Complete Vehicle Autonomy - Getting to Level 5? MassDOT 2017 Innovation & Technology Transfer Exchange Conference March 8 2017 The National Transportation Systems Center U.S. Department of Transportation

More information

EVOLUTION OF MOBILITY: FOUR PREDICTIONS FOR THE FUTURE

EVOLUTION OF MOBILITY: FOUR PREDICTIONS FOR THE FUTURE EVOLUTION OF MOBILITY: FOUR PREDICTIONS FOR THE FUTURE 1 The Evolution of Mobility Study Series Phase I Consumer attitudes about the changing mobility landscape Perceptions and perceived need for traditional

More information

Getting a Car J. Folta

Getting a Car J. Folta Getting a Car Getting a Car J. Folta As the head of a family, I have many decisions to make about how my husband and I spend our money. We need to figure out the way to get the most out of what we make

More information

The Way Forward for Self Driving Cars

The Way Forward for Self Driving Cars The Way Forward for Self Driving Cars A General Perspective Quite possibly, the first wide reaching and profound integration of personal robots in society. -Lex Fridman, MIT How would you imagine a future

More information

Discover the future of mobility Mobility as a Service

Discover the future of mobility Mobility as a Service Discover the future of mobility Mobility as a Service - does it change the world and when Example 1: Introducing Emmi Emmi is a 28 year old single woman, living in Espoo. She recently purchased her first

More information

Role of Connected and Autonomous Vehicles

Role of Connected and Autonomous Vehicles Role of Connected and Autonomous Vehicles Transport for Smart Cities in Canada 2016 and Beyond By Ekke Kok, M.Eng., P.Eng. Manager of Transportation Data City of Calgary Autonomous Vehicles 03/05/2016

More information

Self-Driving Cars: The Next Revolution. Los Angeles Auto Show. November 28, Gary Silberg National Automotive Sector Leader KPMG LLP

Self-Driving Cars: The Next Revolution. Los Angeles Auto Show. November 28, Gary Silberg National Automotive Sector Leader KPMG LLP Self-Driving Cars: The Next Revolution Los Angeles Auto Show November 28, 2012 Gary Silberg National Automotive Sector Leader KPMG LLP 0 Our point of view 1 Our point of view: Self-Driving cars may be

More information

GPS, Wireless Tech & Internet make CARSHARING possible

GPS, Wireless Tech & Internet make CARSHARING possible GPS, Wireless Tech & Internet make CARSHARING possible Smart phones & standard data make TRANSIT APPS possible GPS, smart phones & AI make E-HAILING & RIDESHARING possible UBER, LYFT, CHARIOT Technology

More information

Summary FEBRUARY 2019

Summary FEBRUARY 2019 Summary FEBRUARY 2019 The Mobility Choice Blueprint is a unique planning and funding partnership of the Denver Metro Chamber, DRCOG, CDOT, and RTD Here s how our region looks and feels in 2030 if we simply

More information

Autopilot. From an owner s perspective

Autopilot. From an owner s perspective Tesla Autopilot From an owner s perspective My Credentials I responded to a Facebook post looking for a Tesla owner with Autopilot I own a Tesla with Autopilot 2.0 I drive 66 miles, commuting from Madison

More information

Thoughts on carsharing Robin Chase

Thoughts on carsharing Robin Chase Thoughts on carsharing Robin Chase rchase@alum.mit.edu Carsharing It is the future of car mobility, without question Dense cities, no space for parking/driving Aging population in some countries Car ownership

More information

Experiences of EV Users in the French- German context

Experiences of EV Users in the French- German context Experiences of EV Users in the French- German context Axel Ensslen, Patrick Jochem and Wolf Fichtner FRENCH-GERMANINSTITUTE FORENVIRONMENTAL RESEARCH(DFIU) Chair of Energy Economics (Prof. Dr. W. Fichtner)

More information

Track: Data and Innovation

Track: Data and Innovation MEET THE JETSONS Track: Data and Innovation In the not so distant future, connected and autonomous vehicles will change the way we travel, with impacts for cities, transportation agencies, and YOU. What

More information

Disruptive Technology and Mobility Change

Disruptive Technology and Mobility Change Disruptive Technology and Mobility Change What it Might Mean for Urban Transportation Ed Regan Senior Vice President June 1, 2018 Presented at Transport Chicago Ed Regan, SVP, CDM Smith 43-year veteran

More information

Autonomous Vehicles. Kevin Lacy, PE, State Traffic Engineer

Autonomous Vehicles. Kevin Lacy, PE, State Traffic Engineer Autonomous Vehicles Kevin Lacy, PE, State Traffic Engineer Nomenclature Connected Vehicles Vehicles Connected to: Each other sending information to each other about speed, braking, other information needed

More information

AUTONOMY AND SMART URBAN MOBILITY

AUTONOMY AND SMART URBAN MOBILITY AUTONOMY AND SMART URBAN MOBILITY November 15, 2017 Emilio Frazzoli Professor of Dynamic Systems and Control, ETH Zürich Co-Founder and CTO Why Self-driving Vehicles? A financial perspective on personal

More information

AVs in BOSTON Shared rides, Seagulls, & Streets. Kris Carter Mayor s Office of New Urban Mechanics City of Boston

AVs in BOSTON Shared rides, Seagulls, & Streets. Kris Carter Mayor s Office of New Urban Mechanics City of Boston AVs in BOSTON Shared rides, Seagulls, & Streets Kris Carter Mayor s Office of New Urban Mechanics City of Boston 6.13.18 1 What is motivating Boston? 2 What do our testing efforts look like? 3 What is

More information

Deep Learning Will Make Truly Self-Driving Cars a Reality

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

More information

AAA ON THE ISSUES

AAA ON THE ISSUES AAA ON THE ISSUES 2 0 1 7 TABLE OF CONTENTS Introduction Safety on Our Roadways Distracted Driving Child Passenger Safety Legalization of Marijuana Teen Driving Senior Mobility Transportation Funding Automotive

More information

Lead Implementation Partner Smart City Challenge. Revolutionizing Transportation and Achieving Energy Security

Lead Implementation Partner Smart City Challenge. Revolutionizing Transportation and Achieving Energy Security Lead Implementation Partner Smart City Challenge Revolutionizing Transportation and Achieving Energy Security Who is the Electrification Coalition? To facilitate and accelerate the adoption of plug-in

More information

We re Going to Miami: The First Proving Ground for Our Self-Driving Service

We re Going to Miami: The First Proving Ground for Our Self-Driving Service Ford Motor Company Follow Our mission is to deliver great products and make the world a better place. Go Further. http://social.ford.com Feb 27 5 min read We re Going to Miami: The First Proving Ground

More information

Real-time Bus Tracking using CrowdSourcing

Real-time Bus Tracking using CrowdSourcing Real-time Bus Tracking using CrowdSourcing R & D Project Report Submitted in partial fulfillment of the requirements for the degree of Master of Technology by Deepali Mittal 153050016 under the guidance

More information

Using Fleet Safety Programs to Impact Crash Frequency and Severity Session # S772

Using Fleet Safety Programs to Impact Crash Frequency and Severity Session # S772 Using Fleet Safety Programs to Impact Crash Frequency and Severity Session # S772 Peter Van Dyne, MA, CSP, CFPS Peter.vandyne@libertymutual.com Why Have Fleet Safety Programs Reduce the potential for crashes

More information

Vanpooling and Transit Agencies. Module 3: Benefits to Incorporating Vanpools. into a Transit Agency s Services

Vanpooling and Transit Agencies. Module 3: Benefits to Incorporating Vanpools. into a Transit Agency s Services Vanpooling and Transit Agencies Module 3: Benefits to Incorporating Vanpools into a Transit Agency s Services A common theme we heard among the reasons why the transit agencies described in Module 2 began

More information

Transportation: On the Road to Cleaner Air Did you know?

Transportation: On the Road to Cleaner Air Did you know? Opposite and above State transportation officials are urging commuters to use mass transit, carpool, ride a bike, or to telecommute, in a campaign to help communities get cleaner air. Cities are also turning

More information

Mobility as a Service The End of Car Ownership?

Mobility as a Service The End of Car Ownership? Mobility as a Service The End of Car Ownership? Jonna Pöllänen / Collaboration Manager / MaaS Global Ltd Twitter: @jonnapollanen, @WhimHQ / @maas_global What would it take for you to give up your own car?

More information

Transportation Demand Management Element

Transportation Demand Management Element Transportation Demand Management Element Over the years, our reliance on the private automobile as our primary mode of transportation has grown substantially. Our dependence on the automobile is evidenced

More information

Reducing speed: Why does it matter so much? Pay-as-you-speed an insurance initiative to reduce speed Anders Kullgren

Reducing speed: Why does it matter so much? Pay-as-you-speed an insurance initiative to reduce speed Anders Kullgren Reducing speed: Why does it matter so much? Pay-as-you-speed an insurance initiative to reduce speed Anders Kullgren Head of traffic safety research, Folksam Adj. Professor, Chalmers The road transport

More information

Benefits of Eco-Driving. Jesse Baltutis Consultant, Transport Unit

Benefits of Eco-Driving. Jesse Baltutis Consultant, Transport Unit 1 Benefits of Eco-Driving Jesse Baltutis Consultant, Transport Unit Eco Driving The eco in eco driving refers to a driving style, which takes into consideration ecological and economical benefits, that

More information

LEFT BEHIND. New York's For-Hire Vehicle Industry Continues to Exclude People With Disabilities. New York Lawyers For The Public Interest

LEFT BEHIND. New York's For-Hire Vehicle Industry Continues to Exclude People With Disabilities. New York Lawyers For The Public Interest New York's For-Hire Vehicle Industry Continues to Exclude People With Disabilities New York Lawyers For The Public Interest About Us Table of Contents Founded more than 40 years ago by leaders of the bar,

More information

East Turnaround. Access to Ayreswood Avenue would be restricted to right-in/rightout movements under the proposed Rapid Transit plan.

East Turnaround. Access to Ayreswood Avenue would be restricted to right-in/rightout movements under the proposed Rapid Transit plan. East Turnaround Options at Fanshawe College Ayreswood Access Access to Ayreswood Avenue would be restricted to right-in/rightout movements under the proposed Rapid Transit plan. To mitigate the impacts

More information

Our Topics. Urban mobility The current challenge Urban Mobility Index 2.0 US Cities rankings Models for change

Our Topics. Urban mobility The current challenge Urban Mobility Index 2.0 US Cities rankings Models for change Urban Mobility Our Topics Urban mobility The current challenge Urban Mobility Index 2.0 US Cities rankings Models for change Urban mobility - autos Urban mobility? How do people move themselves around

More information

Our Topics. Urban mobility = automobiles! Urban mobility Future of Mobility 3.0 Models for change

Our Topics. Urban mobility = automobiles! Urban mobility Future of Mobility 3.0 Models for change Urban Mobility Our Topics Urban mobility = automobiles! Urban mobility Future of Mobility 3.0 Models for change Urban mobility = automobiles! Urban mobility Urban mobility considers the ease/difficulty

More information

Activity-Travel Behavior Impacts of Driverless Cars

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

More information

The Age of Vehicle Automation: Opportunities for Transportation Providers. BusCon 2017 Indianapolis, Indiana September 12, 2017

The Age of Vehicle Automation: Opportunities for Transportation Providers. BusCon 2017 Indianapolis, Indiana September 12, 2017 The Age of Vehicle Automation: Opportunities for Transportation Providers BusCon 2017 Indianapolis, Indiana September 12, 2017 About WSP (formerly WSP Parsons Brinckerhoff) Global professional services

More information

The connected vehicle is the better vehicle!

The connected vehicle is the better vehicle! AVL Tagung Graz, June 8 th 2018 Dr. Rolf Bulander 1 Bosch GmbH 2018. All rights reserved, also regarding any disposal, exploitation, reproduction, editing, distribution, as well as in the event of applications

More information

PUBLIC TRANSPORTATION AS THE

PUBLIC TRANSPORTATION AS THE PUBLIC TRANSPORTATION AS THE BACKBONE OF MAAS Caroline Cerfontaine, Combined Mobility Manager, A WORLDWIDE ASSOCIATION 16 offices + 2 centres for transport excellence : A DIVERSE GLOBAL MEMBERSHIP 1500

More information

imobilitychallenge @imobchallenge www.imobilitychallenge.eu Our economic and environmental future depends on smart solutions for transport: we need to seize every technological opportunity we can get.

More information

Funding Scenario Descriptions & Performance

Funding Scenario Descriptions & Performance Funding Scenario Descriptions & Performance These scenarios were developed based on direction set by the Task Force at previous meetings. They represent approaches for funding to further Task Force discussion

More information

Model Legislation for Autonomous Vehicles (2018)

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

More information

Would you say you approve or disapprove of how Governor Charlie Baker is dealing with the transportation system in your area?

Would you say you approve or disapprove of how Governor Charlie Baker is dealing with the transportation system in your area? The Barr Foundation Transportation Poll Topline Results Statewide Survey of 709 Massachusetts Registered Voters Field Dates: December 19, 2017 January 9, 2018 Do you have a favorable or unfavorable view

More information

AVs and Transit. Stephen Buckley, P.E., AICP NACV Summit June 12, 2018

AVs and Transit. Stephen Buckley, P.E., AICP NACV Summit June 12, 2018 AVs and Transit Stephen Buckley, P.E., AICP NACV Summit June 12, 2018 New Mobility Connected Automated Electric Shared Source: WSP, 2017. Source: Google, 2014. The Promise of AVs Improved road safety More

More information

Road Vehicle Automation: Distinguishing Reality from Hype

Road Vehicle Automation: Distinguishing Reality from Hype Road Vehicle Automation: Distinguishing Reality from Hype Steven E. Shladover, Sc.D. California PATH Program University of California, Berkeley March 20, 2014 1 Outline Historical development of automation

More information

AUTONOMOUS VEHICLES AND TRANSIT S LAST MILE

AUTONOMOUS VEHICLES AND TRANSIT S LAST MILE AUTONOMOUS VEHICLES AND TRANSIT S LAST MILE A STUDY OF THE METROPOLITAN ATLANTA REGIONAL TRANSIT AUTHORITY (MARTA) SYSTEM NATHANIEL HORADAM MASTER OF CITY AND REGIONAL PLANNING, CLASS OF 2018 THE DRIVERLESS

More information

How to favor higher car occupancy

How to favor higher car occupancy How to favor higher car occupancy August 2005 Original in Italian 1 How to favor higher car occupancy Introduction A gypsy car service is largely used in Moscow and other Russian towns by both local residents

More information

Car Sharing at a. with great results.

Car Sharing at a. with great results. Car Sharing at a Denver tweaks its parking system with great results. By Robert Ferrin L aunched earlier this year, Denver s car sharing program is a fee-based service that provides a shared vehicle fleet

More information

Implementing E-Hail for the SF Paratransit Program. TRB Demand Response Conference September 27, 2016 Breckenridge, Colorado

Implementing E-Hail for the SF Paratransit Program. TRB Demand Response Conference September 27, 2016 Breckenridge, Colorado Implementing E-Hail for the SF Paratransit Program TRB Demand Response Conference September 27, 2016 Breckenridge, Colorado SF Paratransit Program SF Paratransit is a public transit service that provides

More information

The Georgia CMAQ Program. Practice Makes Perfect

The Georgia CMAQ Program. Practice Makes Perfect The Georgia CMAQ Program Practice Makes Perfect Outline Georgia s Air Quality Georgia s CMAQ Process Prioritized Projects Project Mix Georgia and Air Quality Out of the 6 pollutants measured by EPA, Georgia

More information

EXTENDING PRT CAPABILITIES

EXTENDING PRT CAPABILITIES EXTENDING PRT CAPABILITIES Prof. Ingmar J. Andreasson* * Director, KTH Centre for Traffic Research and LogistikCentrum AB. Teknikringen 72, SE-100 44 Stockholm Sweden, Ph +46 705 877724; ingmar@logistikcentrum.se

More information

Para-Taxi Riders Guide

Para-Taxi Riders Guide Para-Taxi Riders Guide A NEW WAY FOR DIAL-A-RIDE USERS TO GET AROUND TOWN Livermore Amador Valley Transit Authority 1362 Rutan Drive, Suite 100 Livermore, CA 94551 March 2011 A portion of the Wheels Dial-A-Ride

More information

When Do We Talk About the Future?

When Do We Talk About the Future? When Do We Talk About the Future? How to Lead an Agency Through the Transportation Revolution Month Day, 2014 UC Davis March, 4, 2016 WHO WE ARE The Contra Costa Transportation Authority (CCTA) is a public

More information

Where are we heading? Paths to mobility of tomorrow The 2018 Continental Mobility Study

Where are we heading? Paths to mobility of tomorrow The 2018 Continental Mobility Study Bitte decken Sie die schraffierte Fläche mit einem Bild ab. Please cover the shaded area with a picture. (24,4 x 7,6 cm) Where are we heading? Paths to mobility of tomorrow The 2018 Continental Mobility

More information

10 Tips That May Help You Save Fuel

10 Tips That May Help You Save Fuel 10 Tips That May Help You Save Fuel Even as internal combustion engines are becoming ever more powerful, use of stateof-the-art technologies also means they require less fuel. Nevertheless, a lot depends

More information

Mobility Disruptors Perception, Intention and Aspiration of Chinese Consumers

Mobility Disruptors Perception, Intention and Aspiration of Chinese Consumers Mobility Disruptors Perception, Intention and Aspiration of Chinese Consumers Electrification Connectivity Ride-sharing Automation Feb 2018 Based on Key Findings of J.D. Power China Pulse Surveys on Mobility

More information

Shared-Use Mobility: First & Last Mile Solution. Sarah Nemecek Project Manager

Shared-Use Mobility: First & Last Mile Solution. Sarah Nemecek Project Manager Shared-Use Mobility: First & Last Mile Solution Sarah Nemecek Project Manager SHARED-USE MOBILITY CENTER CONNECT PUBLIC AGENCIES AND TRANSIT, COMMUNITY & PRIVATE SECTORS TO SCALE BENEFITS OF SHARED MOBILITY

More information

10 Critical Paint Meter Mistakes That Cost Unsuspecting Car Dealers A Fortune

10 Critical Paint Meter Mistakes That Cost Unsuspecting Car Dealers A Fortune 10 Critical Paint Meter Mistakes That Cost Unsuspecting Car Dealers A Fortune What You Learn In This Report Can Add $1,000's Of Additional Profit To Your Bottom Line...Every Month And Help You Avoid Disastrous

More information

A Techno-Economic Analysis of BEVs with Fast Charging Infrastructure. Jeremy Neubauer Ahmad Pesaran

A Techno-Economic Analysis of BEVs with Fast Charging Infrastructure. Jeremy Neubauer Ahmad Pesaran A Techno-Economic Analysis of BEVs with Fast Charging Infrastructure Jeremy Neubauer (jeremy.neubauer@nrel.gov) Ahmad Pesaran Sponsored by DOE VTO Brian Cunningham David Howell NREL is a national laboratory

More information

Course Syllabus. Time Requirements. Course Timeline. Grading Policy. Contact Information Online classroom Instructor: Kyle Boots

Course Syllabus. Time Requirements. Course Timeline. Grading Policy. Contact Information Online classroom Instructor: Kyle Boots Course Syllabus Course Overview This course is designed to meet the classroom requirement of your driver s education experience. It is approved by the State of Indiana. Time Requirements The State of Indiana

More information

Robots on Our Roads: The Coming Revolution in Mobility. Ohio Planning Conference July 27, 2016 Richard Bishop

Robots on Our Roads: The Coming Revolution in Mobility. Ohio Planning Conference July 27, 2016 Richard Bishop Robots on Our Roads: The Coming Revolution in Mobility Ohio Planning Conference July 27, 2016 Richard Bishop Myths! The roads need to be changed to make automated driving possible. WRONG! All vehicles

More information

Electric Mobility-on-Demand a long step beyond carsharing. Jan-Olaf Willums Chairman EMN and Move About

Electric Mobility-on-Demand a long step beyond carsharing. Jan-Olaf Willums Chairman EMN and Move About Electric Mobility-on-Demand a long step beyond carsharing Jan-Olaf Willums Chairman EMN and Move About ELECTRO MOBILITY NORWAY Moving the EV Challenge Electric Mobility Norway (EMN) is an industry cluster

More information

AUTONOMOUS VEHICLES When will they get here? Copper Strategy Success Seminar. The Future of Work. 29th September 2016 MARK BORLACE

AUTONOMOUS VEHICLES When will they get here? Copper Strategy Success Seminar. The Future of Work. 29th September 2016 MARK BORLACE AUTONOMOUS VEHICLES When will they get here? Copper Strategy Success Seminar The Future of Work 29th September 2016 MARK BORLACE Senior Manager Mobility & Automotive Policy Driverless cars AKA Self driving

More information

Congestion Management. SFMTA Board Annual Workshop January 29, 2019

Congestion Management. SFMTA Board Annual Workshop January 29, 2019 Congestion Management SFMTA Board Annual Workshop January 29, 2019 CONGESTION CONSEQUENCES We want economic growth and more housing, but that mean more trips of all types. Per Transit First, vehicular

More information

Intelligent Transportation Systems. Secure solutions for smart roads and connected highways. Brochure Intelligent Transportation Systems

Intelligent Transportation Systems. Secure solutions for smart roads and connected highways. Brochure Intelligent Transportation Systems Intelligent Transportation Systems Secure solutions for smart roads and connected highways Secure solutions for smart roads and connected highways Today s technology is delivering new opportunities for

More information

Written Exam Public Transport + Answers

Written Exam Public Transport + Answers Faculty of Engineering Technology Written Exam Public Transport + Written Exam Public Transport (195421200-1A) Teacher van Zuilekom Course code 195421200 Date and time 7-11-2011, 8:45-12:15 Location OH116

More information

Manual Where Do I Get Cars Save Gas Mileage Than Automatics

Manual Where Do I Get Cars Save Gas Mileage Than Automatics Manual Where Do I Get Cars Save Gas Mileage Than Automatics Where do automatic cars fare now in the big fuel consumption debate: automatic significant moves made to improve the technology in automatic

More information

SUVs, CUVs, and STWs

SUVs, CUVs, and STWs SUVs, CUVs, and STWs How and What Will Consumers Choose? Rebecca A. Lindland Associate Director North American Sales Detroit, 6 October 2005 EVOLVING CONSUMER PREFERENCES Challenging Opportunities Introduction

More information

Reimagining Mobility. Generative Research Report. Corten Singer Joyce S. Lee Nancy Yang Takara Satone Reece Clark

Reimagining Mobility. Generative Research Report. Corten Singer Joyce S. Lee Nancy Yang Takara Satone Reece Clark Reimagining Mobility Generative Research Report Corten Singer Joyce S. Lee Nancy Yang Takara Satone Reece Clark According to IDEO, designing for extremes can lead to solutions that are not only more inclusive,

More information

emover AMBIENT MOBILITY Jens Dobberthin Fraunhofer Institute for Industrial Engineering IAO e : t :

emover AMBIENT MOBILITY Jens Dobberthin Fraunhofer Institute for Industrial Engineering IAO e : t : emover Developing an intelligent, connected, cooperative and versatile e-minibus fleet to complement privately owned vehicles and public transit More and more people in cities are consciously choosing

More information

CNG Strategy/Overview

CNG Strategy/Overview CNG Strategy/Overview JACKSONVILLE TRANSPORTATION Future of Transit AUTHORITY Managing Mobility Brad Thoburn Vice President, Planning, Development and Innovation CNG State Strategy/Overview of the Industry

More information

2 VALUE PROPOSITION VALUE PROPOSITION DEVELOPMENT

2 VALUE PROPOSITION VALUE PROPOSITION DEVELOPMENT 2 VALUE PROPOSITION The purpose of the Value Proposition is to define a number of metrics or interesting facts that clearly demonstrate the value of the existing Xpress system to external audiences including

More information

Naturalistic Experiment to Simulate Travel Behavior Implications of Self-Driving Vehicles: The Chauffeur Experiment

Naturalistic Experiment to Simulate Travel Behavior Implications of Self-Driving Vehicles: The Chauffeur Experiment Naturalistic Experiment to Simulate Travel Behavior Implications of Self-Driving Vehicles: The Chauffeur Experiment Mustapha Harb UC Berkeley UC Davis Georgia Tech October 24, 2018 Motivation: A future

More information

Connected Vehicle and Autonomous Vehicle (CV/AV) Mobility and Technology

Connected Vehicle and Autonomous Vehicle (CV/AV) Mobility and Technology Connected Vehicle and Autonomous Vehicle (CV/AV) Mobility and Technology Randy Iwasaki Executive Director Contra Costa Transportation Authority May13, 2016 WHO WE ARE The Contra Costa Transportation Authority

More information

Financial Planning Association of Michigan 2018 Fall Symposium Autonomous Vehicles Presentation

Financial Planning Association of Michigan 2018 Fall Symposium Autonomous Vehicles Presentation Financial Planning Association of Michigan 2018 Fall Symposium Autonomous s Presentation 1 Katherine Ralston Program Manager, Autonomous s 2 FORD SECRET Why Autonomous s Societal Impact Great potential

More information

Mobility2030. Mukarram Bhaiji Director, Global Strategy Group KPMG in the UK. 26 September Mobility [ ] #Mobility2030

Mobility2030. Mukarram Bhaiji Director, Global Strategy Group KPMG in the UK. 26 September Mobility [ ] #Mobility2030 Mobility2030 Mukarram Bhaiji Director, Global Strategy Group KPMG in the UK 26 September 2017 Three main disruptive forces will fundamentally transform how people and things move in the future Electric

More information