Pure Python module to read and write point clouds stored in the PCD file format, used by the Point Cloud Library.
Note: this module is currently not compatible with Python 3.
Open a terminal and execute the following commands:
$ cd
$ mkdir -p repos
$ cd repos
$ git clone https://github.com/dimatura/pypcd.git
$ cd pypcd
$ sudo python setup.py install