IDC file visualize in matlab

Hello everybody,
in my work i read the data from Ibeo Lidar, but the data are in format of idc.
how can i visualize the data using matlab?
what are the available functions to read and visualize this kind of file?

回答 (1 件)

Sindhu Karri
Sindhu Karri 2021 年 5 月 11 日

0 投票

Hii,
ibeoLidarReader function can be used to create a object that read metadata from IDC file and readMessages function can be used to read scanned data and point cloud messages.

3 件のコメント

Nadeem Alaa Eldeen
Nadeem Alaa Eldeen 2021 年 5 月 11 日
thank you for your answer
when i create an ibeoreader object i got meassages unsuppoerted. see the foto pls
could you write me the code to visualize the idc file.
best regards
Sindhu Karri
Sindhu Karri 2021 年 5 月 11 日
Currently ibeoFileReader function supports specific message types which are mentioned in the table present in Description section in below attached link.Also refer to Read and Visualize Sensor Messages from IDC File section to visualise message data.In your case the supported message type is 'vehicleState'.So replacing
imgReader = select(ibeoReader, 'image', timeRange)
with
imgReader = select(ibeoReader, 'vechileState', timeRange);
in the code provided in Read and Visualize Sensor Messages from IDC File section helps in visualization.
Nadeem Alaa Eldeen
Nadeem Alaa Eldeen 2021 年 5 月 11 日
but i am not interested in viheclestate, but in in scan point, to show a frame.

サインインしてコメントする。

タグ

質問済み:

2021 年 5 月 8 日

コメント済み:

2021 年 5 月 11 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by