rxplot for vector like types
Hi,
trying to plot some fields from a vector-like ROS message, I can't find the right syntax to do so. I have a ROSmsg 'DataMsg' which contains:
uint32 length
float64[] data
And a message on top of that DataMsgs, which has:
DataMsg[] data
How do I plot the data inside e.g. DataMsgs/data[0]/data[0] with rxplot? I tried various lines, but noone of them worked so far...
regards,
Steven