Skip to content

Commit

Permalink
Added packages required for teleop (issue space-ros/demos#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Munir Azme committed Sep 9, 2024
1 parent 0fd9b95 commit 7aa8927
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 6 additions & 2 deletions lunar_sim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ RUN mkdir ${SPACEROS_DIR}/src \

# Define a few key variables
ENV DEMO_DIR=${HOME_DIR}/demos_ws
ENV GZ_VERSION garden
ENV GZ_PARTITION spaceros
ENV GZ_VERSION=garden
ENV GZ_PARTITION=spaceros

# Disable prompting during package installation
ARG DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -76,6 +76,10 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
python3-vcstool \
wget

RUN sudo add-apt-repository ppa:kisak/kisak-mesa

RUN sudo apt install xterm -y

# Get rosinstall_generator
# Using Docker BuildKit cache mounts for /var/cache/apt and /var/lib/apt ensures that
# the cache won't make it into the built image but will be maintained between steps.
Expand Down
4 changes: 2 additions & 2 deletions lunar_sim/demo-pkgs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
leo_gz_plugins
leo_description
rviz2
xacro
xacro
teleop_twist_keyboard
7 changes: 6 additions & 1 deletion lunar_sim/demo_manual_pkgs.repos
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ repositories:
type: git
url: https://github.com/swri-robotics/gps_umd.git
path: gps_msgs
version: 113782d
version: 113782d

leo_common-ros2:
type: git
url: https://github.com/LeoRover/leo_common-ros2.git
version: humble

0 comments on commit 7aa8927

Please sign in to comment.