Skip to content

Instantly share code, notes, and snippets.

View xaksh's full-sized avatar
🤖
Breaking Robots

Akshdeep Randhawa xaksh

🤖
Breaking Robots
View GitHub Profile
@xaksh
xaksh / sh
Created June 23, 2025 12:06
Docker ROS1 Bag Runner
#!/bin/bash
# ROS Bag Docker One-Shot Setup Script
# Creates a Docker image for playing ROS bag files with ROSBridge
set -e
IMAGE_NAME="ros-bag-player"
echo "Building ROS Bag Docker image..."