Module scenariogeneration.xodr

the xodr module contains the classes used to generate OpenDRIVE (xml) files.

Expand source code
# __init__.py
""" the xodr module contains the classes used to generate OpenDRIVE (xml) files.

"""
from .geometry import *
from .opendrive import *
from .lane import *
from .enumerations import *
from .links import *
from .generators import *
from .signals_objects import *
from .elevation import *
from .junction_creator import *
from .utils import *
from .lane_def import *

Sub-modules

scenariogeneration.xodr.elevation
scenariogeneration.xodr.enumerations
scenariogeneration.xodr.exceptions
scenariogeneration.xodr.generators
scenariogeneration.xodr.geometry
scenariogeneration.xodr.junction_creator
scenariogeneration.xodr.lane
scenariogeneration.xodr.lane_def
scenariogeneration.xodr.links
scenariogeneration.xodr.opendrive
scenariogeneration.xodr.signals_objects
scenariogeneration.xodr.utils