Expand description
Library providing utilities to load MCAP files with Rerun.
Re-exports§
pub use decoders::Decoder;pub use decoders::DecoderIdentifier;pub use decoders::DecoderRegistry;pub use decoders::MessageDecoder;pub use decoders::SelectedDecoders;
Modules§
Structs§
- Parser
Context - Common context used by parsers to build timelines and store entity paths.
Enums§
- Error
- The base error type for handling MCAP files.
- Image
Encoding - A raw image encoding string, as used by ROS and Foxglove.
Traits§
- Message
Parser - Trait for parsing MCAP messages of a specific schema into Rerun chunks.
Functions§
- decode_
image_ encoding - Parses a raw image encoding string (shared by ROS and Foxglove) into an
ImageEncoding. - decode_
image_ format - Decodes a raw image encoding string (shared by ROS and Foxglove) into a Rerun
ImageFormat. - read_
summary - Read out the summary of an MCAP file.