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

I'm unable to install this package on Ubuntu 20 with python3.8 ## Your Environment * Operating System and version: Ubuntu 20.04 LTS * Compiler: ? * PCL Version: `libpcl-dev/focal,now 1.10.0+dfsg-5ubuntu1...

tips: call createFromPointCloud Process finished with exit code -1073741819 (0xC0000005) so, Have someone tested this function? thks

These changes allowed me to install [python-pcl](https://github.com/strawlab/python-pcl/) using the newest PCL version (`sudo apt install libpcl-dev`) and import after applying this [fix](https://github.com/strawlab/python-pcl/issues/71#issuecomment-289805368). 1. `git clone https://github.com/marcelbrucker/python-pcl.git` 2. `cd python-pcl/` 3....

I have python-pcl working properly "globally", that is: after successfully installing pcl and python-pcl, I can successfully import pcl in my python project. However, I'd prefer to work in a...

## My Environment * Operating System and version: Ubuntu 20.04 * Python version: 3.8 ## Context I'm unable to install `python-pcl` in a python3.8 environment. I always got this error...

If you are interested in the future of this library, please consider volunteering as a maintainer. Please leave a note here or contact me directly via email at [email protected] .

## Your Environment * Operating System and version: Ubuntu 18.04 * Compiler: gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) * PCL Version: 1.8 * Cython Version: 0.26.1-0.4 ## Context when I install...

Thank you for your excellent work! I have some problems. My environment is ubuntu22.04. Could you have docker version? Looking forward for your answer!Thanks a lot!

My Environment * Operating System and version: Ubuntu16.04 * PCL Version: pcl-1.10 I have error after I input 'python setup.py build_ext',it shows: setup.py: error: cannot find PCL, tried pkg-config pcl_common-1.9...

Operating System: Ubuntu18.04.5 PCL Version: python_pcl-0.3.0rc1 ROS Version: ROS Melodic Hi, Dude, I am using python to subscribe to the point cloud topic information of type sensor_msgs/PointCloud2 that I publish...