This example demonstrates how to visualize and work with MCAP files in Rerun. From mcap.dev:
MCAP (pronounced "em-cap") is an open source container file format for multimodal log data. It supports multiple channels of timestamped pre-serialized data, and is ideal for use in pub/sub or robotics applications.
MCAP is the default bag format in ROS 2 and is rapidly gaining adoption. You can read more about Rerun's MCAP support here.
In this guide, you will learn:
We will use a dataset from the JKK Research Center containing LiDAR, images, GPS, and IMU data. The workflow involves converting the original ROS 1 bag → MCAP → RRD, and then using Python to log the RRD data with specific Rerun components for optimal visualization.
This is an external example. Check the mcap_example repository for more information.