How do I build perception_pcl from source?
I'm trying to get some version of perception_pcl that compiles under ros 1.8.9 (fuerte) perception_pcl in order to satisfy the final dependency for the velodyne stack. The trouble is that the roslocate info perception_pcl gives me a bogus URI:
http://svn.pointclouds.org/ros/trunk/perception_pcl_unstable
Of course I've been able to find tags that are valid references, but those I've selected fail with obscure gcc errors. What would make sense to me is to pull version 1.2.3 of perception_pcl, since that's the version that's listed when you run
apt-cache showpkg ros-fuerte-perception-pcl
I would list the compile errors I saw, but I think it's irrelevant. Someone responsible for the fuerte release should know how the perception_pcl package was built.