Skip to main content

Overview

You may be interested in using MCAP for a variety of scenarios throughout your robotics development workflows.

Convert to MCAP

If you already have existing ROS data that is not in the MCAP file format, you may want to convert it into MCAP files. The easiest way to do this is to install the MCAP CLI tool and use it to convert your existing bag files.

Read and write MCAP

If you're starting from scratch, you may want to write code to read and write your own MCAP data.

We provide MCAP readers and writers in the following languages:

Inspect and visualize MCAP

Once you have MCAP data to work with, you may want to use the mcap CLI to inspect and interact with your MCAP files.

You can also start visualizing your MCAP data with third-party tools like Foxglove. To start leveraging all the visualizations Foxglove has to offer, you must write messages that adhere to a pre-defined set of Foxglove schemas.

The @foxglove/schemas repo provides pre-defined schemas in the following data serialization formats:

Next, download Foxglove as a desktop app, or navigate to app.foxglove.dev in your web browser.

For local MCAP files, simply drag and drop the file into the Foxglove app to start playing back your data.

For remote MCAP files, select "Open file from URL" when you first load the Foxglove app, and specify the URL to your remote MCAP file. Open the connection to start playing back your data.

Add and configure different panels to your layout to visualize different aspects of your data.

Store MCAP

Sign up for a Foxglove account to access the data management features of Foxglove.

Instead of having to pass around hard drives every time you want to share data, you can start importing your MCAP data into a central repository for all your teammates to access and collaborate on.

Instead of having to download enormous files to your local machine whenever you want to inspect some data, you can stream your team data directly to whatever environment you'd like for further analysis.