Support mcap files with schemaless channels containing json messages #443
-
Studio is a great tool for quickly plotting or looking at data. It could be cool to support opening mcap files where the message data contains JSON but the user did not bother to specify a schema (i.e. schema id Related: A basic schema of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There may be some over lap with the feature I want: #330 |
Beta Was this translation helpful? Give feedback.
-
This was added in https://github.com/foxglove/studio/pull/5351 MCAP files should set |
Beta Was this translation helpful? Give feedback.
This was added in https://github.com/foxglove/studio/pull/5351
MCAP files should set
schema_id=0
for channels with no schema, per the spec.