Skip to content

Instantly share code, notes, and snippets.

View spigelli's full-sized avatar
👩‍💻
code

Isaac Spiegel spigelli

👩‍💻
code
View GitHub Profile
@ruffsl
ruffsl / Dockerfile
Last active February 28, 2024 23:49
Small ROS Network Example
FROM ros:indigo-ros-base
# install ros tutorials packages
RUN apt-get update && apt-get install -y \
ros-indigo-ros-tutorials \
ros-indigo-common-tutorials \
&& rm -rf /var/lib/apt/lists/