I want to know the difference(s) between pcl::PCLPointCloud2 and pcl::PointCloud in PointCloud Library (PCL). There is a function to convert from one to another, but the documentation is very poor. I would like to know, which one is newer?
p.s. (I am not talking about ROS)
pcl::toPCLPointCloud2
andpcl::fromPCLPointCloud2
(source). – Jaclynjaco