rosbag
Python 2 tools for recording from and playing back to Robot OS topics
Install
- All systems
-
curl cmd.cat/rosbag.sh
- Debian
-
apt-get install python-rosbag
- Ubuntu
-
apt-get install python-rosbag
- 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
- Dockerfile
- dockerfile.run/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.