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
55edf58b
Unverified
Commit
55edf58b
authored
4 years ago
by
Ruffin
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert libgazebo11 workaround for CI (#1750)
* Revert libgazebo11 workaround * Revert gazebo_ros_pkgs to main ros2 branch
parent
4e87ee0e
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
.circleci/config.yml
+0
-4
0 additions, 4 deletions
.circleci/config.yml
Dockerfile
+0
-21
0 additions, 21 deletions
Dockerfile
tools/ros2_dependencies.repos
+1
-4
1 addition, 4 deletions
tools/ros2_dependencies.repos
with
1 addition
and
29 deletions
.circleci/config.yml
+
0
−
4
View file @
55edf58b
...
...
@@ -74,10 +74,6 @@ references:
rosdep install -q -y \
--from-paths src \
--ignore-src \
--skip-keys " \
gazebo11 \
libgazebo11-dev \
" \
--verbose | \
awk '$1 ~ /^resolution\:/' | \
awk -F'[][]' '{print $2}' | \
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
0
−
21
View file @
55edf58b
...
...
@@ -42,19 +42,6 @@ RUN apt-get update && apt-get install -q -y \
lcov
\
&&
rm
-rf
/var/lib/apt/lists/
*
# TODO: clean up once libgazebo11-dev released into ros2 repo
# https://github.com/ros-infrastructure/reprepro-updater/pull/75
# https://github.com/ros/rosdistro/pull/24646
# setup keys
RUN
apt-key adv
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
D2486D2DD83DB69272AFE98867170598AF249743
# setup sources.list
RUN
.
/etc/os-release
\
&&
echo
"deb http://packages.osrfoundation.org/gazebo/
$ID
-stable
`
lsb_release
-sc
`
main"
>
/etc/apt/sources.list.d/gazebo-latest.list
# install gazebo packages
RUN
apt-get update
&&
apt-get
install
-q
-y
--no-install-recommends
\
libgazebo11-dev
\
&&
rm
-rf
/var/lib/apt/lists/
*
# install underlay dependencies
ARG
UNDERLAY_WS
WORKDIR
$UNDERLAY_WS
...
...
@@ -63,10 +50,6 @@ RUN . /opt/ros/$ROS_DISTRO/setup.sh && \
apt-get update
&&
rosdep
install
-q
-y
\
--from-paths
src
\
--ignore-src
\
--skip-keys
"
\
gazebo11
\
libgazebo11-dev
\
"
\
&&
rm
-rf
/var/lib/apt/lists/
*
# build underlay source
...
...
@@ -92,10 +75,6 @@ RUN . $UNDERLAY_WS/install/setup.sh && \
--from-paths
src
\
$UNDERLAY_WS
/src
\
--ignore-src
\
--skip-keys
"
\
gazebo11
\
libgazebo11-dev
\
"
\
&&
rm
-rf
/var/lib/apt/lists/
*
# build overlay source
...
...
This diff is collapsed.
Click to expand it.
tools/ros2_dependencies.repos
+
1
−
4
View file @
55edf58b
...
...
@@ -10,10 +10,7 @@ repositories:
ros-simulation/gazebo_ros_pkgs:
type: git
url: https://github.com/ros-simulation/gazebo_ros_pkgs.git
# TODO: Revert after support for Gazebo v11 is merged
# https://github.com/ros-simulation/gazebo_ros_pkgs/pull/1093
# version: ros2
version: gazebo11_foxy
version: ros2
ros-perception/image_common:
type: git
url: https://github.com/ros-perception/image_common.git
...
...
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