Class LaneChangeAction
- Applied Stereotypes:
-
XSDcomplexType
This action describes the transition between an entity's current lane and its target lane. The target lane may be given in absolute or relative terms. The dynamics of the transition may be given either by providing the time or the distance required for performing the transition. Time and distance are measured between the start position and the end position of the action.. The transition starts at the current lane position, including the current lane offset and ends at the target lane position, optionally including a targetLaneOffset.
- Used in:
-
LateralAction
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
targetLaneOffset |
double |
0..1 |
XSDattribute
|
Lane offset to be reached at the target lane; the action will end there. Unit: m.
|
laneChangeActionDynamics |
TransitionDynamics |
1..1 |
|
Shape/time of lane change action.
|
laneChangeTarget |
LaneChangeTarget |
1..1 |
|
Direction of lane change action.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCPrivateAction.Lateral.LaneChange
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
targetLaneOffset |
Attribute |
targetLaneOffset |
|
laneChangeActionDynamics |
Element |
Dynamics |
Renamed |
laneChangeTarget |
Element |
Target |
Renamed |
|
XSD 1.0 Representation |
<xsd:complexType name="LaneChangeAction">
<xsd:all>
<xsd:element name="LaneChangeActionDynamics" type="TransitionDynamics"/>
<xsd:element name="LaneChangeTarget" type="LaneChangeTarget"/>
</xsd:all>
<xsd:attribute name="targetLaneOffset" type="Double" use="optional"/>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree