Package Details: pcl 1.14.1-4

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.001457
First Submitted: 2011-04-05 03:39 (UTC)
Last Updated: 2024-09-05 12:01 (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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 24 Next › Last »

leidola commented on 2020-09-25 11:18 (UTC)

I wanted to use nurbs, as shown in the tutorial on the following page:

https://pcl.readthedocs.io/projects/tutorials/en/latest/bspline_fitting.html#bspline-fitting

It would seem PCL doesn't enable them by default (for whatever reason), but passing -DBUILD_surface_on_nurbs=ON to CMake is all which is needed on my machine.

How do you feel about enabling nurbs support by default?

majorx234 commented on 2019-12-15 13:14 (UTC)

@bionade24: done

bionade24 commented on 2019-12-15 12:50 (UTC)

Please replace python2-sphinx with python-spinx

majorx234 commented on 2019-12-13 10:58 (UTC)

@Svenstaro @acxz sorry -j2 was my mistake, it is not needed (only on my VM because of limititation in RAM). thx for fast reply

acxz commented on 2019-12-13 08:27 (UTC)

Thanks @majorx234, also yes I agree with @Svenstaro. If you just leave make blank without any options it will use the value of the user's makepkg.conf. This kinda sucks right now, because I can only using 2 cores even when my makepkg.conf specifies using 8 cores. Please fix.

svenstaro commented on 2019-12-13 06:49 (UTC)

You shouldn't put -j2 in there unless the package doesn't build otherwise. And even then you should prefer options=(!makeflags). Basically, allow a user's makepkg.conf to set those flags, rather.

majorx234 commented on 2019-12-12 21:08 (UTC)

@acxz you are right. Python2 isn't necessary and now removed as dependency .

acxz commented on 2019-12-11 00:18 (UTC)

Hello @majorx234, thx for maintaining this package. I was wondering why python2 is a dep for this package. If it is possible it would be nice to remove the python2 dep since python2 is about to "die" in ~20 days. I tried to find if python2 is required for PCL, but it was not on the dependencies list of the official instructions for compiling. http://www.pointclouds.org/documentation/tutorials/compiling_pcl_posix.php#dependencies. I also tried to compile this package without having python2 installed and it compiled just fine.

majorx234 commented on 2019-07-01 15:42 (UTC)

@taketwo @ank_s thx for reporting and recommending a patch, Patches for #pragma message: The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. are now included