ANYbotics / rqt_multiplot_plugin

An rqt plugin for visualizing numeric values in multiple 2D plots.
GNU Lesser General Public License v3.0
125 stars 41 forks source link

Support Array Plots #31

Open beetleskin opened 5 years ago

beetleskin commented 5 years ago

Thanks for the great plugin, it makes my everyday ROS life much easier :)

However, I'm often faced with plotting arrays as such, not over time, and there is no single plotter out there capable of this. So this might be a nice feature to add here.

I'd fancy a plotter, that can handle array types, e.g. float32[] data-fields. The x-axis would be the index of the element, y-axis the value of the element. The whole plot would refresh with every new message.

Additionally nice to have: