@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
Search Criteria
Package Details: pcl 1.14.1-4
Package Actions
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) |
Dependencies (34)
- boost (boost-gitAUR)
- eigen (eigen-gitAUR)
- flann
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- libpcap (libpcap-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libusb (libusb-gitAUR)
- suitesparse
- vtk (vtk-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- adios2 (adios2-gitAUR) (make)
- cgns (cgns-parallelAUR) (make)
- cli11 (make)
- cmake (cmake-gitAUR) (make)
- fast_float (fast_float-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- gl2ps (gl2ps-gitAUR) (make)
- libharu (make)
- liblas (liblas-gitAUR) (make)
- libxcursor (make)
- netcdf (netcdf-openmpi) (make)
- openvr (openvr-gitAUR) (make)
- ospray (make)
- pdal (pdal-gitAUR) (make)
- python-mpi4py (python-mpi4py-intelAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- utf8cpp (utf8cpp-gitAUR) (make)
- verdict (make)
- gtest (googletest-gitAUR) (check)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional)
- openmp (optional)
- openni2AUR (openni2-gitAUR) (optional)
- qhull (optional)
Required by (26)
- cloudcompare
- cloudcompare-git
- grasp-pose-generator
- mrpt (optional)
- pdal-git (make)
- pdal-git (optional)
- rgbdemo
- ros-arch-deps
- ros-melodic-cartographer-ros
- ros-melodic-cartographer-ros (make)
- ros-melodic-rtabmap
- ros-melodic-rtabmap (make)
- ros-melodic-rtabmap-ros (make)
- ros-noetic-cartographer-ros-git
- ros-noetic-cartographer-ros-git (make)
- ros-noetic-fast-gicp-git
- ros-noetic-interactive-slam-git
- ros-noetic-kinect2-viewer (make)
- ros-noetic-kinect2-viewer
- ros-noetic-pcl-conversions
- Show 6 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 24 Next › Last »
doug commented on 2016-03-11 15:37 (UTC)
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.
horse commented on 2016-02-29 14:26 (UTC) (edited on 2016-02-29 14:27 (UTC) by horse)
@bchretien Ah yes that's the one, my mistake. Great will do, thanks for getting back to me - glad I'm not the only one.
bchretien commented on 2016-02-29 13:51 (UTC)
@horse: don't you mean the vtk package from [community]? I can reprocude the issue with pcl_sim_viewer and any pcd file. This should probably be reported upstream (https://github.com/PointCloudLibrary/pcl). I don't have the time to take care of this, so feel free to contact them. You can probably test with the latest commit to see if it has already been fixed since the RC tarball.
horse commented on 2016-02-29 13:28 (UTC) (edited on 2016-02-29 14:29 (UTC) by horse)
I'm getting (what appear to be VTK related) segmentation faults when I attempt to run any PCL visualizer examples. Alleyoop debug screenshot: http://imgur.com/LiISQHj.
As an example, this would trigger a seg. fault:
boost::shared_ptr<pcl::visualization::PCLVisualizer> simpleVis (pcl::PointCloud<pcl::PointXYZ>::ConstPtr cloud)
I've got vtk7.0.0-1 installed *(via Community):edited, and reinstalled this package a few days ago (after the vtk7 patch). Any help would be greatly appreciated!
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