roadrunner.hdmap.Junction
Description
A roadrunner.hdmap.Junction
object enables you to define the
structure for representing junctions in a RoadRunner HD Map scene model. Junctions represent a logical grouping of a set of lanes,
typically involving a crossing (or convergence or divergence) between multiple roadways. Use
this object to define the geometry and connectivity of lanes at a crossing between multiple
roadways.
Creation
Description
creates
an empty lane junction.junction
= roadrunner.hdmap.Junction
sets the properties of the junction using one or more name-value arguments. For example,
junction
= roadrunner.hdmap.Junction(Name=Value
)ID="Junction1"
specifies the ID of the junction as
"Junction1"
.