rqt_multiplot_plugin icon indicating copy to clipboard operation
rqt_multiplot_plugin copied to clipboard

Is it possible to save pictures and text files automatically (from a command line)?

Open ipa-rwu opened this issue 4 years ago • 0 comments

Hello there, thank you very much for rqt-multiplot! It is a really nice tool!

Is it possible to trigger to save pictures and text files automatically? for example using a console command.

I can find the function to save images and text files from void PlotWidget::saveToImageFile(const QString& fileName) and void PlotWidget::saveToTextFile(const QString& fileName) . Can I create another function which will wait for trigger signal and save images and files automaticlly?

Any help is appreciated!

ipa-rwu avatar Jan 20 '21 23:01 ipa-rwu