系统版本:ubuntu 16.04

sudo rm -r /usr/include/pcl-1.7 /usr/share/pcl /usr/bin/pcl* /usr/lib/libpcl*


sudo apt-get --purge remove libpcl-dev

然后再
sudo apt-get update
sudo apt-get install libpcl-dev pcl-tools


其中出现的问题

Could not find a package configuration file provided by "pcl_conversions" with any of the following names: pcl_conversionsConfig.cmake pcl_conversions-config.cmake

解决:sudo apt-get install ros-kinetic-pcl-conversions

相关文章:

  • 2021-04-04
  • 2022-03-02
  • 2021-07-25
  • 2022-12-23
  • 2021-12-24
  • 2021-12-18
  • 2021-06-26
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2021-05-19
  • 2021-12-01
  • 2021-06-28
  • 2021-11-04
  • 2021-08-13
  • 2021-04-03
相关资源
相似解决方案