laneBoundaryGroup
Description
Add-On Required: This feature requires the Scenario Builder for Automated Driving Toolbox add-on.
The laneBoundaryGroup object connects lane boundary segments and
stores them as lane boundary groups.
Creation
Description
creates a lbgroup = laneBoundaryGroup(lbsegments)laneBoundaryGroup object lbgroup that
contains lane boundary groups consisting of connected lane boundary segments from the
input laneBoundarySegment objects lbsegments. The
lbsegments argument sets the BoundarySegments
property.
sets properties or
specifies additional options using one or more name-value arguments. For example,
lbgroup = laneBoundaryGroup(lbsegments,Name=Value)AlignAllBoundaryPoints=true aligns all the lane boundary points from
the input lane boundary segments laterally across the road.
Name-Value Arguments
Properties
Object Functions
plot | Plot lane boundary points |
updateSegmentConnections | Update lane boundary segment connections |
smoothBoundaries | Smooth lane boundaries |
getLanesInRoadRunnerHDMap | Create RoadRunner HD Map from lane information |
Examples
Tips
To obtain
laneBoundarySegmentobjects for your tracked lane boundaries, you can use theegoToWorldLaneBoundarySegmentsfunction.
Version History
Introduced in R2024a




