ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

According to this source: https://stackoverflow.com/a/64310922/4561887

This seems to work now:

# python2
pip install bagpy

# python3
pip3 install bagpy

According to this source: https://stackoverflow.com/a/64310922/4561887

This seems to work now:now to allow using import rosbag in your Python scripts:

# python2
pip install bagpy

# python3
pip3 install bagpy