ChangeLateralOffsetAction
Description
The ChangeLateralOffsetAction
object represents a
Change Lateral Offset
action in the RoadRunner scenario logic. The Change Lateral Offset
action specifies
for the actor to change its lateral offset using the specified properties. Specifying
ChangeLateralOffsetAction
as the action type when adding an action to
your scenario adds a Change Lateral Offset
action to the specified phase in
the scenario logic. You can use the ChangeLateralOffsetAction
object to
programmatically modify the attributes of the corresponding Change Lateral
Offset
action by changing the property values of the object.
Creation
The addAction
function adds an
action of the specified type as a child to the specified phase. Specify the
actionType
argument as "ChangeLateralOffsetAction"
to
create a ChangeLateralOffsetAction
object associated with the specified
phase.
Properties
Examples
Version History
Introduced in R2025a
See Also
addAction
| ChangeSpeedAction
| ChangeLaneAction
| ChangeLongitudinalDistanceAction
| WaitAction
Topics
- Define Scenario Logic (RoadRunner Scenario)