A python class to facilitate the reading of rosbag file based on semantic datatypes.
Project description
bagpy
A Python package to facilitate the reading of a rosbag file based on semantic datatypes.
bagpy
provides a wrapper class bagreader
written in python that provides an easy to use interface for reading
bag files recorded by rosbag record
command. This wrapper class uses ROS's python API rosbag
internally to perform all operations. One of the interesting features about using bagreader
is that a user doesn't
need to supply rostopic name to extract relevant data. One can extract data based on the
type of data the user is seeking.
Installation
pip install bagpy
Usage principle
The philosophy behind developing this project is to make everything as simple and less confusing as possible.
As a result, there are not too many options or freedom of usage being provided by bagreader
class.
If you need a wide variety of options, users can directly use ROS's rosbag
python package or
Robotics System Toolbox APIs provided by MATLAB. However, if you are looking for simplicity, bagpy
is an
elegant choice.
Examples
See Notebooks and python scripts at https://github.com/jmscslgroup/bagpy/tree/master/notebook for examples.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for bagpy-0.3.15-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b03c63c3ca446cb9e0de85760dcb24cb2a8803c593a8d718c7d4acf673d42a7 |
|
MD5 | 9edf24560cf189a43aaa95bacf039559 |
|
BLAKE2b-256 | c68c883517f3f57fc6b8d06abe774c721506476498fbb110aa21fd94dbcfac44 |