Coder Social home page Coder Social logo

iamphytan / rosbag-tools Goto Github PK

View Code? Open in Web Editor NEW
30.0 3.0 3.0 252 KB

A ROS-agnostic toolbox for common rosbag operations

Home Page: https://pypi.org/project/rosbag-tools

License: GNU General Public License v3.0

Python 100.00%
data data-management python python3 robotics ros1 ros2 rosbag

rosbag-tools's Introduction

rosbag-tools

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.

Installation

rosbag-tools can be installed from PyPi :

pip install rosbag-tools

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

pip install rosbag-tools[plot]

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

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.

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 :

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

(Alternative) Development requirements can be installed using pip :

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.

rosbag-tools's People

Contributors

boxanm avatar iamphytan avatar takluyver avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rosbag-tools's Issues

python 3.8 support

Would it be possible to support python 3.8?
Asking for those who are using Jetson with L4T version r35.*
Thx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.