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
51e8663e
Unverified
Commit
51e8663e
authored
5 years ago
by
Ruffin
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert branch typo
parent
eec7127d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.full_ros_build
+3
-3
3 additions, 3 deletions
Dockerfile.full_ros_build
with
3 additions
and
3 deletions
Dockerfile.full_ros_build
+
3
−
3
View file @
51e8663e
...
...
@@ -5,7 +5,7 @@
# export CMAKE_BUILD_TYPE=Debug
#
# This determines which version of the ROS2 code base to pull
# export
F
RO
M_IMAGE
=master
# export RO
S2_BRANCH
=master
#
# This determines which ros2 docker image to use as a base for getting ros2_dependencies
# The latest (osrf/ros2:nightly) is usually the best choice unless a dependency
...
...
@@ -36,8 +36,8 @@ WORKDIR $ROS2_WS
# clone ROS 2 packages
ARG
F
RO
M_IMAGE
=master
RUN wget https://raw.githubusercontent.com/ros2/ros2/$
F
RO
M_IMAGE
/ros2.repos
ARG RO
S2_BRANCH
=master
RUN wget https://raw.githubusercontent.com/ros2/ros2/$RO
S2_BRANCH
/ros2.repos
RUN vcs import src < ros2.repos
# copy nav 2 source code
...
...
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