readEVD(file)

Version 1.3.0.0 (2.79 KB) by KaiDie
Read EVD binary file and convert it to textfile
108 Downloads
Updated 19 Feb 2015

View License

Read EVD binary file produced by Blensor (Blender Simulation Software) and save each single scan to text file with tabulator as delimiter.
Useful if you need time stamps.
Validated with Velodyne laser data against *.PCD file format.

More information: http://www.blensor.org/node/19
Call: readEVD(filename)
INPUT
- filename to evd binary file
OUTPUT
- *.txt with following format [Nx15]:
timestamp (double) yaw (double) pitch (double) distance (double) noisy distance (double) x (double) y (double) z (double) noisy x (double) noisy y (double) noisy z (double) red (double) green (double) blue (double) object id (double)

Cite As

KaiDie (2026). readEVD(file) (https://www.mathworks.com/matlabcentral/fileexchange/49697-readevd-file), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Data Import and Analysis in Help Center and MATLAB Answers
Version Published Release Notes
1.3.0.0

Parse input parameter

1.2.0.0

Update reader

1.1.0.0

Description

1.0.0.0