Skip to content

Commit

Permalink
add dave in repos list
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 5, 2024
1 parent dead9db commit 57433bf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .docker/jazzy.amd64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ ARG ROS_DISTRO="jazzy"
FROM osrf/ros:$ROS_DISTRO-desktop-full
ARG BRANCH="ros2"

# hadolint ignore=DL3008
RUN apt-get update \
apt-get install -y --no-install-recommends \
sudo tzdata build-essential gfortran automake \
bison flex libtool git wget locales \
software-properties-common nano && \
rm -rf /var/lib/apt/lists/

# Locale for UTF-8
RUN locale-gen en_US en_US.UTF-8 && update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 && \
export LANG=en_US.UTF-8

# Install Utilities
# hadolint ignore=DL3008
RUN apt-get -y install --no-install-recommends \
x11-apps mesa-utils xauth && \
rm -rf /var/lib/apt/lists/

ADD https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
extras/ros-jazzy-gz-harmonic-install.sh install.sh
RUN bash install.sh
Expand Down
2 changes: 1 addition & 1 deletion .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN apt-get update \
apt-get install -y --no-install-recommends \
sudo tzdata build-essential gfortran automake \
bison flex libtool git wget locales \
software-properties-common && \
software-properties-common nano && \
rm -rf /var/lib/apt/lists/

# Locale for UTF-8
Expand Down
5 changes: 5 additions & 0 deletions extras/repos/dave.jazzy.repos
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ repositories:
type: git
url: https://github.com/IOES-Lab/rocker.git
version: main

dave:
type: git
url: https://github.com/IOES-Lab/dave.git
version: ros2

0 comments on commit 57433bf

Please sign in to comment.