Configuring ROS msg to transmit std::vector<pcl17::PointXYZRGB>
Hello all,
I am using PCL (Point Cloud Library 1.7) with ROS and I have the following problem. I want to create a publisher and subscriber node and publish three vectors : std::vector<pcl17::pointxyzrgb>, with variable size each time (The vector may contain a different number of points each time).
Can anybody help me to configure the ROS msg in order to achieve transmission?
Best,
Akis