Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
a3eebcee
Unverified
Commit
a3eebcee
authored
5 years ago
by
Carl Delsey
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Dependency test related fixes needed for eloquent release. (#1425)
* Update rosdep in docker build * Adding missing dependency
parent
577df808
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
full_ros_build.Dockerfile
+2
-0
2 additions, 0 deletions
full_ros_build.Dockerfile
nav2_system_tests/package.xml
+1
-0
1 addition, 0 deletions
nav2_system_tests/package.xml
release_branch.Dockerfile
+2
-0
2 additions, 0 deletions
release_branch.Dockerfile
with
5 additions
and
0 deletions
full_ros_build.Dockerfile
+
2
−
0
View file @
a3eebcee
...
...
@@ -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
|
\
...
...
This diff is collapsed.
Click to expand it.
nav2_system_tests/package.xml
+
1
−
0
View file @
a3eebcee
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
release_branch.Dockerfile
+
2
−
0
View file @
a3eebcee
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment