Open shadowdk3 opened 6 years ago
Have you solve the problem with the iai_kinect2 when using pcl1.8? I would like to use pcl1.8 but there are a lot of problem.
@shadowdk3 have you tried printing the PCL_INCLUDE_DIRS from the Cmake? I don't see why it would not compile with 1.8; There are no breaking changes between 1.7 and 1.8;
you can add the pcl path( /usr/local/include/pcl-1.8/ ) under include_directories in you CMakeList.txt, in my computer, solve this problem.
Hi, I use
catkin_make -DCMAKE_BUILD_TYPE="Release" -Dfreenect2_DIR=/usr/local/freenect2/lib/cmake/freenect2
and get
I have already compile and install pcl 1.8.0, I can find the file
pcl/point_cloud.h
under/usr/local/include/pcl-1.8/
Any idea?
os: ubuntu 16.04 pcl: 1.8.0