Replies: 1 comment 5 replies
-
That packed element field is specific to PointCloud use and not for general message packing. Based on what you describe it seems like you should be looking at something like protobuf or flatbuffer to store your data in a binary serialized form. You won't need to store the string names and it will behave more like a POD type. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that a packed element field is supported, but I don't see a messages definition for a byte array. My use case is I just have N time series signals all with their own string name and a p.o.d type to represent their value and i'd like to use foxglove to visualize the signals. I know I could use json or something else, but I'm mainly interested in the byte array for this bc it's a more efficient way of sending the data. Is this already supported or could it be added?
Beta Was this translation helpful? Give feedback.
All reactions