How to plot multiple points at single time step? #565
-
Hi, Points.msg: I have a topic containing multiple x, y points in a single message. I would like to plot all the x,y points at a particular time step. At the next time step I have new x,y points I would like to plot. Is this possible with PlotJuggler? I understand that I have to create a plugin to parse the data from the messages as I want it. However, I need some guidance to understand whether it is possible to plot multiple points at a single timestep. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I had a quick look at the code and am currently working with the following idea: However, the question remains, do points get automatically plotted if they are the same timestamp? If not, do you have a suggestion of how to go about this? |
Beta Was this translation helpful? Give feedback.
-
@facontidavide Hi, I followed your slides and this answer but I always got this error when I clicked "save" the function. Is there a bug or something I did wrong? Thanks. |
Beta Was this translation helpful? Give feedback.
-
MutableScatterXY was renamed ScatterXY. Tutorial updated |
Beta Was this translation helpful? Give feedback.
MutableScatterXY was renamed ScatterXY.
Tutorial updated