Skip to content

Instantly share code, notes, and snippets.

@peci1
peci1 / bag_extract_images.py
Last active August 2, 2022 15:23
Python script that extracts all images from a ROS BAG file into separate image files on disk
#!/usr/bin/env python
from __future__ import print_function
import argparse
import os
import rosbag
import sys
try:
@peci1
peci1 / ros1_package_downloads_08_2022.csv
Created August 8, 2022 14:37
Number of total *.deb package downloads of all released ROS 1 packages (Melodic + Noetic)
package hits
tf2-ros 4042961
tf 4019466
tf2-py 3998899
image-transport 3805803
tf2-msgs 3794527
cv-bridge 3782526
tf2 3775665
rviz 3738507
actionlib 3727017
@peci1
peci1 / ballistic_curve.ipynb
Last active November 15, 2024 18:13
PINN example: Ballistic curve
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@peci1
peci1 / fast_wstool_up
Created February 10, 2025 08:40
Recursive wstool implementation that honors all dependencies.rosinstall files in fetched repos
#! /usr/bin/python
# Software License Agreement (BSD License)
#
# Copyright (c) 2010, Willow Garage, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
@peci1
peci1 / pain.md
Last active April 10, 2025 09:41
ROS 2 migration pain points

Launch