CygLiDAR-ROS / cyglidar_d1

CygLiDAR D1 - ROS(SDK) Package (ROS1 / ROS2)
https://www.cygbot.com/
BSD 3-Clause "New" or "Revised" License
20 stars 25 forks source link

Could not find "PCLConfig.cmake & pcl-config.cmake" packages on RPI #32

Open MallakAbunimeh opened 1 year ago

MallakAbunimeh commented 1 year ago

After adding the cyglidar_d1 package in the RPI's src directory, I got this error when running catkin_make:

image

I tried to run sudo apt install ros-noetic-pcl-conversions and sudo apt install ros-noetic-pcl-ros in the src directory but it didn't work, and it was unable to locate the packages. How can I solve this issue? @cygbot @cygbot-ros-support

cygbot commented 1 year ago

@MallakAbunimeh Have you tried to run 'sudo apt install libpcl-dev'? If done, build again. Still not work, then, Could you try to run 'locate PCLConfig.cmake'?

And please tell us PCL's directory.

MallakAbunimeh commented 1 year ago

@cygbot @cygbot-ros-support I ran "sudo apt install libpcl-dev" and got this:

image

I also ran "locate PCLConfig.cmake" and got this:

image

I tried to catkin_make and got the same error again:

image

I am using Raspberry Pi 4 model B and using the RPi WiFi.

cygbot commented 1 year ago

@MallakAbunimeh Error log like 'Failed to fetch & Broken pipe' looked like kind of server problems. Check your ssh config and update.