alkasm / mcap

MCAP is a modular, performant, and serialization-agnostic container file format for pub/sub messages, primarily intended for use in robotics applications.

Home Page:https://mcap.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCAP

MCAP is a modular container format and logging library for pub/sub messages with arbitrary message serialization. It is primarily intended for use in robotics applications, and works well under various workloads, resource constraints, and durability requirements.

Documentation

Developer quick start

MCAP libraries are provided in the following languages. For guidance on each language, see its corresponding README:

Language Readme API docs Package name Version
C++ readme API docs mcap
Go readme API docs see releases
Python readme API docs mcap
JavaScript/TypeScript readme API docs @mcap/core
Swift readme API docs see releases

To run the conformance tests, you will need to use Git LFS, which is used to store the test logs under tests/conformance/data.

CLI tool

A CLI tool for interacting with the format is available here.

License

Licensed under the Apache License, Version 2.0. Contributors are required to accept the Contributor License Agreement.

About

MCAP is a modular, performant, and serialization-agnostic container file format for pub/sub messages, primarily intended for use in robotics applications.

https://mcap.dev

License:Apache License 2.0


Languages

Language:TypeScript 28.8%Language:Go 27.4%Language:C++ 25.7%Language:Python 10.8%Language:Swift 5.3%Language:Makefile 0.7%Language:Dockerfile 0.4%Language:CMake 0.4%Language:JavaScript 0.2%Language:Shell 0.2%