Closed
Description
Your Environment
- Operating System and version: ubuntu 16.04
- Compiler: ccmake 3.5.1
- PCL Version: 1.8.1
Context
Hi, I was trying to run the example on the pcl tutorial/gpu/detect people. I expect that it will be built after cmake the whole pcl repository, my ccmake options is shown below:
I already turn on the BUILD_GPU and BUILD_GPU_PEOPLE, but even after I run make
and make install
successfully, I can't find an executable file name people_detect in the bin folder.
I also find the original code in doc/tutorials/content/sources/gpu/people_detect
and try to build it, but I got the error message:
fatal error: pcl/gpu/people/include/pcl/gpu/people/people_detector.h: No such file or directory
I think maybe the reference include file is misplaced, but I still can't make the people_detect file executable.