roadrunner.hdmap.LaneGroup
Description
A roadrunner.hdmap.LaneGroup
object enables you to define a group
of lanes with similar geometry in a RoadRunner HD Map scene model. The LaneGroup
geometry is used as a
general approximation for the geometry of the lanes contained within that group. The hierarchy
of the lane elements is defined as:
A lane group contains references to lanes.
A lane has references to its boundaries and its connected lanes.
A lane boundary has references to the lane markings.
Creation
Description
creates an empty lane group collection.aLaneGroup
= roadrunner.hdmap.LaneGroup()
sets the properties of the lane group collection using name-value pairs.aLaneGroup
= roadrunner.hdmap.LaneGroup(Name=Value
)
Properties
Examples
Version History
Introduced in R2022b
See Also
roadrunnerHDMap
(RoadRunner) | roadrunner.hdmap.Lane
(RoadRunner) | roadrunner.hdmap.LaneBoundary
(RoadRunner) | roadrunner.hdmap.LaneMarking
(RoadRunner)