Support CBOR in foxglove studio visualizer #405
Replies: 3 comments 8 replies
-
Also filed foxglove/mcap#763 |
Beta Was this translation helpful? Give feedback.
-
See also: json-schema-org/json-schema-spec#6 |
Beta Was this translation helpful? Give feedback.
-
I don't think this is supported in foxglove yet? Shall I add a parseChannel branch for it? https://github.com/foxglove/studio/blob/0f3048689bbf66c7bbc9e7f7e1e9ebdb722fc186/packages/mcap-support/src/parseChannel.ts Oh, wait, it seems we do not support schemaless message encodings in foxglove? https://github.com/foxglove/studio/blob/0f3048689bbf66c7bbc9e7f7e1e9ebdb722fc186/packages/mcap-support/src/parseChannel.ts#L51 The weird part is that we implicitly support schemaless - the only difference is that validation does not occur for the schemaless case, but we are still able to create javascript POJOs (i.e. Oh, I see, it seems that this issue has already been raised: #443 Shall we just support schemaless for both CBOR and JSON? I don't see any harm. Schema.name can also be Further, I think that we should also add |
Beta Was this translation helpful? Give feedback.
-
I want to use CBOR as the serialization/deserialization method but when I use the "cbor" message encoding type in my MCAP file the foxglove studio visualizer errors with the following:
Beta Was this translation helpful? Give feedback.
All reactions