Skip to content
Snippets Groups Projects
Commit 60cd5334 authored by Krzysztof Wojciechowski's avatar Krzysztof Wojciechowski
Browse files

Skip libfranka installation from rosdep

parent 00f3d86b
No related branches found
No related tags found
1 merge request!13Humble devel coding week prague
Pipeline #46833 failed
......@@ -205,7 +205,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \
# Build packages from source
&& source /opt/ros/$ROS_DISTRO/setup.bash \
&& rosdep update --rosdistro $ROS_DISTRO \
&& rosdep install -y -i --from-paths src --rosdistro $ROS_DISTRO \
&& rosdep install -y -i --from-paths src --rosdistro $ROS_DISTRO --skip-keys libfranka \
&& colcon build --symlink-install
ENV RMW_IMPLEMENTATION=rmw_fastrtps_cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment