toPCL and fromPCLPointCloud2
Hey,
I have a few questions regarding PCL and ros:
What's the difference between toPCL and fromPCLPointCloud2 commands? What's the opposite command to fromPCLPointCloud2? Why can I subscribe to a topic of type sensor_msgs::PointCloud2 with callback of type pcl::PCLPontCloud2ConstPtr?
Is there any source that explains extensively the changes that has been made in hydro version regarding to pcl? All I have found until now was outdated or poorly explained.
Thanks in advance.