python-pcl
python-pcl copied to clipboard
Python bindings to the pointcloud library (pcl)
Tried the code here: https://github.com/strawlab/python-pcl/blob/3e04e89169bbe15904a03aae6c76b1f4dc20cca5/examples/official/octree/octree_search.py Doesnt work with the following error: AttributeError: 'pcl._pcl.PointCloud' object has no attribute 'make_octreeSearch' I used conda to install from https://anaconda.org/ccordoba12/python-pcl This maybe a python-pcl version...
* Operating System and version: windows10 * Compiler: * PCL Version: 0.3 * Cython Version: Hi In the example of pcl , i got error: import pcl p = pcl.PointCloud()...
I have pcl 1.8.1 on ubuntu 18.04, and python-pcl version is 0.3.0a1. I'm using Pycharm, but it throws this error on the first line of import pcl: libpcl_keypoints.so.1.7: cannot open...
hello, I have installed PCL1.6.0, pcl-1.6.0-pdb-msvc2010-win32, Primesense and openNI. I am not sure if I have to further configure PCL to work with Anaconda. I also tried copying the PCL...
I do not believe it has been tested on a regular Ubuntu 18.04... Compile from source: 1. python-pcl assumes you are using python 2 while you are trying to run...
there isn't setShapeRenderingProperties() in pcl.pcl_visualization.PCLVisualizering()?I need this function to configure the cube's properties. ## Your Environment * windows 10 x64 * Compiler: * PCL Version:0.3 * Cython Version:0.29.21 ## Context...
I would like to render a cubes on top of the pointcloud, which function should I use and what is the interface of this function Thanks in advance
Cython limited to 0.25.2 prevent use in python 3.7 and newer It would also be nice to be able to use PCL 1.11 if possible ## Your Environment * Operating...
I followed the instructions, have pcl and other dependencies install. Yet I get the error when I run the setup file: ``` :~/python-pcl-master$ python setup.py build_ext -i running build_ext cythoning...
## Environment * Operating System and version: Ubuntu 18.04 LTS * Compiler: gcc (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0 * PCL Version: 1.8.1 * Cython Version: 0.29.21 # Issue Our code is generating...