Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 773 Bytes

getting-started.mdx

File metadata and controls

32 lines (21 loc) · 773 Bytes

Getting Started

Installation

Ensure that you have at least Java 11 installed:

java --version

Download the latest r:trån executable from the releases section and execute it:

java -jar rtron-*.jar --help

Quick Start

Copy your OpenDRIVE files into a directory named input-opendrive. A list of publicly available datasets can be found at awesome-openx.

Validate your OpenDRIVE files by running:

java -jar rtron-*.jar validate-opendrive ./input-opendrive ./output-reports

Convert your OpenDRIVE files to CityGML by running:

java -jar rtron-*.jar opendrive-to-citygml ./input-opendrive ./output-citygml