Skip to content

Commit

Permalink
Merge branch 'humble' of github.com:EPFLXplore/ERC_NAV into humble
Browse files Browse the repository at this point in the history
  • Loading branch information
epfl-xplore committed May 20, 2024
2 parents 601098f + cfb5bce commit c92c01e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker_humble_desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM ghcr.io/epflxplore/docker_commons:humble-desktop-nvidia
ARG DEBIAN_FRONTEND=noninteractive

# Install ROS 2 Nav packages
RUN add-apt-repository ppa:borglab/gtsam-release-4.1
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-navigation2 \
Expand All @@ -17,7 +18,13 @@ RUN apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-depthai-ros \
python3-zmq \
libyaml-cpp-dev \
lcov
lcov \
libtins-dev \
net-tools \
iproute2 \
dnsmasq \
libgtsam-dev \
libgtsam-unstable-dev

RUN apt-get install libtins-dev -y
RUN apt install net-tools -y
Expand Down Expand Up @@ -56,6 +63,7 @@ RUN pip install depthai --no-cache-dir
RUN pip install pygame_gui --no-cache-dir
RUN pip install pygame --no-cache-dir
RUN pip install transforms3d --no-cache-dir
RUN pip install pyserial --no-cache-dir

# Clean up
RUN sudo rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c92c01e

Please sign in to comment.