Skip to content
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

[Documentation out of date] Ubuntu 18.04, PCL ppa not found 404 #2739

Closed
yiakwy opened this issue Dec 24, 2018 · 8 comments
Closed

[Documentation out of date] Ubuntu 18.04, PCL ppa not found 404 #2739

yiakwy opened this issue Dec 24, 2018 · 8 comments

Comments

@yiakwy
Copy link

yiakwy commented Dec 24, 2018

Document of installation on Ubuntu is out of date.

sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl

...
Err:5 http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu bionic Release
  404  Not Found [IP: 91.189.95.83 80]
...

Your Environment

  • Operating System and version:
  • Compiler:
  • PCL Version:

Ubuntu 18.04, a new workstation.

@jspricke
Copy link
Member

No need to, PCL is in Ubuntu, just sudo apt install libpcl-dev.

@yiakwy
Copy link
Author

yiakwy commented Dec 26, 2018

@jspricke I have resolved PCL installation by installing ROS. However the pcl bundled with ROS is PCL - V1.7. Another problem is that vtk is missing.

Update on 12/26

The vtk problem is with vtk6 installation files. By manually creating soft symbol links to missing binaries and libraries to file installed by libvtk6-dev, you can resolve "Not Found" problems

@jspricke
Copy link
Member

Huh, there is 1.8 in Ubuntu 18.04:
https://packages.ubuntu.com/bionic/libpcl-dev
also there is VTK coming with it..

@yiakwy
Copy link
Author

yiakwy commented Jan 5, 2019

@jspricke Received with thanks!

@anujgpatil
Copy link

anujgpatil commented Nov 18, 2019

@taketwo sir...
Apart from #804 , I am parallely using bionic on another Jetson Board-18.04 UBUNTU-fresh JetPack 4.2.
When I install libpcl-dev using apt install, only few basic modules are installed but not others like CUDA,GPU,TOOLS,etc

  1. Why are they not included in the PPA?
  2. Is building from source and make install the only option to get these targets?

@SergioRAgostinho
Copy link
Member

gpu and cuda are unstable modules so there's a strong argument in favor of not distributing through normal package distributions. As I recall, pcl tools are installed.

@FrancescoTerrosi
Copy link

When I try to compile and run the tutorial I get the following error even if I installed it with apt

By not providing "FindPCL.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "PCL", but
CMake did not find one.

And I can't find the file anywhere.
Any ideas?

Thanks

@kunaltyagi
Copy link
Member

@FrancescoTerrosi please stay on topic. Please create a new question on stack-overflow or github issues (or gitter chat) with more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants