mcap.well_known module¶
Enums listing the sets of well-known profiles, schema encodings and message encodings available in the MCAP Specification.
Note
You don’t need to use these profiles or encodings to use MCAP! Custom profiles and encoding strings are allowed.
- class mcap.well_known.MessageEncoding[source]¶
Bases:
object
Well-known message encodings for message records
- CBOR = 'cbor'¶
- CDR = 'cdr'¶
- Flatbuffer = 'flatbuffer'¶
- JSON = 'json'¶
- Protobuf = 'protobuf'¶
- ROS1 = 'ros1'¶