Linking error with pcl_ros_tf
I'm trying to build a package that uses the unstable version of perception_pcl. When I rosmake my package, I get:
/usr/bin/ld: cannot find -lpcl_ros_tf
I found one other post with a similar issue, which was resolved by removing some old files cmake left around in the build dir. I made sure to rosmake with --pre-clean, and am still having this issue. Ideas?