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

Meaningful x-axis times #20

Open nckswt opened 7 years ago

nckswt commented 7 years ago

rqt_plot has a nice feature where the x-axis is the difference between message timestamp and program start time, so the x-axis timestamp display is in the order of hundreds or thousands, not on the scale of 1.5e+09 seconds.

Am I missing some configuration setting to allow this in rqt_multiplot, as in the README? Or would that require diving into the code and submitting a PR to allow an option for this when using Message Receipt Time?

samuelba commented 6 years ago

To my knowledge this is not yet supported, a PR would be very nice, otherwise I will look into it at some point when my workload is a bit lower.

AmaurX commented 4 years ago

Hi, This tool is really amazing, but indeed this additional functionality would be greatly appreciated, if anyone has time and knowledge to implement it. Cheers