CommonRoad Scenario Designer Logo
latest
  • OpenDRIVE to CommonRoad Conversion
    • Quick Start Guide
      • Command Line Interface
      • Python APIs
    • Implementation Details
      • Code Structure
      • Parsing OpenDRIVE
      • Converting to Network of ParametricLanes
      • Converting ParametricLanes to Lanelets
        • Challenge: Splitting and joining lanelets
        • Smaller issues
  • Open Street Maps (OSM) to CommonRoad Conversion
    • Quick Start Guide
      • Command Line Interface
      • Python APIs
    • Implementation Details
      • Format differences
      • Important Files and Directories
      • Conversion Process
        • Lanelet Conversion
        • Traffic Sign Conversion
        • Traffic Light Conversion
        • Intersection Creation
    • When does the automated conversion work?
      • Scenarios That Will Work Well
      • Problematic Scenarios
        • Faulty OSM Data
        • Large Intersections
        • Narrow Winding Streets
        • Streets Running Close Together
        • Very Complicated Scenarios
        • Left Hand Traffic
    • External Data Sources
      • Geonames Scenario Infos
      • Mapillary Traffic Signs
    • Configuration
      • Benchmark Settings
      • Aerial Image Settings
      • Map Download Settings
      • Scenario Settings
      • Export Settings
      • Internal Settings
      • Traffic Lights
      • Traffic Signs
      • User Edit Activation
  • Converting Lanelet/Lanelet2 to CommonRoad and vice versa
    • Lanelet/Lanelet2 to CommonRoad
      • Quick Start Guide
        • Command Line Interface
        • Python APIs
      • Implementation Details
      • Flowchart of the conversion function
    • CommonRoad to Lanelet2
      • Quick Start Guide
        • Command Line Interface
        • Python APIs
      • Implementation Details
      • Flowchart of the conversion function
  • Vehicle Simulation using Simulation of Urban Mobility (SUMO)
    • Quick Start Guide
      • Command Line Interface
      • Python APIs
    • Implementation Details
      • Dynamic Obstacle Simulation with SUMO
      • Lanelet type conversion
      • Pedestrian path generation
      • Traffic Light conversion & generation
  • CommonRoad Scenario Designer GUI
    • Quick Start Guide
    • Implementation Details
CommonRoad Scenario Designer
  • opendrive.opendrive_conversion package
  • View page source

opendrive.opendrive_conversion package

Subpackages

  • opendrive.opendrive_conversion.plane_elements package
    • Submodules
    • opendrive.opendrive_conversion.plane_elements.border module
      • Border
        • Border.calc()
        • Border.get_next_width_coeffs()
    • opendrive.opendrive_conversion.plane_elements.crosswalks module
    • opendrive.opendrive_conversion.plane_elements.geo_reference module
      • get_geo_reference()
    • opendrive.opendrive_conversion.plane_elements.plane module
    • opendrive.opendrive_conversion.plane_elements.plane_group module
    • opendrive.opendrive_conversion.plane_elements.traffic_signals module
    • Module contents

Submodules

opendrive.opendrive_conversion.conversion_lanelet module

opendrive.opendrive_conversion.conversion_lanelet_network module

opendrive.opendrive_conversion.converter module

opendrive.opendrive_conversion.network module

opendrive.opendrive_conversion.utils module

Module contents


© Copyright 2021, Technical University of Munich. Revision 985a89eb.

Built with Sphinx using a theme provided by Read the Docs.