roadrunner.hdmap.Junction
R2026bDescription
A roadrunner.hdmap.Junction object enables you to define a
junction in a RoadRunner HD Map scene model. A Junction represents 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. To learn how to create a complete T-junction with roads, maneuver lanes, and traffic
signal phases that include bulb-level signal control, see Build Signalized Junction Using RoadRunner HD Map.
Creation
Description
creates
an empty lane junction.junction = roadrunner.hdmap.Junction
specifies one or more properties of the junction using name-value arguments. For example,
junction = roadrunner.hdmap.Junction(PropertyName=Value)ID="Junction1" specifies the ID of the junction as
"Junction1".
Properties
Examples
Limitations
Although you can define traffic control logic using
roadrunner.hdmap.JunctionConfiguration,roadrunner.hdmap.Phase, androadrunner.hdmap.JunctionLaneStateobjects, and export it to an HD map file, RoadRunner does not visualize or apply this information when you import the map.