-
Both examples
```
cd Arducam_tof_camera/example
mkdir build && cd build
cmake .. && make
```
and
```
cd Arducam_tof_camera/pcl_preview
mkdir build && cd build
cmake ..
…
-
Hi,
after upgrading to Visual Studio 2015 Update 2 I cannot use SQLite.Net PCL winth WP8.1 in release mode.
I get the following exception while trying to instantiate SQLitePlatformWinRT:
**Exception…
-
**Describe the error**
Hi everyone, thanks for all your work in this excellent project.
I would just like to ask your expertise in solving the compile error that I have encountered. I am curre…
-
Thanks for your great work!
I follow the instruction on README to download the docker image and then run it.
I want to use the lidar2camera/manual_calib function.
Here is the CMake error I got:
`…
-
I have installed PCL library in my Jetson TX2 running Ubuntu 18.04.
I am getting error when I tried to setup python-pcl.
sudo python3 setup.py install
`
running install
running bdist_egg
r…
-
test@test:~/catkin_ws$ catkin_make
Base path: /home/test/catkin_ws
Source space: /home/test/catkin_ws/src
Build space: /home/test/catkin_ws/build
Devel space: /home/test/catkin_ws/devel
Install s…
-
I have a problem building the package in my catkin workspace. It has a bunch of error information about the eigen3 library. So I would like to know which version code base of eigen3 are you using to c…
-
Hello!
Is there any plan to release this for Noetic as well? Right now, when I try to compile on noetic I get a lot of pcl library problems.
-
Hi @shichaoy , I am trying to make the code by catkin_make but fails as detailed below.
I work on ubuntu 16.04 / ros kinetic. What do you think?
catkin_make
Base path: /home/mohammad/popup_ws
So…
-
Hi,
I have tried to build FeatureBasedAlignment, but it does not work out. Can you help to fix the problem, please
Thanks,
My error:
Scanning dependencies of target pcl_alignment
[ 5%] Build…