Including pcl_ros for transformPointCloud
Hi,
So I'm trying to use pcl_ros method:
transformPointCloud (const std::string &target_frame, const sensor_msgs::PointCloud2 &in, sensor_msgs::PointCloud2 &out, const tf::TransformListener &tf_listener)
from http://docs.ros.org/api/pcl_ros/html/...
But I'm not sure what pcl_ros/... to include. Like msot things, it doesn't seem to be under #include <pcl_ros/point_cloud.h>