laneData
Description
The laneData
object stores recorded lane boundary data and
associates it with the timestamps at which it was recorded.
Creation
Description
creates an empty lanedata
= laneDatalaneData
object lanedata
.
creates a lanedata
= laneData(timestamp
,lbdata
)laneData
object initialized with the recorded lane boundaries lbdata
at the
associated timestamps timestamp
. The timestamp
argument sets the TimeStamp
property, and the
lbdata
argument sets the LaneBoundaryData
,
StartTime
, EndTime
, and
NumSamples
properties of the returned laneData
object lanedata
.
sets properties using
one or more name-value arguments.lanedata
= laneData(___,Name=Value
)
Note
This object requires the Scenario Builder for Automated Driving Toolbox™ support package. You can install the Scenario Builder for Automated Driving Toolbox support package from the Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Input Arguments
Properties
Object Functions
readData | Read lane boundary data from lane data object |
addData | Add lane information to lane data object |
removeData | Remove data from lane data object |
findNearest | Find lane information nearest to specified timestamps in lane data object |
updateTime | Update timestamps of lane data object |