Me817

Results 7 comments of Me817

I'm having the same problem and found this: "Never mind, figured it out. It was not liking something in the code and was responding with an odd error - it...

Hi, I have the same problem. Does anyone found a solution for this? Except the c++ version because I have to use python. Thank you in advance.

Thank you @nikos1988 ! It works. Now I get this output: ![Bildschirmfoto von 2020-05-11 13-54-33](https://user-images.githubusercontent.com/56630682/81559407-9e14ef80-938f-11ea-9cb8-e822fffe2295.png) Is that the output I have to expect? Thank you in advance.

Hi, I have the same problem. I would be very grateful if someone has a tip where to find the tutorial for python-pcl. Thank you in advance.

Suddenly I can open the links. But unfortunately all the code snippets are written in C++. There is nothing programmed in python. And furthermore I cannot find out how the...

Hi. I never face that mistake. I just had to adjust the path to the .pcd-file. After typing python3 segment_cyl_plane.py everything went flawless and I got the following output: 307200...

The solution in issue #187 worked for me. I just wrote "outcloud = clipper.filter()" instead of "clipper.Filtering(outcloud)" and it saved the resulting pcd-file in the python-pcl/examples folder.