Passing a pointer as a ROS msg
Hello, im creating a basic vision system which implements filters through a pipeline structure. My point cloud is grabbed by a kinect. The thing is i would like t send just a pointer to the cloud as a ROS message, in order to get a faster and more efficient processing. Is there a way to do this? thanks