Skip to content

A tool for generating OpenDRIVE maps from OpenStreetMap data

Notifications You must be signed in to change notification settings

CWGran/osm2opendrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osm2opendrive

A tool for generating Apollo OpenDRIVE maps from OpenStreetMap data

Apollo OpenDrive

Apollo is an architecture for autonomous driving developed by Baidu. They have made a modified version of the OpenDrive standard to suit their needs better.

This project aims to create a tool for generating maps in the Apollo version of the OpenDrive specification using data from OpenStreetMap.

Usage

usage: osm2od.py [-h] [-c CONFIG] [-z ZONE] [-p] file

positional arguments:
  file                  Input filename

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG, --config CONFIG
                        Manually set lane numbers and widths based on road
                        names
  -z ZONE, --zone ZONE  UTM zone, example: -z 32V
  -p, --pretty          Prettify output

Example config

Road name, Number of lanes, Lane width (meters)

Sem Sælands Vei, 1, 5

About

A tool for generating OpenDRIVE maps from OpenStreetMap data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages