rerun-mcap

Installation
SKILL.md

Rerun MCAP ingestion

McapReader turns an MCAP file into a lazy chunk stream: one entity per topic at the topic's path, message payloads decoded by pluggable decoders. This skill covers the reader's options, what each topic becomes, and the failure modes that yield an empty stream with no error. Stream mechanics (filter, drop, lenses, merge, write) are in rerun-chunk-processing.

The API

from rerun.chunk import McapReader

reader = McapReader(mcap_path)  # see help(McapReader) for the full option set
stream = reader.stream()

A URDF embedded in the MCAP can be ingested as well (then see rerun-urdf).

Installs
107
Repository
rerun-io/rerun
GitHub Stars
11.5K
First Seen
Jun 25, 2026
rerun-mcap — rerun-io/rerun