Skip to content

Commit

Permalink
docs: Add package version badges to README (ros2#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Bandes-Storch <[email protected]>
Signed-off-by: James Smith <[email protected]>
  • Loading branch information
jtbandes authored and james-rms committed Nov 17, 2022
1 parent e54cf33 commit 32b197b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rosbag2_storage_mcap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This package provides a [storage plugin](https://github.com/ros2/rosbag2#storage-format-plugin-architecture) for rosbag2 which extends it with support for the [MCAP](https://mcap.dev) file format.

[![ROS Foxy version](https://img.shields.io/ros/v/foxy/rosbag2_storage_mcap)](https://index.ros.org/p/rosbag2_storage_mcap/github-ros-tooling-rosbag2_storage_mcap/#foxy)
[![ROS Galactic version](https://img.shields.io/ros/v/galactic/rosbag2_storage_mcap)](https://index.ros.org/p/rosbag2_storage_mcap/github-ros-tooling-rosbag2_storage_mcap/#galactic)
[![ROS Humble version](https://img.shields.io/ros/v/humble/rosbag2_storage_mcap)](https://index.ros.org/p/rosbag2_storage_mcap/github-ros-tooling-rosbag2_storage_mcap/#humble)
[![ROS Rolling version](https://img.shields.io/ros/v/rolling/rosbag2_storage_mcap)](https://index.ros.org/p/rosbag2_storage_mcap/github-ros-tooling-rosbag2_storage_mcap/#rolling)


## Installation

rosbag2_storage_mcap is available as part of the [current ROS 2 distributions](https://docs.ros.org/en/rolling/Releases.html). On Ubuntu, after following the [ROS 2 installation instructions](https://docs.ros.org/en/humble/Installation.html), you can use:
Expand Down

0 comments on commit 32b197b

Please sign in to comment.