Replies: 4 comments 6 replies
-
With the new "Reactive Lua" function, you can do pretty much everything you want with your data. https://slides.com/davidefaconti/plotjuggler-reactive-scripts/fullscreen |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Looks to be working, condensing the other threads into this:
The 'Maximum size of arrays' may need to be increased. plotjuggler_arrays.mp4 |
Beta Was this translation helpful? Give feedback.
-
So, it is not ideal, but I added a message box with the Lua error In this way, at least you have a (confusing) hint about errors in your script |
Beta Was this translation helpful? Give feedback.
-
For example if a message is received with [0, 1, 2] in it, the current plot would have only those values plotted in a line left to right (assume a nominal point spacing for 1d data), and if a new message arrives with [3, 4, 5] the old graph would be completely replaced, there would be no message time history at all.
At the time of these questions it looks like the answer was no, but maybe this is possible now?
https://answers.ros.org/question/321890/visualize-or-plot-float32multiarray-data-field/
https://answers.ros.org/question/175151/rqt_plot-plot-2d-data/
Beta Was this translation helpful? Give feedback.
All reactions