-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[pcl] Visualization headers are not installed #15130
Comments
I think if we need to use the feature |
|
After searching for this issue from upstream(PointCloudLibrary/pcl#4412), I found that pcl does not support VTK 9.0 in our master branch now. |
Any update pls? |
@VXallset Waiting for official fix. |
What should we do can we use some old version ? |
PointCloudLibrary/pcl#4262 was merged, I will handle this issue in the nearly future. |
Since the changes is huge, I think we should wait for the next release of pcl. |
Understood. Thanks for your hard work! |
As missing the visualizer header is quite cumbersome in visualizing data, should you recommend a proper way to install an older version of PCL with vcpkg? |
We should update to 1.11.1. |
Hi guys, since pcl was updated to 1.11.1 in vcpkg, is this issue resolved? |
@JackBoosY still the same issue |
The version 1.11.1 doesn't include the changes, waiting for 1.11.2 release. |
1.12.0 is out you guys any news here .?? |
@HelliceSaouli ,Currently pcl1.12.0 is released as a pre-release version. Users may have problems when using it. It will be updated after the official version is released according to our policy. |
PCL just pushed their release a couple hours ago, and I've opened a pull request here with those changes: Tested with vcpkg install pcl[core,cuda,opengl,qt,vtk]:x64-windows |
EPIC, Thank you guys |
Is this issue fixed in 2021.9? |
@YhQIAO See #18855 (comment). |
I confirmed this feature is still not added, I will open a PR to add it. |
When pcl libraries are installed, I am trying to compile some samples found in the tutorials, but I cannot compile because the pcl/visualization headers cannot be found.
They do not exist in vcpkg/installed/include directory. Maybe they should be installed and the required components compiled.
The text was updated successfully, but these errors were encountered: