OSI KPIs definitions
|
A lane boundary defining the border of a lane. More...
Classes | |
class | BoundaryPoint |
A single point of a lane boundary. More... | |
class | Classification |
Classification data of a lane boundary. More... | |
A lane boundary defining the border of a lane.
The left and right lane boundary define the width of the lane. Additionally, free markings can be defined, e.g. at construction sites. Free markings across multiple lanes may be defined multiple times for all affected lanes.
field | type | repeated | Requirements |
---|---|---|---|
id | Identifier | No | Must be global unique |
boundary_line | LaneBoundary::BoundaryPoint | Yes | Must be set and valid |
classification | LaneBoundary::Classification | No | Must be set and valid |
BoundaryPoint
has to be at the start and another at the end of each dashed line segment. The first BoundaryPoint
defines the beginning of the first dashed lane marking. The last BoundaryPoint
defines the end of the last dashed lane marking. For example, the area between the second and third BoundaryPoint
has no lane marking, and so on.BoundaryPoint
position has to define each Botts' dot.