Package Details: pcl 1.15.0-3

Git Clone URL: https://aur.archlinux.org/pcl.git (read-only, click to copy)
Package Base: pcl
Description: A standalone, large scale, open project for 2D/3D image and point cloud processing
Upstream URL: https://www.pointclouds.org
Licenses: BSD-3-Clause
Submitter: None
Maintainer: kino_t
Last Packager: kino_t
Votes: 49
Popularity: 0.000022
First Submitted: 2011-04-05 03:39 (UTC)
Last Updated: 2025-05-21 19:03 (UTC)

Pinned Comments

kino_t commented on 2023-02-18 14:49 (UTC) (edited on 2023-02-19 01:24 (UTC) by kino_t)

Binary of pcl is now available: https://github.com/arch4edu/arch4edu

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 25 Next › Last »

AchmadFathoni commented on 2021-11-02 06:05 (UTC)

@BabiRuiva, there is still problem with VTK, should be fixed in VTK 9.1.0. For now just skip building pcl's tool by adding -DBUILD_tools=OFF

BabiRuiva commented on 2021-11-01 02:46 (UTC)

CMake fails with the following errors. Tried explicitly installing openvr, but it did not solve the problem. Is there a solution for this?

CMake Error at cmake/pcl_targets.cmake:306 (add_executable):
Target "pcl_virtual_scanner" links to target "OpenVR::OpenVR" but the
target was not found.  Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
tools/CMakeLists.txt:252 (PCL_ADD_EXECUTABLE)

CMake Error at cmake/pcl_targets.cmake:306 (add_executable):
Target "pcl_mesh_sampling" links to target "OpenVR::OpenVR" but the target
was not found.  Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
tools/CMakeLists.txt:249 (PCL_ADD_EXECUTABLE)

CMake Error at cmake/pcl_targets.cmake:306 (add_executable):
Target "pcl_mesh2pcd" links to target "OpenVR::OpenVR" but the target was
not found.  Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
tools/CMakeLists.txt:246 (PCL_ADD_EXECUTABLE)

firoz commented on 2021-10-09 12:44 (UTC)

The build fails without ospray

FiveYellowMice commented on 2021-09-24 23:12 (UTC)

Just changed pkgver and compiled 1.12.0, does not seem to have a problem so far.

kunaltyagi commented on 2021-07-28 00:03 (UTC)

1.12 has been released for a while. Any blockers in updating to 1.12?

majorx234 commented on 2021-05-02 10:03 (UTC)

@dobedobedo: ok, I added your suggested line in the cmake options.

dobedobedo commented on 2021-05-01 20:38 (UTC)

The package cannot build until I add -DCMAKE_CXX_STANDARD=14 to cmake options.

majorx234 commented on 2020-11-26 20:35 (UTC)

@JanSurf: thx! I suggested these changes to the OpenNI aur package. Hope it will be also fixed in openni upstream due to your pull request.

JanSurft commented on 2020-11-26 17:37 (UTC) (edited on 2020-11-26 17:38 (UTC) by JanSurft)

@majorx234: Yes it seems to work.

I did the following actions to check:

git clone https://github.com/majorx234/openni_PKGBUILD.git
cd openni_PKGBUILD
aur build -f
sudo pacman -S openni 
# choose reinstall yes

aur fetch pcl
cd pcl
aur build -f
sudo pacman -S pcl
# choose reinstall yes

Everything compiled well.

majorx234 commented on 2020-11-26 10:52 (UTC)

@JanSurf: here is my openni PKGBUILD +patches: https://github.com/majorx234/openni_PKGBUILD.git

could you try it out and give me feedback if this is working? Thx