python-pcl icon indicating copy to clipboard operation
python-pcl copied to clipboard

Python bindings to the pointcloud library (pcl)

Results 105 python-pcl issues
Sort by recently updated
recently updated
newest added

## Your Environment * Operating System and version: * Compiler: * PCL Version: * Cython Version: ## Context ## Expected Behavior ## Current Behavior ## Code to Reproduce ## Possible...

When I attempt to import python-pcl (pcl) in the python console I get the following error: `>>> import pcl Traceback (most recent call last): File "", line 1, in File...

Hi there, I am wondering if there is a particular way to cite this library in a paper? Thanks!

Hi I got the following exception when I execute the cropbox example: AttributeError: 'pcl._pcl.PointCloud' object has no attribute 'make_cropbox' any idea?

question

Typo correction in rot_z for matrix construction. These functions are local and not relevant to the test, so this will not break (or fix) anything. --- This change is [](https://reviewable.io/reviews/strawlab/python-pcl/364)

I installed pcl via `sudo apt install libpcl-dev` and then installed `python-pcl`. The build process looked good, but I could not import pcl in python. ``` In [1]: import pcl...

platform: linux

## Your Environment * Operating System and version: windows 10 * Compiler: python 3.6 * PCL Version: 0.3 * Cython Version:0.2 ## Context hello,when i import pcl,it shows this error:...

I wrote an extension (cythontest.pyx) of regiongrowingrgb base on python-pcl ,how should I compile them, only compiled cythontest.pyx, or using your setup.py and compiled with _pcl.pyx? ## Your Environment *...

I have installed PCL 18.1 and gtk+,but when I excute "python setup.py build_ext -i" it has error : setup.py : error: cannot find PCL, tried pkg-config pcl_common-1.8 pkg-config pcl_common-1.7 pkg-config...

when the VTKWindows show Normals, the error appears "no override found for "vtkactor" " is there someone have the same question? And who can help me ? thks