Skip to content

Commit

Permalink
Install ros_gz from binary package (iron, humble) (#228)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
amarburg and amarburg authored Aug 9, 2024
1 parent 5f7f740 commit 0e297bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pk
&& apt-get -q update \
&& apt-get -y --quiet --no-install-recommends install \
gz-${GZ_VERSION} \
ros-${ROS_DISTRO}-ros-gz${GZ_VERSION} \
python3-pexpect \
python3-wxgtk4.0 \
python3-future \
Expand Down Expand Up @@ -178,7 +179,6 @@ RUN [ "/bin/bash" , "-c" , " \
WORKDIR $USER_WORKSPACE
RUN sudo apt-get -q update \
&& sudo apt-get -q -y upgrade \
&& vcs import src < src/blue/sim.repos \
&& rosdep update \
&& rosdep install -y --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} --skip-keys="gz-transport12 gz-sim7 gz-math7 gz-msgs9 gz-plugin2" \
&& sudo apt-get autoremove -y \
Expand Down
11 changes: 0 additions & 11 deletions sim.repos

This file was deleted.

0 comments on commit 0e297bc

Please sign in to comment.