Skip to content

Commit 72d33ec

Browse files
committed
removed gazebo installation
1 parent 2041301 commit 72d33ec

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,10 @@ ENV DEBIAN_FRONTEND=noninteractive
144144
ENV USER_WORKSPACE=/home/$USERNAME/ws_dock
145145
WORKDIR $USER_WORKSPACE
146146

147-
# Install Gazebo and RViz
147+
# Install RViz
148148
RUN sudo apt-get update \
149149
&& sudo apt-get -q -y upgrade \
150-
&& curl -sSL http://get.gazebosim.org | sh \
151150
&& sudo apt-get -q install --no-install-recommends -y \
152-
ros-$ROS_DISTRO-gazebo* \
153151
ros-$ROS_DISTRO-rviz \
154152
&& sudo apt-get autoremove -y \
155153
&& sudo apt-get clean -y \

0 commit comments

Comments
 (0)