class documentation

class Scenario__Start__Coordinates(VectorData):

View In Hierarchy

Contains the coordinates of the start location of the scenario using the coordinate system also used within the OpenDRIVE file. In the case of aerial data acquisition, this refers to the initial position of the plane. In the case of in-vehicle data acquisition, to the initial position of the recording vehicle.

Class Variable name Is always 'scenario/start/coordinates'
Class Variable val The coordinates of the start position in the order x, y, z.
name: Literal['scenario/start/coordinates'] =

Is always 'scenario/start/coordinates'

val: tuple[float, float, float] =

The coordinates of the start position in the order x, y, z.