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

Loading/importing multiple (consecutive) bag files #17

Open skohlbr opened 7 years ago

skohlbr commented 7 years ago

Bag data recorded over a longer period of time tends to get unwieldy, for this reason we split it up into 1GB chunks. Existing tools like rqt_bag and rosbag support this well and one can load multiple bags for instance by providing *.bag as an argument. The same capability would be very useful for rqt_multiplot (both via command line and/or via selecting multiple files for import).