class documentation

class Scenario__End__Coordinates(VectorData):

View In Hierarchy

Contains the coordinates of the end 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 final position of the plane. In the case of in-vehicle data acquisition, to the final position of the recording.

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

Is always 'scenario/end/coordinates'

val: tuple[float, float, float] =

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