I am new to C++ and pcl
. I use Ubuntu 16.04. I just want to try pcl
PFH
estimation. And I need to use two files:point_types.h
and features/pfh.h
.
I included them at the top of my .cpp
file:
"include usr/include/pcl-1.7/pcl/point_types.h"
"include usr/include/pcl-1.7/pcl/features/pfh.h"
There is an error fatal error:
usr/include/pcl-1.7/pcl/point_types.h: No such file or directory
Why is that? Very grateful!