11.9 Specific lane rules
It is possible to define special rules for certain lanes that are not specifically defined in the ASAM OpenDRIVE standard and which are stored in the used application.
Elements in UML model
<rule>
element
In ASAM OpenDRIVE, a lane rule is represented by the <rule>
element within the <lane>
element.
UML class: t_road_lanes_laneSection_lr_lane_rule XML tag: <rule> (Multiplicity: 0..*)
Used to add rules that are not covered by any of the other lane attributes that are described in this specification.
Name | Type | Use | Unit | Description |
---|---|---|---|---|
|
required |
m |
s-coordinate of start position, relative to the position of the preceding |
|
|
string |
required |
Free text; currently recommended values are |
Rules
The following rules apply to lane rules:
-
Applications may have specific lane rules that are only valid in the respective application, but not in ASAM OpenDRIVE.
-
asam.net:xodr:1.4.0:road.lane.rule.elem_asc_order:
<rule>
elements shall be defined in ascending order according to the s-coordinate.
Related topics