addBoundaries
Syntax
Description
adds lane boundaries with the specified boundary IDs lbsegmentUpdated
= addBoundaries(lbsegment
,boundaryIDs
,boundaryPoints
)boundaryIDs
, and
the boundary points relative to the specified boundary IDs
boundaryPoints
, to the laneBoundarySegment
object lbsegment
, and returns an
updated laneBoundarySegment
object, lbsegmentUpdated
.
specifies options using one or more name-value arguments in addition to the input arguments
from the previous syntax. For example, lbsegmentUpdated
= addBoundaries(___,Name=Value
)Index=1
adds a new lane boundary
as the left-most boundary.
Note
This function requires the Scenario Builder for Automated Driving Toolbox™ support package. You can install the Scenario Builder for Automated Driving Toolbox support package from the Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024a