Main Content
roadrunner.hdmap.Lane
Description
A roadrunner.hdmap.Lane
object enables you to define the
structure for representing lanes in a RoadRunner HD Map scene model. You can create an empty lane in a RoadRunner HD Map and assign properties to the lane to describe its geometry, travel
direction, lane boundaries, and lane type.
Creation
Description
creates an
empty lane.aLane
= roadrunner.hdmap.Lane()
sets the properties of the lane using name-value pairs.aLane
= roadrunner.hdmap.Lane(Name=Value
)
Properties
Object Functions
addPredecessor (RoadRunner) | Add predecessor to lane in RoadRunner HD Map using MATLAB |
addSuccessor (RoadRunner) | Add successor to lane in RoadRunner HD Map using MATLAB |
leftBoundary (RoadRunner) | Set left boundary of lane in RoadRunner HD Map using MATLAB |
rightBoundary (RoadRunner) | Set right boundary of lane in RoadRunner HD Map using MATLAB |
Examples
Version History
Introduced in R2022bSee Also
roadrunnerHDMap
(RoadRunner) | roadrunner.hdmap.LaneBoundary
(RoadRunner) | roadrunner.hdmap.LaneGroup
(RoadRunner) | roadrunner.hdmap.LaneMarking
(RoadRunner) | roadrunner.hdmap.Junction
(RoadRunner) | roadrunner.hdmap.Metadata