Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 612 Bytes

install-pypcd.md

File metadata and controls

20 lines (14 loc) · 612 Bytes

Install pypcd

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.

Official website

Install from sources

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