Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Georg Tanzmeister is active.

Publication


Featured researches published by Georg Tanzmeister.


IEEE Intelligent Transportation Systems Magazine | 2015

Experience, Results and Lessons Learned from Automated Driving on Germany's Highways

Michael Aeberhard; Sebastian Rauch; Mohammad Bahram; Georg Tanzmeister; Julian Thomas; Yves Pilat; Florian Homm; Werner Huber; Nico Kaempchen

The BMW Group Research and Technology has been testing automated vehicles on Germanys highways since Spring 2011. Since then, thousands of kilometers have been driven on the highways around Munich, Germany. Throughout this project, fundamental technologies, such as environment perception, localization, driving strategy and vehicle control, were developed in order to safely operate prototype automated vehicles in real traffic with speeds up to 130 km/h. The goal of this project was to learn what technologies are necessary for automated driving. This paper presents the architecture and algorithms developed during this project, results from real driving scenarios, the lessons learned throughout the project and a quick introduction into the latest developments for improving the system.


ieee intelligent vehicles symposium | 2013

Interactive scene prediction for automotive applications

Andreas Lawitzky; Daniel Althoff; Christoph F. Passenberg; Georg Tanzmeister; Dirk Wollherr; Martin Buss

In this work, a framework for motion prediction of vehicles and safety assessment of traffic scenes is presented. The developed framework can be used for driver assistant systems as well as for autonomous driving applications. In order to assess the safety of the future trajectories of the vehicle, these systems require a prediction of the future motion of all traffic participants. As the traffic participants have a mutual influence on each other, the interaction of them is explicitly considered in this framework, which is inspired by an optimization problem. Taking the mutual influence of traffic participants into account, this framework differs from the existing approaches which consider the interaction only insufficiently, suffering reliability in real traffic scenes. For motion prediction, the collision probability of a vehicle performing a certain maneuver, is computed. Based on the safety evaluation and the assumption that drivers avoid collisions, the prediction is realized. Simulation scenarios and real-world results show the functionality.


international conference on robotics and automation | 2014

Grid-based mapping and tracking in dynamic environments using a uniform evidential environment representation

Georg Tanzmeister; Julian Thomas; Dirk Wollherr; Martin Buss

Mapping and tracking in dynamic environments for autonomously-moving robots is still challenging, despite being essential tasks. They are often done separately using occupancy grids and established object tracking algorithms. In this work, an approach is presented that estimates a uniform, low-level, grid-based world model including dynamic and static objects, their uncertainties, as well as their velocities. It does not require existing object tracks to filter out data points not used for creating and updating the map. Nor does it require that measurements can be classified into belonging to a static or to a moving object. Promising results from experiments with an autonomous vehicle equipped with a laser scanner demonstrate the usefulness of the approach.


IEEE Transactions on Intelligent Transportation Systems | 2014

Efficient Evaluation of Collisions and Costs on Grid Maps for Autonomous Vehicle Motion Planning

Georg Tanzmeister; Martin Friedl; Dirk Wollherr; Martin Buss

Collision checking is the major computational bottleneck for many robot path and motion planning applications, such as for autonomous vehicles, particularly with grid-based environment representations. Apart from collisions, many applications benefit from incorporating costs into planning; cost functions or cost maps are a common tool. Similar to checking a single configuration for collision, evaluating its cost using a grid-based cost map also requires examining every cell under the robot footprint. This work gives theoretical and practical insights on how to efficiently check a large number of configurations for collision and cost. As part of this work, configuration space costs are formulated, which can be seen as generalization of configuration space obstacles allowing a complete configuration check incorporating the robot geometry to be done using a single lookup. Furthermore, this paper presents two efficient algorithms for their calculation: FAMOD, an approximate method based on convolution, which is independent of the size and the shape of the robot mask, and vHGW-360, an exact method based on the van Herk-Gil-Werman morphological dilation algorithm, which can be used if the robot shape is rectangular. Both algorithms were implemented and evaluated on graphics hardware to demonstrate the applicability and benefit to real-time path and motion planning systems.


international conference on intelligent transportation systems | 2013

Path planning on grid maps with unknown goal poses

Georg Tanzmeister; Martin Friedl; Dirk Wollherr; Martin Buss

Path planning for robots typically consists of finding a path from a given start state to one or multiple given goal states. However, there are situations in which the pose of the goal state is not explicitly known, e.g. in sensor-based autonomous driving in unknown environments. This paper presents a path planner that is capable of planning feasible paths in the absence of goal poses. The approach combines the advantages of both the focused search of A* and the uniformly-exploring search of Rapidly Exploring Random Trees. With this approach, it is possible to quickly find potential goal states and their corresponding paths and to continue the exploration as processing time allows. Furthermore, it is shown how to cluster paths to extract the main possible directions. Results on simulation and real data are given to demonstrate the utility and efficiency of the proposed approach.


ieee intelligent vehicles symposium | 2013

Road course estimation in unknown, structured environments

Georg Tanzmeister; Martin Friedl; Andreas Lawitzky; Dirk Wollherr; Martin Buss

The road course is an essential feature for many driver assistance systems and for autonomously-maneuvering vehicles. It is commonly stored in a map and hence assumed to be known a-priori. There are however situations in which the map data can become invalid, such as in road construction sites. In other situations, localization in the map might not be accurate enough, which can happen, for example, in dense urban areas. In this work, a novel approach to road course estimation is presented that is based on path planning through grid maps under non-holonomic and velocity constraints. With this approach, it is possible to estimate the road boundaries on a wide range of roads, including roads with continuous as well as discontinuous borders, roads exhibiting strong curvatures or S-shapes and road junctions. Furthermore, a plausibility measure is given to validate the road course and it is shown how the road center can be smoothed.


IEEE Transactions on Intelligent Transportation Systems | 2017

Evidential Grid-Based Tracking and Mapping

Georg Tanzmeister; Dirk Wollherr

Tracking and mapping the local environment form the basis of an autonomous vehicle system. They are often realized separately using occupancy grids, which do not require object or shape assumptions, and model-based object tracking algorithms. Many approaches require a binary classification of the sensor measurements into coming from a static or from a dynamic object, as otherwise inconsistencies between the different representations are likely to occur. This paper presents grid-based tracking and mapping (GTAM), a low-level grid-based approach that simultaneously estimates the static and the dynamic environment, their uncertainties, velocities, as well as information about free space. GTAM works on the level of grid cells, rather than creating object hypotheses. A particle filter is used to obtain continuous cell velocity distributions for all obstacles. Continuous evidences in a Dempster–Shafer model are derived without requiring a binary pre-classification of the sensor measurements. Results and evaluations using a vehicle moving in real dynamic street environments demonstrate the performance of the presented approach.


IEEE Transactions on Vehicular Technology | 2016

Grid-Based Multi-Road-Course Estimation Using Motion Planning

Georg Tanzmeister; Dirk Wollherr; Martin Buss

Knowing the course of the road, together with the corresponding road boundaries is an essential component of many advanced driver-assistance systems and of autonomous vehicles. This work presents an indirect grid-based approach for road course estimation. Due to the grid representation, it is independent of specific features or particular sensors and is able to handle continuous as well as sparse road boundaries of arbitrary shape. Furthermore, the number of road courses in the scene is determined to detect road junctions and forks in the road, and the boundaries of each road course are individually estimated. The approach is based on local path planning and path clustering to find the principal moving directions through the environment. They separate the boundaries and are used for their extraction. The set of local paths and principal moving directions is reduced with approximate knowledge of the road velocity paired with system constraints, and validation and tracking assure the required robustness. Experimental results from autonomous navigation of a vehicle through an unmapped road construction site as well as quantitative evaluations demonstrate the performance of the method.


intelligent robots and systems | 2014

Environment-based Trajectory Clustering to Extract Principal Directions for Autonomous Vehicles

Georg Tanzmeister; Dirk Wollherr; Martin Buss

This work presents a trajectory clustering approach that groups trajectories without the need of manually-tuned distance thresholds. Contrary to trajectory clustering approaches that use continuous, often geometrically-motivated similarity measures, path similarity is binary. Similar to homotopy classes, path equivalence is based on the obstacles in the environment. The goal states are, however, not fixed, but the paths have certain length restrictions. The equivalence is efficiently checked by closing the paths with sampled intermediate trajectories and using point-in-polygon tests. The proposed algorithm has linear complexity in the number of paths for non-overlapping clusters and, under certain assumptions, also in the case of overlapping clusters. Experimental results from an integration into a path-planning-based road course estimation system are shown and compared to a traditional distance-similarity cluster analysis to demonstrate the performance.


ieee intelligent vehicles symposium | 2017

Object tracking based on evidential dynamic occupancy grids in urban environments

Sascha Steyer; Georg Tanzmeister; Dirk Wollherr

Occupancy grid mapping approaches, especially those that additionally estimate the dynamics, enable a robust and consistent modeling of the local environment in a cell-level representation. But a scene understanding of surrounding traffic participants requires a generalized object-level representation. This work presents an object tracking approach based on dynamic occupancy grids. The association of occupied grid cells with existing object tracks is solved individually on the cell-level without clustering or forming object hypotheses. New object tracks are extracted using a clustering strategy and a velocity variance analysis of neighboring occupied cells to reduce false positives. In order to improve the estimates of the position and size, an object boundary extraction is presented that takes the surrounding free space of the selected box representation into account. Experimental results with real sensor data show the effectiveness of the proposed object tracking approach in challenging urban scenarios with dense traffic.

Collaboration


Dive into the Georg Tanzmeister's collaboration.

Researchain Logo
Decentralizing Knowledge