Skip to content

Instantly share code, notes, and snippets.

@srathi-monarch
Created June 5, 2024 07:05
Show Gist options
  • Save srathi-monarch/c1f9ef2ab43b630e8424b7fae43649ca to your computer and use it in GitHub Desktop.
Save srathi-monarch/c1f9ef2ab43b630e8424b7fae43649ca to your computer and use it in GitHub Desktop.
Get rosbag on a newer python version
# python -m pip install rosbag rospkg pycryptodome gnupg
import sys
import Crypto
sys.modules['Cryptodome'] = Crypto
import rosbag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment