RViz -- How to publish more than 1 point?
I have a point cloud in RViz and I want to publish all the points in my selection. When I select a subset of the point cloud, I can see in RViz that I have a collection of points selected. When I then click "Publish Point", nothing is published to the topic /clicked_point. If I then click on a single point in my selected cluster, I will get a single point published to topic /clicked_point, but I actually want a way to publish (or even just save) that entire collection of points that I selected. This image shows the issue I'm having: http://imgur.com/gallery/Leb79
Can anyone walk me through how to do this? I'm using RViz 1.12.4 and ultimately, I'm just trying to "manually" segment my point cloud and save my selection of points. Thanks in advance.
http://answers.ros.org/question/99796... This might help