Skip to content

Instantly share code, notes, and snippets.

View abexultan's full-sized avatar
💻
Professional Italian cuisine style coder

Bexultan abexultan

💻
Professional Italian cuisine style coder
View GitHub Profile
@wngreene
wngreene / bag_to_images.py
Last active June 29, 2024 10:18
Extract images from a rosbag.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright 2016 Massachusetts Institute of Technology
"""Extract images from a rosbag.
"""
import os
import argparse