Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you give some tutorials about how to use this #47

Closed
HanFengLiuuu opened this issue Nov 30, 2022 · 1 comment
Closed

Could you give some tutorials about how to use this #47

HanFengLiuuu opened this issue Nov 30, 2022 · 1 comment
Labels
question Further information is requested

Comments

@HanFengLiuuu
Copy link

Comment:

Hello, it is my first time to use conda-forge, and I notice I could't import pcl in my python script after I install it.
And I check out the env folder where it was installed, I found files about pcl just in those folders bin, include, and share not in site-packages.
So, I think this is the reason why I could not import it.
Could you give some tutorials about how to use this, Thanks!

@HanFengLiuuu HanFengLiuuu added the question Further information is requested label Nov 30, 2022
@traversaro
Copy link
Contributor

Hello @HanFengLiuuu, the pcl package is a C++ library and not a Python one, and you can find tutorial for its use in https://pcl.readthedocs.io/projects/tutorials/en/pcl-1.13.0/ . As far as I know, pcl does not provide any official Python bindings, see PointCloudLibrary/pcl#5297 and PointCloudLibrary/pcl#5472 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants