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

Jetson TK1/TX1 build: PCL (libpcl-1.7-all) does not exist #157

Open
kaisark opened this issue Dec 15, 2017 · 0 comments
Open

Jetson TK1/TX1 build: PCL (libpcl-1.7-all) does not exist #157

kaisark opened this issue Dec 15, 2017 · 0 comments

Comments

@kaisark
Copy link

kaisark commented Dec 15, 2017

On the Jetson TX1, after adding the 3rd party repository, libpcl-1.7-all still does not exist. Ubuntu 16 does come with a number of libpcl1.7 packages though. What is the recommended solution here?

Install and configure ROS base system and Point Cloud Library:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-key 0xB01FA116
sudo apt-get update
sudo apt-get install -y ros-indigo-desktop
sudo apt-get install -y python-rosinstall
sudo add-apt-repository -y ppa:v-launchpad-jochen-sprickerhof-de/pcl
sudo apt-get update
sudo apt-get install -y libpcl-1.7-all

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libpcl-1.7-all
E: Couldn't find any package by glob 'libpcl-1.7-all'
E: Couldn't find any package by regex 'libpcl-1.7-all

@kaisark kaisark changed the title Jetson TK1/TX build: PCL (libpcl-1.7-all) does not exist Jetson TK1/TX1 build: PCL (libpcl-1.7-all) does not exist Dec 15, 2017
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

1 participant