PointCloud2 clone
Hi, I'm try to clone a PointCloud2 msg callback to a local object. What is the correct way to do that?
this->myPointCloud2 = *msg;
Is correct? Thanks in advanced
Asked by Edmodi on 2016-06-14 02:01:38 UTC
Hi, I'm try to clone a PointCloud2 msg callback to a local object. What is the correct way to do that?
this->myPointCloud2 = *msg;
Is correct? Thanks in advanced
Asked by Edmodi on 2016-06-14 02:01:38 UTC
Comments