FAST_LIO icon indicating copy to clipboard operation
FAST_LIO copied to clipboard

Scanned File gets corrupted beyond 1GB

Open sumedhfb opened this issue 1 year ago • 0 comments

[Change Made] - I am saving the scanned file as a .ply instead of .pcd (everything else is the same)

The code works fine for files under 1 GB. But once it goes beyond that, even thought the lasermap on RViz looks correct, the file gets corrupted. While reading the file with Open3D, I see errors like:

"RPly: Error reading 'x' of 'vertex' number 42201856"

When I tried to read the points, I realise the data till Vertex 42201855 has points and all points after that index are assigned to [0,0,0]. Am I missing anything?

Thank you in Advance.

sumedhfb avatar Oct 11 '24 20:10 sumedhfb