Package Details: pcl 1.15.0-1

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.000086
First Submitted: 2011-04-05 03:39 (UTC)
Last Updated: 2025-02-22 18:38 (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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 24 Next › Last »

SMOG commented on 2016-03-11 16:53 (UTC)

Ah ok, sorry I have misunderstood. I'll try as soon as I can... thank you! :)

doug commented on 2016-03-11 16:51 (UTC)

yes, but PKGBUILD has also other lines and some of them is causing the crashing, by removing all cmake lines and keeping just these will create build that doesn't crash and works with vtk7

SMOG commented on 2016-03-11 16:44 (UTC)

@doug: it seems to me that PKGBUILD already has those lines. Also, just to be clear, the problem was not that it was not compiling, it was; it was giving me the same problem reported by @horse. ATM I've compiled against VTK6 following directions given by @bchretien and everything seems to be working fine. Thanks.

doug commented on 2016-03-11 15:37 (UTC)

@SMOG: after I edited this PKGBUILD that it uses default cmake config like this cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr then it works with vtk7

bchretien commented on 2016-03-08 17:47 (UTC)

@SMOG: you can check how I did that for the previous pcl-qt5 package (commit here: https://gist.github.com/bchretien/49c898c8f9d5ee3dcea3, adapt it accordingly).

SMOG commented on 2016-03-08 17:39 (UTC)

@doug: I'm facing your exact problem... how exactly have you fixed it? I've tried compiling this having only vtk6 (from AUR) on my system but it still doesn't work... I've just changed the dependency from vtk to vtk6. Do I have to add any other flag? Thank you for your help.

<deleted-account> commented on 2016-03-06 14:17 (UTC)

Hi, I had asked this in the past and got no response. I always get: fitting_curve_2d_pdm.h: No such file or directory and thus I have to set: -DBUILD_surface_on_nurbs=OFF Can this be address? It breaks my builds.

bchretien commented on 2016-03-03 11:25 (UTC)

@doug: yes, I made that package since VTK 7 was not supported a few weeks ago. Now, using VTK 7 implies relying on the new OpenGL2 backend which is still unstable in PCL (see https://github.com/PointCloudLibrary/pcl/pull/1534).

doug commented on 2016-03-02 09:22 (UTC)

combination of this package with vtk6 from aur also works

doug commented on 2016-03-01 18:35 (UTC)

I have the same problem, but everything works ok on ubuntu with manually compiled vtk 7.0 and latest pcl from github on the same hardware.