Skip to content

MrRen-sdhm/python-pcl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

954 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu16.04

PCL1.8.1

VTK7.1.1

Python3.5

1、install ppython dependence

pip install --upgrade pip
pip install Cython==0.29.6
pip install numpy==1.15.1

2、install python-pcl

git clone https://github.com/strawlab/python-pcl.git
cd python-pcl

system enviroment:
sudo python setup.py build_ext -i
sudo python setup.py install

virtual enviroment:
python setup.py build_ext -i
python setup.py install

About

Python bindings to the pointcloud library (pcl)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.0%
  • C++ 0.5%
  • PowerShell 0.4%
  • Batchfile 0.1%
  • C 0.0%
  • Dockerfile 0.0%