This looks like it could work. How do you suggest I implement it? I looked at the PCL page for ROS and the functions to convert from an ROS PointCloud to a PCL PointCloud and back are deprecated. Am I missing something?
rplankenhorn (Feb 23)editUse the fuction pcl::fromROSMsg(). The docs might be misleading. This function is not deprecated. The fuction point_cloud::fromMsg() is, but not pcl::fromROSMsg().
Thanks again. If the fromMsg is deprecated, how do I convert the pcl::PointCloud back to a PointCloud2?
rplankenhorn (Feb 23)edit