Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 551 Bytes

install-pypcd.md

File metadata and controls

18 lines (13 loc) · 551 Bytes

Install pypcd

Pure Python module to read and write point clouds stored in the PCD file format, used by the Point Cloud Library.

Official website

Install from sources

Open a terminal and execute the following commands (use python3 instead to install it for Python 3):

$ cd 
$ mkdir -p repos
$ cd repos
$ git clone https://github.com/dimatura/pypcd.git
$ cd pypcd
$ sudo python setup.py install