rosbag-tools

A ROS-agnostic toolbox for common rosbag operations

https://github.com/iamphytan/rosbag-tools

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary

Keywords

data data-management python python3 robotics ros1 ros2 rosbag
Last synced: 6 months ago · JSON representation ·

Repository

A ROS-agnostic toolbox for common rosbag operations

Basic Info
Statistics
  • Stars: 37
  • Watchers: 3
  • Forks: 3
  • Open Issues: 2
  • Releases: 10
Topics
data data-management python python3 robotics ros1 ros2 rosbag
Created almost 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License Citation

README.md

rosbag-tools

A ROS-agnostic toolbox for common rosbag operations

PyPI - Downloads

This package bundles different tools that can be applied on ROS 1 or ROS 2 rosbags with no dependency on the ROS software stack.

Installation

rosbag-tools can be installed from PyPi :

sh pip install rosbag-tools

Some tools, like topic-compare, have a graphing feature that requires matplotlib. Install rosbag-tools[plot] to install graph dependencies.

sh pip install rosbag-tools[plot]

rosbag-tools being a CLI application, it can be quickly installed with pipx:

sh pipx install rosbag-tools pipx install rosbag-tools[plot] # with plot

Tools

Usage

Each tool in rosbag-tools can be used both as a command line application and in Python code.

Command line

A basic use of rosbag-tools is to simply call it from the command line.

console rosbag-tools `command` <options>

Contributing

Pull requests and issues are welcome ! Don't hesitate to contribute !

(Recommended) flit is used to package this module. Development packages can be installed using flit :

console python -m venv venv source venv/bin/activate pip install flit flit install

(Alternative) Development requirements can be installed using pip :

console python -m venv venv source venv/bin/activate pip install -r requirements/requirements-dev.txt

Acknowledgements

This package relies strongly on rosbags for working with rosbags. Hats off to the team at Ternaris for developing and maintaining it.

License

This project is licensed under a GNU GPLv3 license.

Owner

  • Name: Damien LaRocque
  • Login: IamPhytan
  • Kind: user
  • Location: Stuttgart, Deutschland
  • Company: Sereact (@sereact)

Robotics Application Engineer bei @sereact / M. Sc. (Computer Science - Robotics) @norlab-ulaval / B. Eng. (Electrical) @ UMoncton

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  rosbag-tools : A ROS-agnostic toolbox for common rosbag
  operations
message: >-
  If you use this software in an academic work, please cite
  it as below.
type: software
authors:
  - family-names: LaRocque
    given-names: Damien
    orcid: 'https://orcid.org/0000-0003-3256-046X'
    email: phicoltan@gmail.com
repository-code: 'https://github.com/IamPhytan/rosbag-tools'
url: 'https://pypi.org/project/rosbag-tools'
abstract: >-
  A ROS-agnostic toolbox for common rosbag operations. This
  package bundles different tools that can be applied on ROS
  1 or ROS 2 rosbags with no dependency on the ROS software
  stack.
license: GPL-3.0
version: 0.0.10
date-released: '2023-12-03'

GitHub Events

Total
  • Watch event: 6
  • Push event: 1
Last Year
  • Watch event: 6
  • Push event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 90
  • Total Committers: 3
  • Avg Commits per committer: 30.0
  • Development Distribution Score (DDS): 0.044
Past Year
  • Commits: 53
  • Committers: 3
  • Avg Commits per committer: 17.667
  • Development Distribution Score (DDS): 0.075
Top Committers
Name Email Commits
Damien LaRocque p****n@g****m 86
boxanm m****n@g****m 3
Thomas Kluyver t****l@g****m 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 3
  • Average time to close issues: 24 days
  • Average time to close pull requests: about 10 hours
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 0.67
  • Average comments per pull request: 0.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • boxanm (1)
  • IamPhytan (1)
  • RedLeader962 (1)
Pull Request Authors
  • takluyver (2)
  • boxanm (1)
  • IamPhytan (1)
Top Labels
Issue Labels
bug (1) enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,092 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 10
  • Total maintainers: 1
pypi.org: rosbag-tools

A ROS-agnostic toolbox for common rosbag operations

  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,092 Last month
Rankings
Dependent packages count: 7.0%
Average: 18.7%
Dependent repos count: 30.5%
Maintainers (1)
Last synced: 6 months ago

Dependencies

pyproject.toml pypi
  • click *
  • pyyaml *
  • rosbags *
  • tqdm *
requirements/requirements-build.txt pypi
  • flit *
requirements/requirements-common.txt pypi
  • click *
  • matplotlib *
  • pyyaml *
  • rosbags *
  • tqdm *
requirements/requirements-dev.txt pypi
  • black * development
  • bumpversion * development
  • pylint * development
requirements.txt pypi
  • click *
  • matplotlib *
  • pyyaml *
  • rosbags *
  • tqdm *