Problems using PCL 1.7 with Groovy [closed]
I installed PCL 1.7 using te following commands:
git clone LINK REMOVED
(see pcl17 ROS Site, posting the link is not allowed...)
I compiled it using Catkin Isolated
catkin_make_isolated --install
But at this point I can't find the compiled package using rospack find pcl, pcl_ros or pcl17, pcl17_ros.
#include<pcl17/...>
doesn't work either.
Any ideas?