Skip to content

Instantly share code, notes, and snippets.

View RhinoBlindado's full-sized avatar
🛡️
Carpe Diem

Valentino Lugli RhinoBlindado

🛡️
Carpe Diem
  • Granada, Spain
View GitHub Profile
@RhinoBlindado
RhinoBlindado / trim_rs_bag.py
Last active September 5, 2024 10:43
Trim RealSense generated bags
"""
Trim bag files compatible with the RealSense API
"""
import argparse
import rosbag
import rospy
parser = argparse.ArgumentParser()