We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1175550 commit d067502Copy full SHA for d067502
Dockerfile
@@ -27,7 +27,7 @@ SHELL ["/bin/bash", "-c"]
27
RUN apt-get update && \
28
rosdep update && \
29
source /opt/ros/${ROS_DISTRO}/setup.bash && \
30
- rosdep install -y --ignore-src --from-paths src --skip-keys slam_toolbox && \
+ rosdep install -y --ignore-src --from-paths src --skip-keys slam_toolbox --skip-keys gazebo_ros_pkgs --skip-keys turtlebot3_gazebo && \
31
apt-get clean && \
32
rm -rf /var/lib/apt/lists/*
33
0 commit comments