Skip to content

[fix] Check that calibration file is a CSV

Timothée Couble requested to merge fix/checkIfCalibrationFileIsCSV into master

If the calibration file is not a CSV, do not calibrate the interpreter.

This fix a crash when using LidarReader(FileName="...", CalibrationFile="...") in LidarView python shell

Merge request reports