How to solve pcl/kdtree/kdtree_ann.h not found?
I followed find_object.
I download:
svn co https://code.ros.org/svn/wg-ros-pkg/branches/trunk_cturtle/stacks/find_object
svn co https://code.ros.org/svn/wg-ros-pkg/branches/trunk_cturtle/stacks/point_cloud_perception_experimental/point_cloud_python
And I rosmake,it shows:
In file included from /home/sam/code/ros/sam_perception/find_object/table_boundary_detector/src/table_boundary_node.cpp:1:
/home/sam/code/ros/sam_perception/find_object/table_boundary_detector/include/table_boundary_node.hh:23: fatal error: pcl/kdtree/kdtree_ann.h: No such file or directory
compilation terminated.
I try to install PCL,but not works:
sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
sudo apt-get update
sudo apt-get install libpcl-all
How to solve it?
Thank you~