Skip to main content

Pure Python library to read, modify, convert, and write rosbag files.

Project description

pipeline status coverage report

Rosbags

Rosbags is the pure python library for everything rosbag. It contains:

  • rosbag2 reader and writer,

  • rosbag1 reader and writer,

  • extensible type system with serializers and deserializers,

  • efficient converter between rosbag1 and rosbag2,

  • and more.

Rosbags does not have any dependencies on the ROS software stacks and can be used on its own or alongside ROS1 or ROS2.

Rosbags was developed for MARV, which requires a fast, correct, and flexible library to read, manipulate, and write the various rosbag file formats.

Getting started

Rosbags is published on PyPI and does not have any special dependencies. Simply install with pip:

pip install rosbags

Read and deserialize rosbag2 messages:

from rosbags.rosbag2 import Reader
from rosbags.serde import deserialize_cdr

# create reader instance and open for reading
with Reader('/home/ros/rosbag_2020_03_24') as reader:
    for connection, timestamp, rawdata in reader.messages(['/imu_raw/Imu']):
         msg = deserialize_cdr(rawdata, connection.msgtype)
         print(msg.header.frame_id)

Convert between rosbag versions:

# Convert "foo.bag", result will be "foo/"
rosbags-convert foo.bag

# Convert "bar", result will be "bar.bag"
rosbags-convert bar

# Convert "foo.bag", save the result as "bar"
rosbags-convert foo.bag --dst /path/to/bar

# Convert "bar", save the result as "foo.bag"
rosbags-convert bar --dst /path/to/foo.bag

Documentation

Read the documentation for further information.

Contributing

Thank you for considering to contribute to rosbags.

To submit issues or create merge requests please follow the instructions provided in the contribution guide.

By contributing to rosbags you accept and agree to the terms and conditions laid out in there.

Development

Clone the repository and setup your local checkout:

git clone https://gitlab.com/ternaris/rosbags.git

cd rosbags
python -m venv venv
. venv/bin/activate

pip install -r requirements-dev.txt
pip install -e .

This creates a new virtual environment with the necessary python dependencies and installs rosbags in editable mode. The rosbags code base uses pytest as its test runner, run the test suite by simply invoking:

pytest

To build the documentation from its source run sphinx-build:

sphinx-build -a docs public

The entry point to the local documentation build should be available under public/index.html.

Support

Professional support is available from Ternaris.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rosbags-0.9.10.tar.gz (54.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rosbags-0.9.10-py3-none-any.whl (66.5 kB view details)

Uploaded Python 3

File details

Details for the file rosbags-0.9.10.tar.gz.

File metadata

  • Download URL: rosbags-0.9.10.tar.gz
  • Upload date:
  • Size: 54.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.4

File hashes

Hashes for rosbags-0.9.10.tar.gz
Algorithm Hash digest
SHA256 5893fd5fe372059839693dde528208605e9839e09fa5e56c502f542b0fac1e83
MD5 de94f19ba7722bc34cf522aee459e748
BLAKE2b-256 53461ba8845d091f9b15be0dbe8c8a5b641ca0473d00a228fb7d1bae4f9a6c62

See more details on using hashes here.

File details

Details for the file rosbags-0.9.10-py3-none-any.whl.

File metadata

  • Download URL: rosbags-0.9.10-py3-none-any.whl
  • Upload date:
  • Size: 66.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.4

File hashes

Hashes for rosbags-0.9.10-py3-none-any.whl
Algorithm Hash digest
SHA256 bffc0db6aa921586e3319ea5282eeea0235aa0a7a8588f9c4e91cf5a8e43548a
MD5 9c5b236723b3a8a6760197fbf825627c
BLAKE2b-256 9dfebc1d0f07d48ddb3dd26b460c6dab30b82daa0e6c0afcd1488721ec03fd04

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page