roadrunnerHDMapQuery
Description
A roadrunnerHDMapQuery object enables you to query specified
information from a RoadRunner HD Map using MATLAB®. You can retrieve information about the current lane, neighboring lanes, road
geometry, and projection point on the centerline of a lane at a specified actor pose within
the HD map. You can use this information to get lane attributes, determine lane connectivity,
and analyze road topology to support the localization of actors such as vehicles on the road
network. You can use this object to access both road network topology and geometric details
during scenario simulations to test and validate ADAS algorithms and systems.
Creation
Description
returns a rrHDMapQuery = roadrunnerHDMapQuery(rrHDMapStruct)roadrunnerHDMapQuery object, rrHDMapQuery,
that enables you to query information from the specified RoadRunner HD Map data rrHDMapStruct.
Input Arguments
Output Arguments
Object Functions
getLane | Get information about lane from RoadRunner HD Map |
getNeighborLanes | Get information about neighboring lanes from RoadRunner HD Map |
getRoadTerrain | Get road information from RoadRunner HD Map |
getProjectionPointOnLane | Get information about projection point on lane from RoadRunner HD Map |
Examples
Version History
Introduced in R2026a