I have a list and inside I have lists of dictionaries and I want to publish the information inside to another node.
I have something like that:
[[ {data0 : String, start0 : Float, end0 : Float}, {data1 : String, start1 : Float, end1 : Float}, {data2 : String, start2 : Float, end2 : Float} ], {data0 : String, start0 : Float, end0 : Float}, {data1 : String, start1 : Float, end1 : Float} ]
So I want to publish a 2D list of String and two 2D list of Float but I don't know how to do it with the custom_message.