Main Content

File I/O

Read and visualize automotive data from external sources

Automated Driving Toolbox™ provides several features to read and visualize automotive data from various third-party files. There is a wide variety of file formats available in the industry, which store automotive data in different formats. Automotive data includes data from sensors such as lidars, IMUs, cameras as well as vehicle state information, CAN messages and any other custom measurements.

Velodyne® lidars store point cloud data in packet capture (PCAP) files. Point clouds are also stored in PLY or PCD files. Ibeo® sensors, which are developed by Ibeo Automotive® Systems, create Ibeo data container files that can contain data for multiple sensors simultaneously, such as IMU, GPS, camera, and lidar. ADTF (Automotive Data and Time-Triggered Framework) is a data format developed by Elelktrobit that can also store data from multiple automotive sensors simultaneously. HERE HD Live Map (HERE HDLM) is a web service that provides high-definition map data for automated driving applications.

Automated Driving Toolbox supports reading and visualizing data from all the file formats above. Other file formats may require additional toolbox licenses.

Functions

expand all

adtfFileReaderRead stream information from ADTF DAT file (Since R2022a)
selectCreate reader for selected subset of ADTF DAT file data (Since R2022a)
adtfStreamReaderStream reader for ADTF DAT file (Since R2022a)
readRead all data items from ADTF DAT file selection (Since R2022a)
readNextRead next available data item from each stream of ADTF DAT file selection (Since R2022a)
hasNextCheck if the ADTF DAT file selection has next data (Since R2022a)
resetReset stream reader to first data item in ADTF DAT file selection (Since R2022a)
ibeoFileReaderRead message headers from Ibeo Data Container (IDC) file (Since R2021a)
selectSelect subset of messages to read from Ibeo Data Container (IDC) file (Since R2021a)
ibeoMessageReaderObject for reading message content from Ibeo Data Container (IDC) file (Since R2021a)
readMessagesRead messages from Ibeo Data Container (IDC) file selection (Since R2021a)
readNextMessageRead next message from Ibeo Data Container (IDC) file selection (Since R2021a)
hasNextMessageCheck if Ibeo Data Container (IDC) file selection has next message (Since R2021a)
resetReset to first message in Ibeo Data Container (IDC) file selection (Since R2021a)
velodyneFileReaderRead point cloud data from Velodyne PCAP file
hasFrameDetermine if another Velodyne point cloud is available
readFrameRead Velodyne point cloud from file
resetReset the CurrentTime property of velodyneFileReader object to the default value
pcreadRead 3-D point cloud from PLY or PCD file
pcwriteWrite 3-D point cloud to PLY or PCD file
hereHDLMReaderHERE HD Live Map reader
readRead HERE HD Live Map layer data
hereHDLMConfigurationConfigure HERE HD Live Map reader
hereHDLMCredentialsSet up or delete HERE HD Live Map credentials
rosbagOpen and parse rosbag log file (Since R2019b)
readMessagesRead messages from rosbag (Since R2019b)
rosbagreaderAccess rosbag log file information (Since R2021b)
rosbagwriterCreate and write logs to rosbag log file (Since R2021b)
writeWrite logs to rosbag log file (Since R2021b)
selectSelect subset of messages in rosbag (Since R2019b)
timeseriesCreate time series object for selected message properties (Since R2019b)
lasFileReaderLAS or LAZ file reader (Since R2020b)

Topics

Related Information