ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
use sudo apt-get install libpcl-dev
2 | No.2 Revision |
use Try this,
sudo apt-get add-apt-repository ppa:sweptlaser/python3-pcl
sudo apt update
sudo apt install libpcl-devpython3-pcl
After you've done that then you should be able to run:
python3 -c 'import pcl'
and it will return with no error (as opposed to ModuleNotFoundError: No module named 'pcl'
).
Tested on:
Ubuntu 18.04 LTS
Python 3.6.9