Skip to content
Snippets Groups Projects
Unverified Commit a3eebcee authored by Carl Delsey's avatar Carl Delsey Committed by GitHub
Browse files

Dependency test related fixes needed for eloquent release. (#1425)

* Update rosdep in docker build

* Adding missing dependency
parent 577df808
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,8 @@ RUN wget https://raw.githubusercontent.com/ros2/ros2/$ROS2_BRANCH/ros2.repos \
# get skip keys
COPY ./tools/skip_keys.txt ./
RUN rosdep update
# copy underlay manifests
COPY --from=cache /tmp/underlay_ws src/underlay
RUN cd src/underlay && colcon list --names-only | \
......
......@@ -53,6 +53,7 @@
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>launch</test_depend>
<test_depend>launch_ros</test_depend>
<test_depend>launch_testing</test_depend>
......
......@@ -11,6 +11,8 @@
ARG FROM_IMAGE=dashing
FROM ros:$FROM_IMAGE
RUN rosdep update
# copy ros package repo
ENV NAV2_WS /opt/nav2_ws
RUN mkdir -p $NAV2_WS/src
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment