THE history of Unmanned Ground Vehicles (UGVs)

Size: px
Start display at page:

Download "THE history of Unmanned Ground Vehicles (UGVs)"

Transcription

1 The Evolution of Vision-based Unmanned Ground Vehicles: the VisLab Perspective Massimo Bertozzi, Alberto Broggi, and Alessandra Fascioli VisLab - Dip. di Ingegneria dell Informazione Università degli Studi di Parma Parco Area delle Scienze, 181A, Parma, Italy {bertozzi,broggi,fascal}@ce.unipr.it 1 Unmanned ground vehicles are one of the enlightening ideas that will shape our future by providing enhanced safety and improved mobility. Although the development of prototypes is still going on, we are now assisting to demonstrations that witness the real applicability of the early concepts. THE history of Unmanned Ground Vehicles (UGVs) developed in the last years. In fact, although the first ideas were born in the sixties, the level of maturity of the technology at that time did not allow to afford the original goal of implementing fully autonomous all-terrain all-weather vehicles. The first documented prototypes of automated vehicles were developed by a few groups in the military arena in the mid eighties. The initial stimulus that had triggered these innovative ideas had been provided by the military sector, who was eager to provide complete automation to its fleet of ground vehicles. It was not before the eighties that this interest was then transferred to the civil sector: governments worldwide launched the first projects which conveyed a large number of researchers over these topics. But the interest of the automotive industry in developing real products - and thus investing money in this new business- started to develop only when the feasibility studies were successfully over and the first prototypes were demonstrated. The test of autonomous vehicles on real roads in a real environment was one of the most important milestones in the history of unmanned ground vehicles. This happened in the mid-late nineties. We are now assisting to a flourishing of research initiatives oriented to intelligent vehicles. Anyway, due to many technological issues and legal considerations, full autonomy was not set as a goal: the automotive industry feels as its primary goal the need to equip vehicles with supervised systems and -more generally- ADAS (Advanced Driving Assistance Systems) instead of automatic pilots. At the same time the research on UGVs then slowed down, since it was not felt as a primary strategic area of investment any more by neither industry nor governments. Departments of Transportation worldwide were in fact primarily interested in social, economic, or environmental objectives aimed at enhancing the efficiency of fuel, road network, and improving the quality of life in terms of mobility. The good results reached by ADAS in the car market in the last years induced the military sector to give a new vigorous push to the original ideas of automating its fleet of ground vehicles. The Defense Advanced Research Projects Agency (DARPA) Grand Challenge was the winning idea that attracted a large number of top-level research institutes who worked with the million-dollars prize in mind and helped/brought the scientific society to a considerable step forward. Indeed the description of the applications of unmanned ground vehicles given above is far from being complete, since unmanned vehicles technology is being considered for many other applications. The automation of road vehicles is perhaps the most common one and the one that attracts the largest interest from the industry. However, other domains such as agricultural, demining, rescue, and dangerous applications in general, are looking at autonomous vehicles as a possible solution to the issue of ever-increasing personnel cost. If a vehicle could move autonomously on a field to seed, or enter in a mined field, or even perform dangerous missions, the number of individuals put at risk would drastically decrease and

2 at the same time the efficiency of the vehicle itself would be increased thanks to a 24/7 operational schedule. However, this paper deals with the most common applications of intelligent vehicles, and -as mentioned above- the domain which is currently catalyzing the interest of the automotive industry, car makers, and providers of automotive appliances. The paper is structured to describe two parallel stories which intersect and share some important milestones. On one side the history and evolution of intelligent vehicles worldwide and, on the other side, the history of the Artificial Vision and Intelligent Systems lab at the University of Parma (VisLab). The evolution of VisLab in terms of projects, funds sources, and objectives is -in fact- very similar to and follows very closely the developments obtained worldwide in the same field [2]. For this reason, the description of the evolution of intelligent vehicles is here supported by real examples and case studies conducted at VisLab throughout the last 15 years. VisLab is a very focussed laboratory which has been doing research in the field of artificial vision for intelligent vehicles for 15 years and has obtained a relevant position in the global scenario thanks to the milestones that VisLab itself set in the history of intelligent vehicles. The issues that are covered by this review are primarily considerations on (i) the ideas, (ii) the enabling technologies or limitations that in one way or another conditioned the research, (iii) the main challenges that triggered the interest towards this interdisciplinary research stream worldwide, and (iv) the lessons learned by both the scientific community and the researchers at VisLab. I. PRE-COMPETITIVE RESEARCH Following the first experiments sponsored by military organizations and involving both ground and aerial applications, at the end of the eighties and the beginning of the nineties, the interest of the scientific community on Intelligent Transportation Systems (ITS) was beginning, involving academic and private research centers in a precompetitive research stage. Several national and international organizations launched and funded research programs in the ITS field to reduce traffic congestion and to increase safety. The Mobility 2000 program and the Automated Highway System project in the United States, the RACS and AMTICS projects in Japan, the DRIVE and EUREKA programs in Europe, are examples of such initiatives. Due to the real-time requirements of systems to be installed on board of a vehicle, the development of custom architectures was a mandatory approach for most research groups. These architectures were obtained both assembling off-the-shelf components or, rather, starting from the silicon. The use of devices like radar or acoustic sensors able to directly measure quantities of interest was a common choice, since the small amount of data fed by these devices did not require high computational capabilities. Conversely, vision sensors acquire a large amount of data and require a complex processing phase. Nevertheless, the use of vision, even if challenging, was indeed considered, since it can provide a rich description of the environment without requiring specific road infrastructures. The following paragraph describes the early projects carried out by VisLab at the beginning of the nineties. The MOB-LAB vehicle: The MOB-LAB (MOBile LABoratory) vehicle was developed within the framework of the PROMETHEUS (PROgraM for a European Traffic with Highest Efficiency and Unprecedented Safety) project, a pan-european EUREKA program ( ) initiated by the automotive and automotivesuppliers industry in Europe. The MOB-LAB prototype (a FIAT Ducato 18 Maxi) was a laboratory suited to study, develop, and test real time intelligent systems also using computer vision systems. It was equipped with B/W and Color analog cameras in the front and the back of the vehicle to analyze the external environment. A fully custom architecture based on the SIMD (Single Instruction Multiple Data) paradigm was developed. This system (named PAPRICA, PArallel PRocessor for Image Checking and Analysis) was directly interfaced to a stereo vision system and able to directly display the results of the processing on an external monitor. Moreover, PAPRICA featured a hardware support for pyramidal-based image processing and was therefore suitable for multi-resolution image processing. The early solutions and algorithms conceived for the two basic functionalities (lane and vehicle detection) were tested on MOB-LAB. Lane detection was based on the use of a lane model at different resolutions to exploit the pyramidal capabilities of the PAPRICA architecture. Similarly, a rectangular shaped template was used for obstacle detection. These initial results, while being at an embryonal stage, demonstrated that the use of vision for intelligent vehicles was a viable path. Thanks to the use of a 2

3 dedicated hardware the two detection systems were able to run in a real-time fashion. In both cases, grey-level images were processed; the use of color images was tested but it required the processing of a larger amount of data and was therefore unaffordable. Initially, algorithms were tested on the massively parallel Connection Machine CM-2 and then ported onto the PAPRICA architecture. In addition, the use of a dedicated architecture required also to develop a operating environment consisting of code assembler, debugger, and graphic libraries. The PAPRICA system demonstrated that the inadequacies of computers available at that time could be solved developing custom architectures. The SIMD paradigm implemented on PAPRICA was a highly successful choice witnessed by the following Intel adoption of a similar solution: the MMX extensions, a SIMD extension for images and sound processing. II. PIONEER PROJECTS Given the promising perspectives opened by the precompetitive phase, a few research centers gave birth to pioneer projects aimed at the development of concept vehicles to be later transformed into real prototype of intelligent vehicles. Although the scientific community were increasing their awareness of the potentialities of ITS, in this explorative phase the interest of the automotive industries was not born yet. The research efforts mainly derived from the individual initiative of single groups or from institutions willing to invest in research areas characterized by a high degree of risk. Two outstanding examples of such pioneer projects were the NavLab vehicle developed at the Carnegie Mellon University, U.S.A. [6], and the VaMoRs prototype demonstrated by the Universität der Bundeswehr, Germany [5]. A common choice in these projects was the use of machine vision as the main sensing device. The technological solutions available for the processing system were different: some research groups chose a general purpose hardware, some turned to a completely customized processing engine, while others adopted a mixed solution. The main challenge faced in these projects was the implementation and on-field testing of prototype vehicles equipped with vision-based driving assistance systems. The following sections describes two examples of pioneer projects carried on by VisLab in the late nineties, the ARGO and RAS projects. The ARGO project: ARGO [3] was one of the first prototype vehicles showing autonomous driving capabilities tested on public roads. It integrated the main results of the research conducted over the preceding few years on the algorithms and the architectures for vision based automatic road vehicles guidance. A number of different solutions for autonomous navigation had been developed, tested and tuned, particularly for the basic functionalities of Obstacle Detection and Lane Detection. The most promising approaches for both functionalities were integrated into the GOLD (Generic Obstacle and Lane Detection) system [1] which acted as the automatic driver of ARGO. Obstacles on the road were detected and localized by means of stereo vision, while the processing of a single monocular image allowed to extract the road geometry in front of the vehicle. The two functionalities shared the same underlying approach, the Inverse Perspective Mapping, to remove the perspective effect from the acquired image. Lane detection was performed through the extraction of specific image features, followed by the use of models of the lane markings. The application of IPM to stereo images, in conjunction with an a-priori knowledge on the road shape, also allowed to compute the free space and detect generic obstacles through a simple match with a model representing the environment without obstacles. ARGO was a passenger car equipped with a vision system composed of two low-cost B/W cameras mounted inside the car at the top corners of the windscreen. The result of the processing was fed to the driver through a set of output devices providing acoustical warnings, visual feedback, and steering wheel actuation. The ARGO prototype was used to test different ITS concepts: Manual Driving: the system monitored the driver activity; in case of potential dangerous situations it warned the driver with acoustic and optic signals Supervised Driving: in case of dangerous situations, the system took the control of the vehicle in order to keep it in a safe condition Automatic Driving: the system drove automatically, following the lane and localizing obstacles on the path; it was able to perform lane changes. Since the main challenge was the fielding of the vehicle in a real environment, a 1000 miles long test (the Mille Miglia in Automatico Tour) was carried out to assess the vehicle autonomous capabilities. During this test, ARGO drove itself autonomously along the Italian highway network, passing through flat areas and hilly regions including viaducts and tunnels, quickly varying road scenarios with changing weather conditions and intense traffic. The system demonstrated high robustness with respect to horizontal road signs, the presence of the guard-rail, forks, junctions, and highway exits, heavy 3

4 traffic conditions. Moreover, also high temperatures, different light conditions, and high speeds did not influence the stability and robustness of the whole system, both for hardware and software. The RAS project: The RAS (Surface Antarctic Robot) project was one of the first efforts towards the automation of driving functionalities in extreme environments: the vehicle developed within this project (a snowcat) was sent to the South Pole for automatic maneuvering during the Italian scientific missions. The aim of the project was the application of artificial vision to the autonomous driving of a platoon of snowcats for the transportation of people and goods in the Antarctica region. The final goal was to develop a vehicle able to automatically follow a leader vehicle. Since even small drifts from the driving path can be extremely dangerous due to ice cracks, vision was selected as the sensing capability able to deliver the highest performance in terms of precision in the localization of the tracks left by the previous vehicle. The Antarctica region presents extreme environmental conditions that make this application very challenging and different from the driving of unmanned vehicles on highways or urban roads. Several approaches were considered and specific filters were developed in order to cope with the problems typical of this environment, such as very low temperatures and possible snow storms, high brightness, low contrast, sharp shadows, direct sunlight and reflections, absence of ground reference or unknown terrain slope. The approach used to solve this artificial vision problem was suggested by the experience previously developed by the research group within the automotive field. In particular, a simple approach was preferred with respect to more sophisticated ones thanks to its easy implementation on the simple processing engine available on the snowcat. Following the approach that drove the development of these pioneer prototypes, alternative strategies were considered in order to evaluate different algorithmic solutions. The first solution investigated was based on traditional feature extraction techniques and exploited available libraries and previously developed experience. An innovative approach based on an evolutionary technique was also tested. The second solution confirmed the applicability to vision for vehicles of this emerging technique that still constitutes a hot research topic. The vehicle was tested both on a test site on the Italian Alps and in Antarctica in real environmental conditions. Track detection was successful in different situations even if noisy or critical conditions such as shadows, sun reflections, unknown terrain slope, and dark objects were present. As mentioned, at the time of the development of this projects the interest in the development of intelligent prototype vehicles was limited to a few far-seeing groups. For example the ARGO prototype was totally conceived, designed and implemented by VisLab, who internally financed the whole initiative. The RAS project, on the other hand, was funded by the national agency for the energy and the environment (ENEA, Ente per le Nuove tecnologie, l Energia e l Ambiente) who invested a large amount of money in innovative and risky research on unexplored topics. The choice of using only passive sensors to perceive the surroundings, both in the road and antarctic environments, was mainly dictated by considerations on their non invasiveness with respect to the environment. The cost of the sensor was also a main in concern in a project such as ARGO, which was oriented to the development of driving assistance systems that could be deployed in common road vehicles. In fact, in this kind of vehicles safety devices are to be considered as a cheap add-on. Another basic choice in these projects was the use of low cost standard processing hardware. The whole Mille Miglia in Automatico Tour was successfully completed with a 200 MHz Intel Pentium based processing system. The real-time implementation of vision-based driving assistance functionalities with a general purpose processing hardware was a significant result. We believe that these and other coeval similar projects helped the scientific community becoming aware of the possibility to perform vision-based automotive tasks in real-time with commercial hardware. The software systems developed for both these projects were stand-alone applications aimed at realizing specific driving functionalities. They were based on three main modules: data acquisition, image processing for feature detection (lane markings, obstacles, vehicles, tracks,...), output to devices for warning the driver or actuators. These applications are the core from which a very complex software framework evolved subsequently (see section III). The ARGO and RAS vehicles were two of the first prototypes with intelligent capabilities demonstrated onfield. Having to confront ourselves with the real world, we had to face a lot of problems typical of the outdoor environment (such as reflections, rain, road works,...) and of real vehicles (man-machine interface, interferences, temperature,...). One of the main achievements of the implementation and test in the real world was becoming aware of such problems and being able to solve some of them. 4

5 III. SUPERVISED SYSTEMS FOR THE AUTOMOTIVE INDUSTRY Following the outcome of the pre-competitive phase and the achievements of the pioneer projects, and thanks to the technological evolution of sensors and processors, the interest of the automotive industries towards Intelligent Vehicles began and gradually rose. We assisted and are still assisting to a flourishing of research initiatives oriented to the development of ADAS. The effort is mainly oriented to develop supervised systems rather than fully automatic vehicles, because of the high complexity of a full automation. Moreover, legal and liability issues have to be addressed as well if the human driver gets completely substituted by an automatic pilot. In addition, for a complete automation of civil transportation new infrastructures are required as well, and this entails a thorough redesign of mobility. Car manufacturers are pushing a lot in the ADAS direction, trying to early reach this new market. Moreover, the attention of the national and international governmental agencies towards these themes is very high nowadays: road safety, the protection of the environment, and the development of a sustainable mobility are felt as an unprocrastinable need. For instance, the EC in the esafety initiative launched in 2002 has set the objective of reducing the number of road fatalities by 50% within Another objective is the equipment of 20% of new cars with driving assistance systems. There are also efforts towards the regulation and standardization of such systems. Some supervised systems are already commercialized or close to the market. These systems address the most simple aspects of the driving task. They are based on the most elementary and/or settled sensing technologies and feature basic output (for example maneuver assistants, blind spot detectors, lane departure warnings, enhanced night vision). Conversely, for the most complex systems, such as the protection of vulnerable road users or stop and go driving, further development or assessment is needed. The research is oriented towards three main streams. (i) The first is the application of new emerging technologies that are becoming available at an affordable cost (such as infra-red cameras for night and day vision or laser scanners for robust all-weather obstacle detection). (ii) Another common trend is the use of multiple sensors with complementary characteristics and capabilities, and the fusion of their data to obtain a more reliable system. (iii) The third stream is the engineering of the systems that have been previously tested and demonstrated to be effective. The main challenge of the current research work is to attain robust and reliable prototype systems that can be transformed into products. The following paragraphs present some examples of research activities on prototypes based on different technologies developed by VisLab in collaboration with automotive partners and research centers. One of the research areas that appeared already promising at the beginning of the current decade is the protection of vulnerable road users. In this field VisLab has been carrying on a collaboration with the Volkswagen research center on the development of a prototype pedestrian detection system to be used for precrash or driver assistance applications. Thermal infrared is used as the main sensing device since it seems a promising sensor for pedestrian applications, but near infrared, along with specific illuminators, has also been investigated thanks to its minor cost and closeness to the market. To strengthen the system, the fusion with radar data has also been considered. Another automotive industry interested in the use of near infrared is the German company Hella, a large automotive supplier. The research we are carrying out for them concerns the use of headlamps and cameras working in the near-infrared domain for obstacle localization. The protection of vulnerable road users is a major theme also in the APALACI-PReVENT European project, aimed at contributing to road safety by developing and demonstrating preventive safety applications and technologies. In this framework VisLab is developing, together with Volvo, a start-inhibit system for heavy goods vehicles. Stereo vision is used to detect the presence of pedestrians or obstacles in the forward blind spot, so to warn the driver and also prevent the vehicle from taking off. As another example of different technologies applied, we are also collaborating within the same European project with the FIAT research center on the development of a system for road obstacle classification based on the fusion of radar and monocular vision. The system is able to classify vehicles, guardrails, and pedestrians. Automotive industries also show interest in the development of driving assistance applications based on color vision. In fact, even if color entails a larger quantity of raw data to be analyzed, nowadays DSP processing makes it a viable solution. As an example we are working for a large Italian automotive supplier, Magneti Marelli, on a new project regarding lane keeping and road signs recognition based on color vision. In the military field the leading edge technologies can be applied, even if they are more expensive. An example of the simultaneous applications of four cameras is the 5

6 work developed by Vislab in collaboration with the Vetronics Research Center of the U.S.Army TARDEC department. The project is aimed at robotic vehicles safety. Initially, a day light stereo vision system for the localization of human shapes was developed. The system has later evolved into a tetra-vision (4 cameras) system based on the simultaneous use of one far infra-red and one visible cameras stereo pairs. The main idea is to exploit the advantages of both far infra-red and visible cameras, trying at the same time to benefit from the use of each system. According to the general trend, in all these investigations and experimentations in order to obtain robust systems the fusion of multiple sensors was applied. Generally these projects share the need for a realtime software system able to acquire data from different sensors on the vehicle and to perform playback in laboratory for algorithm development. Anyway, each project needs specific data acquisition procedures. For this purpose we have developed a complex software framework. The applications implemented for the different driving functionality are integrated into this framework as plugins, and the system can be used both as a laboratory development environment for the algorithms, and as the ADAS software engine on the prototype vehicle. The system is featured by a number of acquisition modules tailored to different devices: the vehicle CAN bus, a variety of cameras, other sensors such as radars and laser scanners, network filesystem and disk acquisition for in laboratory post-processing. Multi-threaded processing is exploited to boost performance overlapping data acquisition, processing and output. Graphical software libraries and hardware acceleration are used to enhance the visual output. The great added value of this software framework is the capability to become an easy tool for the prototyping of many different applications in the automotive domain. IV. A NEW PUSH TOWARDS AUTONOMOUS INTELLIGENT VEHICLES: THE DARPA GRAND CHALLENGE While the first supervised systems are being deploying and are triggering a lot of interest, a new flourishing interest has turned out for autonomous vehicles. In fact, since the supervised systems are reaching a high level of maturity in the civil field, military organizations pushed again for the development of fully autonomous vehicles. As an example, the U.S. Department of Defense set the goal of making one third of ground military forces automated by In 2004 and 2005, the U.S. DARPA organized the Grand Challenge, a 200 miles long race for autonomous ground vehicles [7]. Similarly, in 2005, in Europe the German Federal Armed Forces organized the Land- Robot Trial to demonstrate the state of the art for autonomous or semi-autonomous vehicles. In both Grand Challenges, DARPA offered an appealing prize to the winner (1 million USD in 2004 and 2 millions in 2005) to boost the development and fielding of autonomous robotic vehicles. This winning idea demonstrated its efficacy since much of the development was autofinanced or externally sponsored. The investment of DARPA was paid off by the results achieved by many teams. More than 100 teams registered in 2004 while in the second race, 195 teams from all over the world entered the race. Moreover, an advantage of letting the teams free to chose their own sensing devices and technology, is the exploration of a wide number of solutions. This can be regarded as an evolutionary approach: different solutions are tested and the most effective approach wins. Due to the high complexity of such a task, reliability and the capability of dealing with extreme environments were mandatory (the Grand Challenges took place in the Mojave desert). The computing engines were developed with reliability in mind: they had to be able to continuously work without human intervention in an extreme environment. Particular care was used to develop systems able to work in high temperature and dusty conditions. Also sensors were selected using reliability constraints: they were generally installed outside vehicles and therefore they had to be placed in positions where they were less likely to be damaged by accidents or rocks during the race. Special cleaning devices were conceived to remove debris such as dust, water, and mud from sensors. Five prototypes on 195 successfully completed the race. The winning team (Stanley) reached the finish lane in 6:54 hours by using laser scanner and GPS sensors. H1ghlander and Sandstorm teams employed a similar approach and technology; beside the information coming from on-board sensors they also exploited a very precise prevision planning strategy. The Kat-5 vehicle used lasers as primary sensors as well. The TerraMax vehicle (an MTVR truck developed by Oshkosh Truck Corporation, VisLab, and Rockwell Collins, see box) on the other hand reached the finish line relying primarily on vision. The innovative approach used by the TerraMax team was the use of a trinocular vision system with different inter-camera distances; this system demonstrated to behave better than other approaches that relied on the use of moving camera heads. During the race, TerraMax reached a maximum speed of 68 km/h. This is impressive not only due to the size 6

7 and weight of this truck, but due to the fact that obstacle avoidance, path recognition, and trajectory planning were achieved at these speeds. Moreover, due to the race rules, TerraMax was paused during the night while the whole sensors suite and vehicle engine were were kept operational; the following morning TerraMax was allowed to move again and reach the finish line after 28 hours of continuous activity. This prolonged operational time demonstrated the robustness and reliability of the entire system. The DARPA Grand Challenge 2005 can be regarded as a true success, since five vehicles completed the race. As a result, DARPA already announced a further and even more challenging competition: the 2007 Urban Challenge. Fully autonomous vehicles have to complete a 60-mile long race in an urban environment in less than 6 hours obeying to road rules and negotiating traffic. [3] A. Broggi, M. Bertozzi, A. Fascioli, and G. Conte. Automatic Vehicle Guidance: the Experience of the ARGO Vehicle. World Scientific, Singapore, Apr ISBN [4] E. D. Dickmanns. The Development of Machine Vision for Road Vehicles in the Last Decade. In Procs. IEEE Intelligent Vehicles Symposium 2002, volume 1, pages , Paris, France, June [5] V. Graefe and K.-D. Kuhnert. Vision-based Autonomous Road Vehicles. In I. Masaki, editor, Vision-based Vehicle Guidance, pages Springer Verlag, [6] C. E. Thorpe, editor. Vision and Navigation. The Carnegie Mellon Navlab. Kluwer Academic Publishers, [7] U. S. DARPA. Grand Challenge Web Site. Available at V. A GLIMPSE TO THE NEAR FUTURE The Urban Challenge final goals, although promoted by a military oriented organization, are also strategic for the civil transport. When these goals will be met, the road to a technological transfer of these results to the car market will be open. VisLab will be again contributing to the worldwide research efforts by fielding a vision system for a new vehicle. These future technological achievements need to be supported by a completely new legislation that should take into account also liabilities and rules involving automatically driven vehicles. Standardization is another important keyword since UGVs, besides implementing standard driving tasks, will have to communicate among each other and will be part of a network including intelligent infrastructures. The next worlwide milestone, the 2007 Urban Challenge, although being a wide testbed for the latest technologies and the most promising data fusion approaches, will indeed provide a thoughtful estimation of the time span that we should wait before we sit on our own automatic car. In fact, the more positive results the Urban Challenge will deliver, the more the automotive industry will be stimulated in investing in automatic driving products. REFERENCES [1] M. Bertozzi and A. Broggi. Vision-based Vehicle Guidance. IEEE Computer, 30(7):49 55, July [2] M. Bertozzi, A. Broggi, M. Cellario, A. Fascioli, P. Lombardi, and M. Porta. Artificial Vision in Road Vehicles. Proceedings of the IEEE - Special issue on Technology and Tools for Visual Perception, 90(7): , July ISSN

8 The first vehicle prototypes that were tested and demonstrated automatic capabilities in real traffic and real scenarios. (This figure is intended for being displayed in a separate box). The Vamp vehicle prototype [4] developed by the University of Munich, Germany, and that was demonstrated in 1994 with a trip in automatic from Munich to Odense (Denmark). NAVLAB, developed by Carnegie Mellon University, travelled in automatic mode from coast to coast in the US back in 1995 (photo reprinted from [3]). ARGO was tested during a km trip along Italy in 1998: ARGO was able to safely keep inside the lane, detect obstacles, and -after a manual trigger- also overtake slower vehicles. 8

PAVIA FERRARA TORINO PARMA ANCONA FIRENZE ROMA

PAVIA FERRARA TORINO PARMA ANCONA FIRENZE ROMA 1 The ARGO Autonomous Vehicle Massimo Bertozzi 1, Alberto Broggi 2, and Alessandra Fascioli 1 1 Dipartimento di Ingegneria dell'informazione Universita di Parma, I-43100 PARMA, Italy 2 Dipartimento di

More information

VisLab and the Evolution of Vision-Based UGVs

VisLab and the Evolution of Vision-Based UGVs C O V E R F E A T U R E VisLab and the Evolution of Vision-Based UGVs Massimo Bertozzi, Alberto Broggi, and Alessandra Fascioli VisLab, Università degli Studi di Parma Unmanned ground vehicles will shape

More information

The VisLab Intercontinental Autonomous Challenge: 13,000 km, 3 months, no driver

The VisLab Intercontinental Autonomous Challenge: 13,000 km, 3 months, no driver The VisLab Intercontinental Autonomous Challenge: 13,000 km, 3 months, no driver M.Bertozzi, L.Bombini, A.Broggi, M.Buzzoni, E.Cardarelli, S.Cattani, P.Cerri, S.Debattisti,. R.I.Fedriga, M.Felisa, L.Gatti,

More information

Cooperative Autonomous Driving and Interaction with Vulnerable Road Users

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

More information

The DARPA Grand Challenge: Ten Years Later

The DARPA Grand Challenge: Ten Years Later I of6 1 0/?.?./?.014 ll 'i7 AM 2014/03/13 The DARPA Grand Challenge: Ten Years Later http://www.darpa.mil/newsevents/releases/2014/03/ 13.aspx The DARPA Grand Challenge: Ten Years Later March 13, 2014

More information

LiDAR Teach-In OSRAM Licht AG June 20, 2018 Munich Light is OSRAM

LiDAR Teach-In OSRAM Licht AG June 20, 2018 Munich Light is OSRAM www.osram.com LiDAR Teach-In June 20, 2018 Munich Light is OSRAM Agenda Introduction Autonomous driving LIDAR technology deep-dive LiDAR@OS: Emitter technologies Outlook LiDAR Tech Teach-In June 20, 2018

More information

Automated Driving - Object Perception at 120 KPH Chris Mansley

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

More information

THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA.

THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA. GPU Technology Conference, April 18th 2015. THE FAST LANE FROM SILICON VALLEY TO MUNICH. UWE HIGGEN, HEAD OF BMW GROUP TECHNOLOGY OFFICE USA. THE AUTOMOTIVE INDUSTRY WILL UNDERGO MASSIVE CHANGES DURING

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

WHITE PAPER Autonomous Driving A Bird s Eye View

WHITE PAPER   Autonomous Driving A Bird s Eye View WHITE PAPER www.visteon.com Autonomous Driving A Bird s Eye View Autonomous Driving A Bird s Eye View How it all started? Over decades, assisted and autonomous driving has been envisioned as the future

More information

Investigation on Control Methods and Development of Intelligent Vehicle Controller for Automated Highway Systems

Investigation on Control Methods and Development of Intelligent Vehicle Controller for Automated Highway Systems Investigation on Control Methods and Development of Intelligent Vehicle Controller for Automated Highway Systems P.Suresh ME11D045 Guide Dr. P. V. Manivannan Precision Engineering and Instrumentation Laboratory

More information

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017

IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 IN SPRINTS TOWARDS AUTONOMOUS DRIVING. BMW GROUP TECHNOLOGY WORKSHOPS. December 2017 AUTOMATED DRIVING OPENS NEW OPPORTUNITIES FOR CUSTOMERS AND COMMUNITY. MORE SAFETY MORE COMFORT MORE FLEXIBILITY MORE

More information

VEDECOM. Institute for Energy Transition. Prénom - Nom - Titre. version

VEDECOM. Institute for Energy Transition. Prénom - Nom - Titre. version VEDECOM Institute for Energy Transition Prénom - Nom - Titre version VEDECOM: COLLABORATIVE RESEARCH HUB 2 Foundation of the Université de Versailles Saint-Quentin-en-Yvelines (UVSQ) Certified as Institute

More information

AND CHANGES IN URBAN MOBILITY PATTERNS

AND CHANGES IN URBAN MOBILITY PATTERNS TECHNOLOGY-ENABLED MOBILITY: Virtual TEsting of Autonomous Vehicles AND CHANGES IN URBAN MOBILITY PATTERNS Technology-Enabled Mobility In the era of the digital revolution everything is inter-connected.

More information

Cybercars : Past, Present and Future of the Technology

Cybercars : Past, Present and Future of the Technology Cybercars : Past, Present and Future of the Technology Michel Parent*, Arnaud de La Fortelle INRIA Project IMARA Domaine de Voluceau, Rocquencourt BP 105, 78153 Le Chesnay Cedex, France Michel.parent@inria.fr

More information

UNCLASSIFIED: Distribution Statement A. Approved for public release.

UNCLASSIFIED: Distribution Statement A. Approved for public release. April 2014 - Version 1.1 : Distribution Statement A. Approved for public release. INTRODUCTION TARDEC the U.S. Army s Tank Automotive Research, Development and Engineering Center provides engineering and

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario FKIE Reconnaissance and surveillance in urban structures (USAR) For each of the following aspects, especially concerning the team s approach

More information

Eurathlon Scenario Application Paper (SAP) Review Sheet

Eurathlon Scenario Application Paper (SAP) Review Sheet Scenario Application Paper (SAP) Review Sheet Team/Robot Scenario FKIE Autonomous Navigation For each of the following aspects, especially concerning the team s approach to scenariospecific challenges,

More information

Vehicles at Volkswagen

Vehicles at Volkswagen Autonomous Driving and Intelligent Vehicles at Volkswagen Dirk Langer, Ph.D. VW Autonomous Driving Story 2000 2003 2006 Robot Klaus Purpose: Replace test drivers on poor test tracks (job safety) Robot

More information

Highly Automated Driving: Fiction or Future?

Highly Automated Driving: Fiction or Future? The future of driving. Final Event Highly Automated Driving: Fiction or Future? Prof. Dr. Jürgen Leohold Volkswagen Group Research Motivation The driver as the unpredictable factor: Human error is the

More information

Intelligent Drive next LEVEL

Intelligent Drive next LEVEL Daimler AG Dr. Eberhard Zeeb Senior Manager Function and Software Driver Assistance Systems Intelligent Drive next LEVEL on the way towards autonomous driving Pioneers of the Automobile Bertha Benz 1888

More information

Intelligent Vehicle Systems Southwest Research Institute

Intelligent Vehicle Systems Southwest Research Institute Intelligent Vehicle Systems Southwest Research Institute State-of-the-Art: Self Driving Cars (aka Automated Vehicles) Josh Johnson Assistant Director R&D Intelligent Systems 1 Motivation for This Presentation

More information

C A. Right on track to enhanced driving safety. CAPS - Combined Active & Passive Safety. Robert Bosch GmbH CC/PJ-CAPS: Jochen Pfäffle

C A. Right on track to enhanced driving safety. CAPS - Combined Active & Passive Safety. Robert Bosch GmbH CC/PJ-CAPS: Jochen Pfäffle Right on track to enhanced driving safety C A SP Robert Bosch GmbH CC/PJ-CAPS: Jochen Pfäffle 1 Outline CAPS motivation & content of activity Accident analysis & development methodology Market, drivers,

More information

WHAT DOES OUR AUTONOMOUS FUTURE LOOK LIKE?

WHAT DOES OUR AUTONOMOUS FUTURE LOOK LIKE? WHAT DOES OUR AUTONOMOUS FUTURE LOOK LIKE? The US Military sponsored 3 challenges to see if unmanned vehicles could navigate difficult off-road terrain ( Iraq type war effort?) In 2004, DARPA (Defense

More information

ZF Advances Key Technologies for Automated Driving

ZF Advances Key Technologies for Automated Driving Page 1/5, January 9, 2017 ZF Advances Key Technologies for Automated Driving ZF s See Think Act supports self-driving cars and trucks ZF and NVIDIA provide computing power to bring artificial intelligence

More information

EMERGING TRENDS IN AUTOMOTIVE ACTIVE-SAFETY APPLICATIONS

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

More information

Citi's 2016 Car of the Future Symposium

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

More information

Introduction Projects Basic Design Perception Motion Planning Mission Planning Behaviour Conclusion. Autonomous Vehicles

Introduction Projects Basic Design Perception Motion Planning Mission Planning Behaviour Conclusion. Autonomous Vehicles Dipak Chaudhari Sriram Kashyap M S 2008 Outline 1 Introduction 2 Projects 3 Basic Design 4 Perception 5 Motion Planning 6 Mission Planning 7 Behaviour 8 Conclusion Introduction Unmanned Vehicles: No driver

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

AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE. CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development

AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE. CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development AUTONOMOUS VEHICLES: PAST, PRESENT, FUTURE CEM U. SARAYDAR Director, Electrical and Controls Systems Research Lab GM Global Research & Development GENERAL MOTORS FUTURAMA 1939 Highways & Horizons showed

More information

Új technológiák a közlekedésbiztonság jövőjéért

Új technológiák a közlekedésbiztonság jövőjéért Új technológiák a közlekedésbiztonság jövőjéért Dr. Szászi István Occupant Safety Robert Bosch Kft. 1 Outline 1. Active and Passive Safety - definition 2. Driver Information Functions 3. Driver Assistance

More information

18th ICTCT Workshop, Helsinki, October Technical feasibility of safety related driving assistance systems

18th ICTCT Workshop, Helsinki, October Technical feasibility of safety related driving assistance systems 18th ICTCT Workshop, Helsinki, 27-28 October 2005 Technical feasibility of safety related driving assistance systems Meng Lu Radboud University Nijmegen, The Netherlands, m.lu@fm.ru.nl Kees Wevers NAVTEQ,

More information

AUTOMATED DRIVING IN EUROPE

AUTOMATED DRIVING IN EUROPE AUTOMATED DRIVING IN EUROPE SIP-ADUS WORKSHOP TOKYO 14.11.2017 DR. HELGE NEUNER HISTORY OF AUTOMATED DRIVING @ VOLKSWAGEN GROUP RESEARCH Stanley Junior PAUL (2005) (2007) (2007) icar HAVEit et Follow me!

More information

Automated driving in urban environments: technical challenges, open problems and barriers. Fawzi Nashashibi

Automated driving in urban environments: technical challenges, open problems and barriers. Fawzi Nashashibi Automated driving in urban environments: technical challenges, open problems and barriers Fawzi Nashashibi 6th Workshop on Planning, Perception and Navigation for Intelligent Vehicles SEPTEMBER 14, 2014

More information

THE FUTURE OF AUTONOMOUS CARS

THE FUTURE OF AUTONOMOUS CARS Index Table of Contents Table of Contents... i List of Figures... ix Executive summary... 1 1 Introduction to autonomous cars... 3 1.1 Definitions and classifications... 3 1.2 Brief history of autonomous

More information

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF

AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF AUTONOMOUS VEHICLES & HD MAP CREATION TEACHING A MACHINE HOW TO DRIVE ITSELF CHRIS THIBODEAU SENIOR VICE PRESIDENT AUTONOMOUS DRIVING Ushr Company History Industry leading & 1 st HD map of N.A. Highways

More information

Crew integration & Automation Testbed and Robotic Follower Programs

Crew integration & Automation Testbed and Robotic Follower Programs Crew integration & Automation Testbed and Robotic Follower Programs Bruce Brendle Team Leader, Crew Aiding & Robotics Technology Email: brendleb@tacom.army.mil (810) 574-5798 / DSN 786-5798 Fax (810) 574-8684

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

Low-Speed Autonomous Shuttle Project Summary

Low-Speed Autonomous Shuttle Project Summary TT2017-0382 ATTACHMENT 2 About the Pilot Administration is collaborating with the University of Alberta, Alberta Transportation, Fairmont Hotels and the City of Edmonton to explore the testing of automated

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

VEDECOM. Institute for Energy Transition. Presentation

VEDECOM. Institute for Energy Transition. Presentation VEDECOM Institute for Energy Transition Presentation version 30/01/2017 TABLE OF CONTENTS 2 1. A research ecosystem unparalleled in France 2. PFA NFI - VEDECOM 3. Corporate film 4. Aim and vision of VEDECOM

More information

H2020 (ART ) CARTRE SCOUT

H2020 (ART ) CARTRE SCOUT H2020 (ART-06-2016) CARTRE SCOUT Objective Advance deployment of connected and automated driving across Europe October 2016 September 2018 Coordination & Support Action 2 EU-funded Projects 36 consortium

More information

BMW GROUP DIALOGUE. HANGZHOU 2017 TAKE AWAYS.

BMW GROUP DIALOGUE. HANGZHOU 2017 TAKE AWAYS. BMW GROUP DIALOGUE. HANGZHOU 2017 TAKE AWAYS. BMW GROUP DIALOGUE. CONTENT. A B C Executive Summary: Top Stakeholder Expert Perceptions & Recommendations from Hangzhou Background: Mobility in Hangzhou 2017,

More information

Intuitive Driving: Are We There Yet? Amine Taleb, Ph.D. February 2014 I 1

Intuitive Driving: Are We There Yet? Amine Taleb, Ph.D. February 2014 I 1 Intuitive Driving: Are We There Yet? Amine Taleb, Ph.D. February 2014 I 1 February 2014 Outline Motivation Towards Connected/Automated Driving Valeo s Technologies and Perspective Automated Driving Connected

More information

FENEBUS POSITION PAPER ON REDUCING CO2 EMISSIONS FROM ROAD VEHICLES

FENEBUS POSITION PAPER ON REDUCING CO2 EMISSIONS FROM ROAD VEHICLES FENEBUS POSITION PAPER ON REDUCING CO2 EMISSIONS FROM ROAD VEHICLES The Spanish Federation of Transport by Bus (Fenebús) is aware of the importance of the environmental issues in order to fully achieve

More information

Copyright 2016 by Innoviz All rights reserved. Innoviz

Copyright 2016 by Innoviz All rights reserved. Innoviz Innoviz 0 Cutting Edge 3D Sensing to Enable Fully Autonomous Vehicles May 2017 Innoviz 1 Autonomous Vehicles Industry Overview Innoviz 2 Autonomous Vehicles From Vision to Reality Uber Google Ford GM 3

More information

ZF TRW Highlights Why Automated Driving Starts with Safety at the Tokyo Motor Show

ZF TRW Highlights Why Automated Driving Starts with Safety at the Tokyo Motor Show Page 1/5, October 28, 2015 ZF TRW Highlights Why Automated Driving Starts with Safety at the Tokyo Motor Show Industry s widest breadth and depth of safety systems form the basis for automated driving

More information

Smart Roadster Project: Setting up Drive-by-Wire or How to Remote-Control your Car

Smart Roadster Project: Setting up Drive-by-Wire or How to Remote-Control your Car 1 Smart Roadster Project: Setting up Drive-by-Wire or How to Remote-Control your Car Joachim Schröder, Udo Müller, Rüdiger Dillmann Institute of Computer Science and Engineering. University of Karlsruhe

More information

Le développement technique des véhicules autonomes

Le développement technique des véhicules autonomes Shaping the future Le développement technique des véhicules autonomes Renaud Dubé, Roland Siegwart, ETH Zurich www.asl.ethz.ch www.wysszurich.ch Fribourg, 23 Juin 2016 Renaud Dubé 23.06.2016 1 Content

More information

Drive Sweden. - an update on Swedish Automation Activities. Jan Hellaker Program Director.

Drive Sweden. - an update on Swedish Automation Activities. Jan Hellaker Program Director. Drive Sweden - an update on Swedish Automation Activities Jan Hellaker Program Director www.drivesweden.net/en Twitter: @DriveSweden Drive Sweden - an update on Swedish Automation Activities Prometheus

More information

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL

EPSRC-JLR Workshop 9th December 2014 TOWARDS AUTONOMY SMART AND CONNECTED CONTROL EPSRC-JLR Workshop 9th December 2014 Increasing levels of autonomy of the driving task changing the demands of the environment Increased motivation from non-driving related activities Enhanced interface

More information

Jimi van der Woning. 30 November 2010

Jimi van der Woning. 30 November 2010 Jimi van der Woning 30 November 2010 The importance of robotic cars DARPA Hardware Software Path planning Google Car Where are we now? Future 30-11-2010 Jimi van der Woning 2/17 Currently over 800 million

More information

Laird Thermal Systems Application Note. Cooling Solutions for Automotive Technologies

Laird Thermal Systems Application Note. Cooling Solutions for Automotive Technologies Laird Thermal Systems Application Note Cooling Solutions for Automotive Technologies Table of Contents Introduction...3 Lighting...3 Imaging Sensors...4 Heads-Up Display...5 Challenges...5 Solutions...6

More information

Singapore Autonomous Vehicle Initiative (SAVI)

Singapore Autonomous Vehicle Initiative (SAVI) Singapore Autonomous Vehicle Initiative (SAVI) Copyright 2016 Land Transport Authority Mr Alan Quek Senior Manager, Cooperative & Quality ITS Alan_QUEK@lta.gov.sg 1 ASIA Singapore Land area: 719 km 2 Population:

More information

On the role of AI in autonomous driving: prospects and challenges

On the role of AI in autonomous driving: prospects and challenges On the role of AI in autonomous driving: prospects and challenges April 20, 2018 PhD Outreach Scientist 1.3 million deaths annually Road injury is among the major causes of death 90% of accidents are caused

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

Dynamic Map Development in SIP-adus

Dynamic Map Development in SIP-adus ITS World Congress in Melbourne 2016 SIS26 Digital Infrastructure for Automated Vehicles : challenges and international collaboration Dynamic Map Development in SIP-adus Cross-Ministerial Strategic Innovation

More information

EMC Automotive Event Woerden, 13 en 14 november ENEVATE Outlook. Edwin Bestebreurtje FIER Automotive. FIER Automotive

EMC Automotive Event Woerden, 13 en 14 november ENEVATE Outlook. Edwin Bestebreurtje FIER Automotive. FIER Automotive EMC Automotive Event Woerden, 13 en 14 november 2013 ENEVATE Outlook Edwin Bestebreurtje FIER Automotive FIER Automotive Partner in Business Development Focus on automotive and mobility Customer base:

More information

LIDAR technologies for the Automotive Industry: Technology benchmark, Challenges, Market forecasts. Release announcement

LIDAR technologies for the Automotive Industry: Technology benchmark, Challenges, Market forecasts. Release announcement R201804-014 LIDAR in Automotive 09th April, 2018 page 1 LIDAR technologies for the Automotive Industry: Technology benchmark, Challenges, Market forecasts TEMATYS is pleased to announce the release of

More information

Autonomous Mobile Robots and Intelligent Control Issues. Sven Seeland

Autonomous Mobile Robots and Intelligent Control Issues. Sven Seeland Autonomous Mobile Robots and Intelligent Control Issues Sven Seeland Overview Introduction Motivation History of Autonomous Cars DARPA Grand Challenge History and Rules Controlling Autonomous Cars MIT

More information

Toward the Realization of Sustainable Mobility

Toward the Realization of Sustainable Mobility GIES 2008 Toward the Realization of Sustainable Mobility March 13, 2008 Toyota Motor Corporation Senior Technical Executive Hiroyuki Watanabe 1 CO 2 Emission from Transportation Sector Distribution by

More information

Control of Mobile Robots

Control of Mobile Robots Control of Mobile Robots Introduction Prof. Luca Bascetta (luca.bascetta@polimi.it) Politecnico di Milano Dipartimento di Elettronica, Informazione e Bioingegneria Applications of mobile autonomous robots

More information

Cooperative brake technology

Cooperative brake technology Cooperative driving and braking applications, Maurice Kwakkernaat 2 Who is TNO? TNO The Netherlands Organisation for Applied Scientific Research Founded by law in 1932 Statutory, non-profit research organization

More information

Stereo-vision for Active Safety

Stereo-vision for Active Safety Stereo-vision for Active Safety Project within Vehicle and Traffic Safety, 2009-00078 Author: Vincent Mathevon (Autoliv Electronics AB) Ola Bostrom (Autoliv Development AB) Date: 2012-06-07 Content 1.

More information

Andrey Berdichevskiy, World Economic Forum. Future of Urban and Autonomous Mobility: Bringing Autonomy On and Beyond the Streets of Boston

Andrey Berdichevskiy, World Economic Forum. Future of Urban and Autonomous Mobility: Bringing Autonomy On and Beyond the Streets of Boston Andrey Berdichevskiy, World Economic Forum Future of Urban and Autonomous Mobility: Bringing Autonomy On and Beyond the Streets of Boston Why does the World Economic Forum care about self-driving vehicles?

More information

Global Perspectives of ITS

Global Perspectives of ITS ITU-T WORKSHOP ICTs: Building the Green City of the Future United Nations Pavilion, EXPO-2010-14 May 2010, Shanghai, China Building Sustainable Green Smart City of the Future enabled by ICT: Global Perspectives

More information

Autonomous Driving. AT VOLVO CARS Jonas Ekmark Manager Innovations, Volvo Car Group

Autonomous Driving. AT VOLVO CARS Jonas Ekmark Manager Innovations, Volvo Car Group Autonomous Driving AT VOLVO CARS Jonas Ekmark Manager Innovations, Volvo Car Group Global megatrends Continued urbanisation Growing number of megacities Air quality major health issue Traffic accidents

More information

Connected Vehicles. V2X technology.

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

More information

PSA Peugeot Citroën Driving Automation and Connectivity

PSA Peugeot Citroën Driving Automation and Connectivity PSA Peugeot Citroën Driving Automation and Connectivity June 2015 Automation Driver Levels of Automated Driving Driver continuously performs the longitudinal and lateral dynamic driving task Driver continuously

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

Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help?

Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help? Autonomous cars navigation on roads opened to public traffic: How can infrastructure-based systems help? Philippe Bonnifait Professor at the Université de Technologie de Compiègne, Sorbonne Universités

More information

Trial 3 Bus Demonstration. Spring 2018

Trial 3 Bus Demonstration. Spring 2018 Trial Bus Demonstration Spring 018 What is VENTURER? Where did we do it? VENTURER is a 5m research and development project funded by government and industry and delivered by Innovate UK. Throughout the

More information

Aria Etemad Volkswagen Group Research. Key Results. Aachen 28 June 2017

Aria Etemad Volkswagen Group Research. Key Results. Aachen 28 June 2017 Aria Etemad Volkswagen Group Research Key Results Aachen 28 June 2017 28 partners 2 // 28 June 2017 AdaptIVe Final Event, Aachen Motivation for automated driving functions Zero emission Reduction of fuel

More information

Toyota s トヨタの安全への取り組み

Toyota s トヨタの安全への取り組み 2016 Technology Media Trip Toyota s トヨタの安全への取り組み Safety Initiatives Toyota Motor Corporation Assistance Chief Safety Technology Office Seigo Kuzumaki 29 August, 2016 1 Transition of Traffic Accident Fatalities(Global)

More information

Pre Commercial Procurement Austrian Pilot Calls

Pre Commercial Procurement Austrian Pilot Calls Pre Commercial Procurement Austrian Pilot Calls MLE Innovation Procurement, November 29th 2017, Madrid Jeannette Klonk, Austrian Research Promotion Agency ANCHORING PCP IN THE AUSTRIAN R&I POLICY CONTEXT

More information

Valeo reports 14% growth in consolidated sales for third quarter 2011

Valeo reports 14% growth in consolidated sales for third quarter 2011 24.11 Valeo reports 14 growth in consolidated sales for third quarter 2011 Third quarter 2011-14 growth in consolidated sales (12 on a like-for-like basis 1 ) to 2,662 million euros - 17 growth in original

More information

Driving simulation and Scenario Factory for Automated Vehicle validation

Driving simulation and Scenario Factory for Automated Vehicle validation Driving simulation and Scenario Factory for Automated Vehicle validation Pr. Andras Kemeny Scientific Director, A. V. Simulation Expert Leader, Renault INDEX 1. Introduction of autonomous driving 2. Validation

More information

The IAM in Pre-Selection of global automotive trends impacting the independent multi-brand aftermarket

The IAM in Pre-Selection of global automotive trends impacting the independent multi-brand aftermarket The IAM in 2030 Pre-Selection of global automotive trends impacting the independent multi-brand aftermarket 10th of June 2016 The automotive aftermarket is based on a highly complex value chain with a

More information

Brignolo Roberto, CRF ETSI Workshop Feb, , Sophia Antipolis

Brignolo Roberto, CRF ETSI Workshop Feb, , Sophia Antipolis SAFESPOT Integrated Project Co-operative operative Systems for Road Safety Smart Vehicles on Smart Roads Brignolo Roberto, CRF Roberto.Brignolo@crf.it 1 General figures Project type: Integrated Project

More information

B3. Incorporating innovation - How to plan for Alternative Fuel Infrastructure

B3. Incorporating innovation - How to plan for Alternative Fuel Infrastructure 14-15 MAY 2018 NICOSIA, CYPRUS B3. Incorporating innovation - How to plan for Alternative Fuel Infrastructure Enhancing alternative fuels use through a vision, targets and policy Françoise Guaspare Ile-de-France

More information

INFRASTRUCTURE SYSTEMS FOR INTERSECTION COLLISION AVOIDANCE

INFRASTRUCTURE SYSTEMS FOR INTERSECTION COLLISION AVOIDANCE INFRASTRUCTURE SYSTEMS FOR INTERSECTION COLLISION AVOIDANCE Robert A. Ferlis Office of Operations Research and Development Federal Highway Administration McLean, Virginia USA E-mail: robert.ferlis@fhwa.dot.gov

More information

THE WAY TO HIGHLY AUTOMATED DRIVING.

THE WAY TO HIGHLY AUTOMATED DRIVING. December 15th, 2014. THE WAY TO HIGHLY AUTOMATED DRIVING. DR. WERNER HUBER, HEAD OF DRIVER ASSISTANCE AND PERCEPTION AT BMW GROUP RESEARCH AND TECHNOLOGY. AUTOMATION IS AN ESSENTIAL FEATURE OF THE INTELLIGENT

More information

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

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

More information

European Bus System of the Future

European Bus System of the Future European Bus System of the Future Project Experience Brussels, 13 th November 2013 1 Research and Innovation in Public Transport Innovation in PT = high investments / bad ROI Financial risk sharing welcome

More information

Volkswagen of America, Inc. s Electronics Research Laboratory

Volkswagen of America, Inc. s Electronics Research Laboratory s Electronics Research Laboratory Research for Safer Vehicles Autonomous driving is an important topic for Volkswagen Research, in the context of advances in driver assistance systems that Volkswagen and

More information

Siemens ADAS. Collision avoidance as the first step towards autonomous driving

Siemens ADAS. Collision avoidance as the first step towards autonomous driving Siemens ADAS Collision avoidance as the first step towards autonomous driving siemens.com/mobility-services Advanced Driver Assistance Systems help to avoid collisions and represent the first step towards

More information

ecomove EfficientDynamics Approach to Sustainable CO2 Reduction

ecomove EfficientDynamics Approach to Sustainable CO2 Reduction ecomove EfficientDynamics Approach to Sustainable CO2 Reduction Jan Loewenau 1, Pei-Shih Dennis Huang 1, Geert Schmitz 2, Henrik Wigermo 2 1 BMW Group Forschung und Technik, Hanauer Str. 46, 80992 Munich,

More information

The AutomotiveINNOVATIONS Award 2013: Volkswagen continues to be the most innovative OEM Mercedes-Benz wins in the brand ranking

The AutomotiveINNOVATIONS Award 2013: Volkswagen continues to be the most innovative OEM Mercedes-Benz wins in the brand ranking Press release The AutomotiveINNOVATIONS Award 2013: Volkswagen continues to be the most innovative OEM Mercedes-Benz wins in the brand ranking AutomotiveINNOVATIONS Award 2013 from CAM and PwC: Volkswagen

More information

Volvo outlook on vehicle automation

Volvo outlook on vehicle automation Volvo outlook on vehicle automation Lars Bjelkeflo, Advanced Technology and Research Kärnvärden Drivers for automation of commercial vehicles Safety Environmental Productivity & Cost Safety Active Safety

More information

University of Michigan s Work Toward Autonomous Cars

University of Michigan s Work Toward Autonomous Cars University of Michigan s Work Toward Autonomous Cars RYAN EUSTICE NAVAL ARCHITECTURE & MARINE ENGINEERING MECHANICAL ENGINEERING, AND COMPUTER SCIENCE AND ENGINEERING Roadmap Why automated driving? Next

More information

The FIA s involvement in Connected Vehicles. Marcin Budkowski ITU symposium, 5/3/2015

The FIA s involvement in Connected Vehicles. Marcin Budkowski ITU symposium, 5/3/2015 The FIA s involvement in Connected Vehicles Marcin Budkowski ITU symposium, 5/3/2015 Introduction The FIA Non-profit global organization headquartered in Paris and founded in 1904. International association

More information

Focused acceleration: a strategic approach to climate action in cities FEBEG ENERGY EVENT, BRUSSELS, JUNE 27, 2018

Focused acceleration: a strategic approach to climate action in cities FEBEG ENERGY EVENT, BRUSSELS, JUNE 27, 2018 Focused acceleration: a strategic approach to climate action in cities FEBEG ENERGY EVENT, BRUSSELS, JUNE 27, 2018 The world s human activity is concentrated in cities 50+% of the global population 80%

More information

neuron An efficient European cooperation scheme

neuron An efficient European cooperation scheme DIRECTION GÉNÉRALE INTERNATIONALE January, 2012 neuron An efficient European cooperation scheme I - INTRODUCTION 2 II - AIM OF THE neuron PROGRAMME 3 III - PROGRAMME ORGANISATION 4 IV - AN EFFICIENT EUROPEAN

More information

International Forum on Automotive Lighting, China (IFAL): HELLA Showcases Its Innovative Lighting Technologies

International Forum on Automotive Lighting, China (IFAL): HELLA Showcases Its Innovative Lighting Technologies International Forum on Automotive Lighting, China (IFAL): HELLA Showcases Its Innovative Lighting Technologies Comprehensive lighting system integrating intelligent safety with individual comfort HELLA

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

BMW GROUP TECHNOLOGY WORKSHOPS AUTOMATED DRIVING-DIGITALIZATION MOBILITY SERVICES. December 2016

BMW GROUP TECHNOLOGY WORKSHOPS AUTOMATED DRIVING-DIGITALIZATION MOBILITY SERVICES. December 2016 BMW GROUP TECHNOLOGY WORKSHOPS AUTOMATED DRIVING-DIGITALIZATION MOBILITY SERVICES December 2016 DISCLAIMER. This document contains forward-looking statements that reflect BMW Group s current views about

More information

Energy ITS: What We Learned and What We should Learn

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

More information

Automated Vehicles: Terminology and Taxonomy

Automated Vehicles: Terminology and Taxonomy Automated Vehicles: Terminology and Taxonomy Taxonomy Working Group Presented by: Steven E. Shladover University of California PATH Program 1 Outline Definitions: Autonomy and Automation Taxonomy: Distribution

More information

LiDAR and the Autonomous Vehicle Revolution for Truck and Ride Sharing Fleets

LiDAR and the Autonomous Vehicle Revolution for Truck and Ride Sharing Fleets July 12, 2017 LiDAR and the Autonomous Vehicle Revolution for Truck and Ride Sharing Fleets Louay Eldada CEO and Co-founder, Quanergy Systems New Paradigm in 3D Sensing Disruptive Technologies: Solid State

More information

Industrial machinery and heavy equipment. Hatz Diesel. Developing a water-cooled industrial engine with the help of Siemens PLM Software

Industrial machinery and heavy equipment. Hatz Diesel. Developing a water-cooled industrial engine with the help of Siemens PLM Software Industrial machinery and heavy equipment Product Simcenter Manufacturer uses Simcenter Amesim to design diesel engines faster and more efficiently Business challenges Meet strict governmental standards

More information