Skip to content

Commit 0e297bc

Browse files
authored
Install ros_gz from binary package (iron, humble) (#228)
* Install ros_gz from package, not from source, remove sim.repos * Removed additional apt-get lines from cherry-pick --------- Co-authored-by: Aaron Marburg <amarburg@uw.edu>
1 parent 5f7f740 commit 0e297bc

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pk
130130
&& apt-get -q update \
131131
&& apt-get -y --quiet --no-install-recommends install \
132132
gz-${GZ_VERSION} \
133+
ros-${ROS_DISTRO}-ros-gz${GZ_VERSION} \
133134
python3-pexpect \
134135
python3-wxgtk4.0 \
135136
python3-future \
@@ -178,7 +179,6 @@ RUN [ "/bin/bash" , "-c" , " \
178179
WORKDIR $USER_WORKSPACE
179180
RUN sudo apt-get -q update \
180181
&& sudo apt-get -q -y upgrade \
181-
&& vcs import src < src/blue/sim.repos \
182182
&& rosdep update \
183183
&& rosdep install -y --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} --skip-keys="gz-transport12 gz-sim7 gz-math7 gz-msgs9 gz-plugin2" \
184184
&& sudo apt-get autoremove -y \

sim.repos

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)