PointCloud2 clone

asked 2016-06-14 02:01:38 -0500

Edmodi gravatar image

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

edit retag flag offensive close merge delete