File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb
5353 wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add - && \
5454 sudo apt update && \
5555 sudo apt-get install -y "gz-${GZ_VERSION}"
56-
56+ ros-rolling-picknik-reset-fault-controller
5757# Add install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}) to CMakeLists.txt
5858RUN sed -i "s|ament_package()|install(DIRECTORY launch DESTINATION share/\$ {PROJECT_NAME})\n ament_package()|g" src/mtc_tutorial/CMakeLists.txt
5959# Build the tutorials and set up the entrypoint/bashrc
@@ -62,8 +62,8 @@ RUN --mount=type=cache,target=/root/.ccache/ \
6262 . "/opt/ros/${ROS_DISTRO}/setup.sh" &&\
6363 . "install/setup.sh" &&\
6464 sudo apt update && \
65- rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y && \
6665 rosdep update &&\
66+ rosdep install -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y -skip-keys="ros-rolling-picknik-reset-fault-controller" && \
6767 colcon build \
6868 --cmake-args -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
6969 -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
You can’t perform that action at this time.
0 commit comments