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
It seems intuitive that everything created by point_cloud_to_fileobj() should be readable by point_cloud_from_fileobj(), but when data_compression="binary" is passed, the deserialization loops forever in search of a line beginning with "DATA".
The text was updated successfully, but these errors were encountered:
pypcd/pypcd/pypcd.py
Line 313 in 20b032b
It seems intuitive that everything created by
point_cloud_to_fileobj()
should be readable bypoint_cloud_from_fileobj()
, but whendata_compression="binary"
is passed, the deserialization loops forever in search of a line beginning with"DATA"
.The text was updated successfully, but these errors were encountered: