mcap icon indicating copy to clipboard operation
mcap copied to clipboard

MCAP is a modular, performant, and serialization-agnostic container file format, useful for pub/sub and robotics applications.

Results 142 mcap issues
Sort by recently updated
recently updated
newest added

**Description** > NOTE: I _believe_ this file is corrupt based on not being able to open it in studio with a bad magic error. I looked at the file in...

bug

**Public-Facing Changes** Adds a `reverse` argument to McapReader.Messages(), letting a user read in reverse order. Indexed MCAP reads will now return messages in log time order, even if there are...

Please 👍 if you are interested in a native rust implementation of MCAP.

feature

**Public-Facing Changes** **Description** Fixes #460

**Public-Facing Changes** * Breaking: changes the `decoder` module interface to a class `Decoder` for both ROS1 and Protobuf support packages. * Adds a `reader` module to both ROS1 and Protobuf...

**Description** - Add info on landing page about how you should record/convert ROS 2 files on the same distro to avoid issues

documentation

We want a way for CLI users to fix mcaps that are incomplete or corrupted, but fixable. CLI is fluid at this point - could do one of: ``` mcap...

feature