You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using kinfu and didn't notice my hard drive was full.
When saving a point could to a cloud_bin.pcd file by pressing 1 for saving as binary PCD (after having pressed t for taking a point cloud from the GPU), kinfu died with a bus error when writing the PCL file.
When pressing 2 instead of 1 (saving to a text file cloud.pcd), no bus error occurred. The written file was naturally truncated, but it would be much better if kinfu (or maybe the underlying PCL function that writes the point cloud to disk) could at least print a warning instead of dying silently.
The text was updated successfully, but these errors were encountered:
I was using
kinfu
and didn't notice my hard drive was full.When saving a point could to a
cloud_bin.pcd
file by pressing1
for saving as binary PCD (after having pressedt
for taking a point cloud from the GPU), kinfu died with abus error
when writing the PCL file.When pressing
2
instead of1
(saving to a text filecloud.pcd
), no bus error occurred. The written file was naturally truncated, but it would be much better ifkinfu
(or maybe the underlying PCL function that writes the point cloud to disk) could at least print a warning instead of dying silently.The text was updated successfully, but these errors were encountered: