dimatura / pypcd

PCL pcd fileformat i/o in Python
Other
266 stars 196 forks source link

fix cStringIO issue in python3 #14

Closed jiangwei221 closed 5 years ago

jiangwei221 commented 5 years ago

cStringIO is removed from python3. Tested on bunny.pcd ascii file.

jiangwei221 commented 5 years ago

didn't see the previous open PR, seems klintan already added the support for python3.