Main Content
roadrunner.hdmap.Reference
Description
The roadrunner.hdmap.Reference
object holds the id to the object
being referred to in RoadRunner HD Maps. For example, a Junction A can refer to Lane B by holding Lane B's id in
its reference.
Creation
Description
creates
an empty reference.ref
= roadrunner.hdmap.Reference()
sets the properties of the reference using name-value pairs.ref
= roadrunner.hdmap.Reference(Name=Value
)
Properties
Examples
Version History
Introduced in R2022b
See Also
roadrunnerHDMap
(RoadRunner) | roadrunner.hdmap.Lane
(RoadRunner) | roadrunner.hdmap.AlignedReference
(RoadRunner)