rosbag

Python 2 tools for recording from and playing back to Robot OS topics

Install

All systems
curl cmd.cat/rosbag.sh
Debian Debian
apt-get install python-rosbag
Ubuntu
apt-get install python-rosbag
image/svg+xml Kali Linux
apt-get install python-rosbag
Windows (WSL2)
sudo apt-get update sudo apt-get install python-rosbag
Raspbian
apt-get install python-rosbag

python-rosbag

Python 2 tools for recording from and playing back to Robot OS topics

This package is part of Robot OS (ROS). It provides a command-line tool for working with bags (ROS messages stores). The corresponding librosbag package provides corresponding C++ and Python APIs. This package contains the Python 2 library.