Class LaneOffsetAction
- Applied Stereotypes:
-
XSDcomplexType
This action describes a continuously kept lane offset of an entity and its initial transition to the new lane offset. The lane offset may be given in absolute or relative terms. The dynamics are specified by providing the maxLateralAcc used to keep the lane offset. Lane offset keeping starts immediately at start of the action and ends after the given duration. Different shapes can be used for the initial transition. Step defines an immediate transition, i.e. a jump from the current lane offset to the target lane offset. Usage of time and distance does not make any sense in combination with step; linear will result in a linear movement between the start and target lane offset; cubic and sinusoidal will result in smooth transitions (basically s-shaped) between start and end state. A smooth transition is only given with cubic and sinusoidal shape.
- Used in:
-
LateralAction
Properties |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
continuous |
boolean |
1..1 |
XSDattribute
|
If false, the action ends when the target lane is reached. If true it does not end but has to be stopped.
|
laneOffsetActionDynamics |
LaneOffsetActionDynamics |
1..1 |
|
Parameters defining the dynamics of the LaneOffsetAction.
|
laneOffsetTarget |
LaneOffsetTarget |
1..1 |
|
Parameters indicating if the lane offset is defined relative to another entity or absolute to the current lane's center line.
|
|
Migration Information from XSD 0.9.1 |
- Derived From:
- OSCPrivateAction.Lateral.LaneOffset
|
Property Name |
XSD Type |
XSD 0.9.1 Name |
Migration |
continuous |
Attribute |
N/A |
Created for version 1.0. |
laneOffsetActionDynamics |
Element |
Dynamics |
Renamed |
laneOffsetTarget |
Element |
Target |
Renamed |
|
XSD 1.0 Representation |
<xsd:complexType name="LaneOffsetAction">
<xsd:all>
<xsd:element name="LaneOffsetActionDynamics" type="LaneOffsetActionDynamics"/>
<xsd:element name="LaneOffsetTarget" type="LaneOffsetTarget"/>
</xsd:all>
<xsd:attribute name="continuous" type="Boolean" use="required"/>
</xsd:complexType>
|
|
To XSD To XSLT To XSD Tree