Home

Awesome

Introduction

This repository contains center lines (x- and y-coordinates), track widths and race lines for over 20 race tracks (mainly F1 and DTM) all over the world. We are open for comments, suggestions and extensions!

Contact person: Alexander Heilmeier.

Included race tracks

Data Source and Processing

The original center lines were fetched as GPS points from the OpenStreetMap project (https://www.openstreetmap.org). We applied a smoothing algorithm to the center lines. The track widths were extracted from satellite images using an image processing algorithm. The race lines were calculated using our minimum curvature optimization algorithm, which is also available as open source software on GitHub (https://github.com/TUMFTM/global_racetrajectory_optimization).

Content and Data Format

The quality of the source data (GPS points and satellite images) varies greatly depending on the location. Accordingly, the quality of the results varies as well. Please bear this in mind and check whether the accuracy is sufficient for the desired application.

Working with the supplied format

If you want to work with the data in this repository we suggest to have look into our helper functions repository on GitHub: https://github.com/TUMFTM/trajectory_planning_helpers. For example, it contains functions to calculate splines and normal vectors such that the track data can be used in further algorithms or for plotting.

Acknowledgement

The image processing algorithm to extract the track widths was developed by Andressa de Paula Suiti during her semester thesis at the Chair of Automotive Technology of the Technical University of Munich.

Related open-source repositories