Skip to content

Instantly share code, notes, and snippets.

View idlebear's full-sized avatar

idlebear

  • UWaterloo grad student
  • Waterloo
View GitHub Profile
@idlebear
idlebear / Dockerfile
Created May 8, 2019 14:27 — forked from ruffsl/Dockerfile
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/